Files
hardware_oplus/Android.bp
Bruno Martins 621fafd73b oplus: Declare hidl_zeku_explorer_interface
Change-Id: Ibc4a2584dd8bf1df06810ffdffb2c6316b2ece36
2026-01-20 14:33:23 +01:00

33 lines
723 B
Plaintext

//
// SPDX-FileCopyrightText: 2022-2026 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
],
}
prebuilt_hidl_interfaces {
name: "hidl_oplus_cameraextension_interface",
interfaces: [
"vendor.oplus.hardware.cameraextension@1.0::ICameraExtensionService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_pixelworks_feature_interface",
interfaces: [
"vendor.pixelworks.hardware.feature@1.0::IIrisFeature",
],
}
prebuilt_hidl_interfaces {
name: "hidl_zeku_explorer_interface",
interfaces: [
"vendor.zeku.hardware.explorer@1.0::IMmsProvider",
],
}