mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Both media drm and HWC can share this common base code. Run the following commands to freeze the aidl: (1) m android.hardware.drm.common-update-api && m android.hardware.drm.common-freeze-api (2) system/tools/aidl/build/hash_gen.sh hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1 latest-version hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/.hash Bug: 293945485 Test: manual Change-Id: I9e90ada03144b49245dc6b55a0fb2fa2eb6f3893
DRM HAL
This is the underlying HAL implementation for MediaDrm/MediaCrypto (and
their NDK counterparts).
Plugin-vendor-specific VTS modules
The interface DrmHalVTSVendorModule_V1 is compatible with all versions of the
DRM HAL (hidl 1.0-1.4, aidl).
Please see ./1.0/vts/doc/Drm_Vendor_Modules_v1.pdf.
TODO(b/266091099): convert Drm_Vendor_Modules_v1.pdf to Markdown.