diff options
author | Robert Shih <robertshih@google.com> | 2022-02-07 16:43:42 -0800 |
---|---|---|
committer | Robert Shih <robertshih@google.com> | 2022-02-09 18:13:45 -0800 |
commit | fe6d6b122c87e7cb9fb6547f07671e223f505f09 (patch) | |
tree | a111b0e5494283cd8761fd1b773ecfbc8b9e4dce /compatibility_matrices | |
parent | 55a87cc169de8b9e402fae2e564657be0bf69d36 (diff) |
drm hal aidl API cleanup
* Merge IDrmFactory / ICryptoFactory
* Simplify isContentTypeSupported / isCryptoSchemeSupported
* Remove requiresSecureDecoderDefault
* DecryptArgs
* DestinationBuffer union
* byte[16] Uuid
* KeyStatusType underscores
* setSharedBufferBase generic buffer type
Bug: 214410088
Test: VtsAidlHalDrmTargetTest
Change-Id: Ic30100af9bdb95aff9d140e093edb083c1b49592
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 18b3885de9..541c1bb2a5 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -222,10 +222,6 @@ <name>android.hardware.drm</name> <version>1</version> <interface> - <name>ICryptoFactory</name> - <regex-instance>.*</regex-instance> - </interface> - <interface> <name>IDrmFactory</name> <regex-instance>.*</regex-instance> </interface> |