blob: 727609e1ca3227ea0c73db6b39e6c9254d01d0bf [file] [log] [blame]
#
# Copyright 2021 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
source_set("LibBluetoothShimSources") {
sources = [
"acl.cc",
"acl_api.cc",
"acl_legacy_interface.cc",
"activity_attribution.cc",
"btm.cc",
"btm_api.cc",
"config.cc",
"controller.cc",
"distance_measurement_manager.cc",
"dumpsys.cc",
"entry.cc",
"hci_layer.cc",
"l2c_api.cc",
"le_advertising_manager.cc",
"le_scanning_manager.cc",
"metric_id_api.cc",
"metrics_api.cc",
"shim.cc",
"stack.cc",
]
include_dirs = [
"//bt/system",
"//bt/system/btif/include",
"//bt/system/gd",
"//bt/system/gd/rust/shim",
"//bt/system/internal_include",
"//bt/system/stack/include",
"//bt/system/types",
]
deps = [
"//bt/system/gd:BluetoothGeneratedDumpsysDataSchema_h",
"//bt/system/gd:BluetoothGeneratedPackets_h",
"//bt/system/gd/common:BluetoothCommonSources",
"//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
"//bt/system/gd/hci:BluetoothHciSources",
"//bt/system/gd/os:BluetoothOsSources_linux_generic",
"//bt/system/gd/packet:BluetoothPacketSources",
"//bt/system/gd/rust/shim:libbluetooth_rust_interop",
"//bt/system/gd/rust/topshim:libbluetooth_topshim",
"//bt/system/osi",
"//bt/system/stack",
"//bt/system/types",
]
configs += [ "//bt/system:target_defaults" ]
}