DRM HAL README.md

Bug: 266091099
Change-Id: Ibfa71908cacd9c74891300c7c6227f2b11149503
This commit is contained in:
Robert Shih
2023-01-19 17:39:58 +00:00
parent ed2054123f
commit 36c6225ca7

13
drm/README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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.