Files
android_vendor_qcom_opensou…/systemhelper/aidl/Android.bp
Piyush Pradeep Jain 7625b3d390 interface: systemhelper: HAL AIDL interfaces
Add new AIDL interface for System Helper Service. Following new
AIDL interface files are added as part of this change:
    1. ISystemEvent.aidl
    2. ISystemEventCallback.aidl
    3. ISystemResource.aidl
    4. SystemEventType.aidl
    5. SystemResourceType.aidl

Change-Id: I07467b09871266607588a8c4a389f8b167427c74
2023-07-26 18:36:47 +05:30

33 lines
652 B
Plaintext

aidl_interface {
name: "vendor.qti.hardware.systemhelperaidl",
vendor_available: true,
owner: "qti",
srcs: [
"vendor/qti/hardware/systemhelperaidl/*.aidl",
],
imports: [
"android.hardware.common-V2",
],
stability: "vintf",
backend: {
cpp: {
enabled: false,
},
java: {
sdk_version: "module_current",
enabled: false,
},
ndk: {
enabled: true,
},
},
versions_with_info: [
{
version: "1",
imports: ["android.hardware.common-V2"],
},
],
frozen: true,
}