exynos9610: Fix default DRM service drop
authorkrazey <admin@krazey.de>
Sun, 6 Nov 2022 14:02:03 +0000 (15:02 +0100)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 7 Nov 2022 20:28:24 +0000 (21:28 +0100)
I hwservicemanager: Since android.hardware.drm@1.0::IDrmFactory/clearkey is not registered, trying to start it as a lazy HAL.
E [   39.845091,6] init: Control message: Could not find 'android.hardware.drm@1.0::IDrmFactory/clearkey' for ctl.interface_start from pid: 265 (/system/bin/hwservicemanager)
W libc    : Unable to set property "ctl.interface_start" to "android.hardware.drm@1.0::IDrmFactory/clearkey": error code: 0x20
I hwservicemanager: Tried to start android.hardware.drm@1.0::IDrmFactory/clearkey as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.

Change-Id: I9a2c62ff242652015cbe967be08a7cfbb1cd9950

manifest.xml

index 5384eee0a468a8e47a151e21ac70f382cc0fa054..4b3c134304e0bb230dbab50000ce530faf6f48de 100644 (file)
     <hal format="hidl">
         <name>android.hardware.drm</name>
         <transport>hwbinder</transport>
-        <fqname>@1.0::ICryptoFactory/default</fqname>
-        <fqname>@1.0::IDrmFactory/default</fqname>
-        <fqname>@1.3::ICryptoFactory/clearkey</fqname>
         <fqname>@1.3::ICryptoFactory/widevine</fqname>
-        <fqname>@1.3::IDrmFactory/clearkey</fqname>
         <fqname>@1.3::IDrmFactory/widevine</fqname>
     </hal>
     <hal format="hidl">