mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
New codes are being added to handle resource contention, lost session state, frame size too large and insufficient security level for decryption. Also cleans up inconsistent use of tamper detected error where invalid state error should have been used. bug:111504510 bug:111505796 test: cts and gts media test cases Change-Id: I8581aed1871d728f7af80b246d0dba28b40fa4a3
29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.drm@1.2",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"ICryptoFactory.hal",
|
|
"ICryptoPlugin.hal",
|
|
"IDrmFactory.hal",
|
|
"IDrmPlugin.hal",
|
|
"IDrmPluginListener.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.drm@1.0",
|
|
"android.hardware.drm@1.1",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"OfflineLicenseState",
|
|
"Status",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|