sm8150-common: add prebuilt hidl interfaces

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
timocapa 2021-10-31 17:56:07 +01:00 committed by Omkar Chandorkar
parent 4d3e14094f
commit 3ab7d463bb
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 16 additions and 0 deletions

View File

@ -7,3 +7,19 @@ prebuilt_hidl_interfaces {
"vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner", "vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner",
], ],
} }
prebuilt_hidl_interfaces {
name: "hidl_vppservice_interface",
interfaces: [
"vendor.qti.hardware.vpp@1.1::IHidlVppService",
"vendor.qti.hardware.vpp@1.2::IHidlVppService",
"vendor.qti.hardware.vpp@1.3::IHidlVppService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_dpmQmi_interface",
interfaces: [
"com.qualcomm.qti.dpm.api@1.0::IdpmQmi",
],
}