Add Level3 changes for v14 adapters
Merge from Widevine repo of http://go/wvgerrit/41680 These changes change the signature of LoadKeys to LoadKeys_V13 for the Level 3. This change will be reverted once we update Level 3 to v14. level3/x86/libl3oemcrypto.cpp Level3 Library 4464 Jan 23 2018 13:22:20 level3/arm/libl3oemcrypto.cpp Level3 Library 4445 Jan 23 2018 12:12:32 level3/mips64/libl3oemcrypto.cpp Level3 Library 7285 Jan 23 2018 15:48:51 level3/arm64/libl3oemcrypto.cpp Level3 Library 7283 Jan 23 2018 12:47:26 level3/mips/libl3oemcrypto.cpp Level3 Library 4465 Jan 23 2018 15:13:13 level3/x86_64/libl3oemcrypto.cpp Level3 Library 7284 Jan 23 2018 13:50:10 test: Play Movies plays on sailfish. Change-Id: Ia492463cd15178b12908faa24af7fbbcfef22e77
This commit is contained in:
@@ -787,7 +787,7 @@ class Adapter {
|
||||
level3_.GenerateSignature = Level3_GenerateSignature;
|
||||
// TODO(srujzs): commenting out the following allows code to compile, but
|
||||
// all unit tests will fail.
|
||||
// TODO(srujzs): add level3_.LoadKeys = Level3_LoadKeys;
|
||||
level3_.LoadKeys_V13 = Level3_LoadKeys_V13; // TODO(srujzs): update.
|
||||
// TODO(srujzs): add level3_.LoadEntitledContentKeys = Level3_LoadEntitledContentKeys;
|
||||
level3_.RefreshKeys = Level3_RefreshKeys;
|
||||
level3_.QueryKeyControl = Level3_QueryKeyControl;
|
||||
|
||||
Reference in New Issue
Block a user