oplus: Declare hidl_pixelworks_feature_interface

Change-Id: I0896a93cc6c44628d5b79c75e58db9dcf6f58683
This commit is contained in:
Bruno Martins
2025-04-06 00:50:53 +01:00
parent d5f168f6a8
commit ba4c32da03

View File

@@ -1,5 +1,5 @@
//
// Copyright (C) 2022-2023 The LineageOS Project
// SPDX-FileCopyrightText: 2022-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
@@ -16,3 +16,10 @@ prebuilt_hidl_interfaces {
"vendor.oplus.hardware.cameraextension@1.0::ICameraExtensionService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_pixelworks_feature_interface",
interfaces: [
"vendor.pixelworks.hardware.feature@1.0::IIrisFeature",
],
}