f58147b712
Tag: #feature Bug: 206614050 Test: Compiles Change-Id: I1118409952f16001b1144c91be1e9c81b0c489f0
33 lines
1,021 B
Text
33 lines
1,021 B
Text
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.bluetooth.audio@2.2",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IBluetoothAudioPort.hal",
|
|
"IBluetoothAudioProvider.hal",
|
|
"IBluetoothAudioProvidersFactory.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.audio.common@5.0",
|
|
"android.hardware.bluetooth.audio@2.0",
|
|
"android.hardware.bluetooth.audio@2.1",
|
|
"android.hidl.base@1.0",
|
|
"android.hidl.safe_union@1.0",
|
|
],
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.bluetooth",
|
|
],
|
|
gen_java: false,
|
|
}
|