Files
android_hardware_oplus/interfaces/Android.bp
Bruno Martins 9f1f2c1765 interfaces: Add vendor.oplus.hardware.commondcs V1
Change-Id: I181fd1da49dc124ebfe631f9139149327ed4f847
2025-02-26 00:22:54 +00:00

81 lines
1.6 KiB
Plaintext

hidl_package_root {
name: "vendor.oplus",
path: "hardware/oplus/interfaces/oplus",
}
aidl_interface {
name: "vendor.oplus.hardware.commondcs",
vendor_available: true,
local_include_dir: "aidl",
srcs: ["aidl/vendor/oplus/hardware/commondcs/*.aidl"],
stability: "vintf",
owner: "oplus",
backend: {
cpp: {
enabled: true,
},
java: {
sdk_version: "module_current",
},
},
versions_with_info: [
{
version: "1",
imports: [],
},
],
}
aidl_interface {
name: "vendor.oplus.hardware.osense.client",
vendor_available: true,
local_include_dir: "aidl",
srcs: ["aidl/vendor/oplus/hardware/osense/client/*.aidl"],
stability: "vintf",
owner: "oplus",
backend: {
cpp: {
enabled: true,
},
java: {
sdk_version: "module_current",
},
},
versions_with_info: [
{
version: "1",
imports: [],
},
],
}
aidl_interface {
name: "vendor.oplus.hardware.touch",
vendor_available: true,
local_include_dir: "aidl",
srcs: ["aidl/vendor/oplus/hardware/touch/*.aidl"],
stability: "vintf",
owner: "oplus",
backend: {
cpp: {
enabled: true,
},
java: {
sdk_version: "module_current",
},
},
versions_with_info: [
{
version: "1",
imports: [],
},
{
version: "2",
imports: [],
},
],
}