| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| 1.0/ | 04-Jul-2025 | - | 7,053 | 4,897 | ||
| 1.1/ | 04-Jul-2025 | - | 1,685 | 1,299 | ||
| 1.2/ | 04-Jul-2025 | - | 2,350 | 1,817 | ||
| 1.3/ | 04-Jul-2025 | - | 534 | 409 | ||
| 1.4/ | 04-Jul-2025 | - | 890 | 739 | ||
| aidl/ | 04-Jul-2025 | - | 7,220 | 2,317 | ||
| common/aidl/ | 04-Jul-2025 | - | 303 | 94 | ||
| Android.bp | D | 04-Jul-2025 | 140 | 6 | 5 | |
| OWNERS | D | 04-Jul-2025 | 220 | 13 | 11 | |
| README.md | D | 04-Jul-2025 | 385 | 13 | 8 | |
| TEST_MAPPING | D | 04-Jul-2025 | 108 | 9 | 8 |
README.md
1# DRM HAL 2 3This is the underlying HAL implementation for `MediaDrm`/`MediaCrypto` (and 4their NDK counterparts). 5 6## Plugin-vendor-specific VTS modules 7 8The interface `DrmHalVTSVendorModule_V1` is compatible with all versions of the 9DRM HAL (hidl 1.0-1.4, aidl). 10 11Please see `./1.0/vts/doc/Drm_Vendor_Modules_v1.pdf`. 12 13TODO(b/266091099): convert `Drm_Vendor_Modules_v1.pdf` to Markdown.