device manifest: Move DRM HAL to AIDL

It also fix the following warning messages logged in
the dmesg and logcat regarding the missing service
android.hardware.drm@1.0::IDrmFactory/default:

  E init    : Control message: Could not find \
    'android.hardware.drm@1.0::IDrmFactory/default' \
      for ctl.interface_start from pid: 269 (/system/bin/hwservicemanager)
  W HidlServiceManagement: Waited one second for \
    android.hardware.drm@1.0::IDrmFactory/default
  I hwservicemanager: Since android.hardware.drm@1.0::IDrmFactory/default \
    is not registered, trying to start it as a lazy HAL \
      (if it's not configured to be a lazy HAL, \
        it may be stuck starting or still starting).
  I HidlServiceManagement: getService: Trying again for \
    android.hardware.drm@1.0::IDrmFactory/default...
  libc    : Unable to set property "ctl.interface_start" to \
    "android.hardware.drm@1.0::IDrmFactory/default": error code: 0x20
  I hwservicemanager: Tried to start android.hardware.drm@1.0::IDrmFactory/default \
    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: I14be5b66c6bb42f1bff87341d7ad0e1d61193110
Suggested-by: Dmitry Shmidt <dimitrysh@google.com>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2 files changed