diff options
author | Edwin Wong <edwinwong@google.com> | 2018-01-31 10:29:05 -0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:45:48 +0200 |
commit | 47bf3d8d9190544783f1f2b4aae32dd997d69cc5 (patch) | |
tree | 79f962b5638ae2b6a3a5718882573179b6f9e792 /manifest.xml | |
parent | 717618006391d003ce7a36d3406ae58b2b41aa1e (diff) |
wayne-common: Add SELinux policy for clearkey HIDL service.
Convert clearkey plugin to HIDL to support drm HAL v1.1.
Add SELinux policy for android.hardware.drm@1.1-service.clearkey.
Test: CTS test
ANDROID_BUILD_TOP= ./android-ccts-tradefed run cts-dev
--module CtsMediaTestCases
-t android.media.cts.ClearKeySystemTest#testClearKeyPlaybackCenc
bug: 69635855
Change-Id: I61e9c272c2a2788fd07d5c12921d28c785661b77
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index eeacb9c..a103131 100644 --- a/manifest.xml +++ b/manifest.xml @@ -83,16 +83,18 @@ <hal format="hidl"> <name>android.hardware.drm</name> <transport>hwbinder</transport> - <version>1.0</version> + <version>1.1</version> <interface> <name>ICryptoFactory</name> <instance>default</instance> <instance>widevine</instance> + <instance>clearkey</instance> </interface> <interface> <name>IDrmFactory</name> <instance>default</instance> <instance>widevine</instance> + <instance>clearkey</instance> </interface> <fqname>@1.1::ICryptoFactory/clearkey</fqname> <fqname>@1.1::IDrmFactory/clearkey</fqname> |