upgrade drm hidl 1.0->1.3; add power hal; upgrade DM to 5

This commit is contained in:
Ziyang Zhou
2021-11-12 21:34:54 +08:00
parent 228e97a46e
commit ff1d698efa
2 changed files with 5 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="3">
<manifest version="1.0" type="device" target-level="5">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
@@ -17,19 +17,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>

View File

@@ -90,9 +90,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service \
android.hardware.audio@6.0-impl \
android.hardware.audio.effect@6.0-impl \
android.hardware.drm@1.0-service \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.3-service.clearkey \
android.hardware.drm@1.3-service-lazy.clearkey \
android.hardware.gatekeeper@1.0-service.software \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.allocator@2.0-impl \
@@ -103,6 +101,9 @@ PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \
android.hardware.keymaster@3.0-service \
android.hardware.keymaster@3.0-impl \
power.default \
android.hardware.power-service.example \
android.hardware.power.stats@1.0-service.mock \
PRODUCT_SOONG_NAMESPACES += frameworks/av/services/audiopolicy/config