Cherry pick of http://go/ag/9326830 This is a merge of the full decrypt path testing CLs from the Widevine repo: http://go/wvgerrit/q/topic:FDPT-subsamples This is the Full Decrypt Path Testing application that can be used by device makers to verify that OEMCrypto is correctly decrypting content to secure buffers. Testing: Ran App. Bug: 113594822 Change-Id: Icbb1e2f2e762bac3cc1b7b20749922c14ea24449
17 lines
699 B
XML
17 lines
699 B
XML
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
|
<map>
|
|
<boolean name="use_level_1" value="true" />
|
|
<boolean name="use_secure_buffer" value="true" />
|
|
<string name="codec">default</string>
|
|
<boolean name="test_cenc" value="true" />
|
|
<boolean name="test_cens" value="true" />
|
|
<boolean name="test_cbc1" value="false" />
|
|
<boolean name="test_cbcs" value="false" />
|
|
<string name="random_test_count">5000</string>
|
|
<boolean name="test_wrap" value="true" />
|
|
<boolean name="test_max" value="false" />
|
|
<boolean name="test_multi_subsample" value="false" />
|
|
<string name="random_seed"></string>
|
|
<boolean name="test_log_each_frame" value="false" />
|
|
</map>
|