|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| 1.0/ | | 14-Jan-2024 | - | 7,052 | 4,896 |
| 1.1/ | | 14-Jan-2024 | - | 1,684 | 1,298 |
| 1.2/ | | 14-Jan-2024 | - | 2,349 | 1,816 |
| 1.3/ | | 14-Jan-2024 | - | 533 | 408 |
| 1.4/ | | 14-Jan-2024 | - | 889 | 738 |
| aidl/ | | 15-Dec-2024 | - | 7,456 | 2,349 |
| OWNERS | D | 15-Dec-2024 | 220 | 13 | 11 |
| README.md | D | 14-Jan-2024 | 385 | 13 | 8 |
| TEST_MAPPING | D | 14-Jan-2024 | 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.