mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			567 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			567 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// SPDX-FileCopyrightText: 2022-2025 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",
 | 
						|
    ],
 | 
						|
}
 |