blob: f6dc7c7d71b665b7bda76b0a99e49ea963bfb206 [file] [log] [blame]
Victor Liu49d231b2021-10-26 12:00:09 -07001#
2# Copyright (C) 2021 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Rex Lin231a75f2022-08-01 15:16:20 +080016# UWB - ultra wide band
17$(call inherit-product-if-exists, vendor/qorvo/uwb/uwb.mk)
18
Victor Liu49d231b2021-10-26 12:00:09 -070019LOCAL_UWB_CAL_DIR=device/google/raviole/uwb
20
21PRODUCT_COPY_FILES += \
Rex Linb47b3032022-08-01 15:14:30 +080022 $(LOCAL_UWB_CAL_DIR)/UWB-calibration-restricted.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-unknown.conf \
23 $(LOCAL_UWB_CAL_DIR)/UWB-calibration-default.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-default.conf \
Rex Lin42641242022-11-14 13:29:53 +080024 $(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration.conf \
Rex Lin231a75f2022-08-01 15:16:20 +080025 $(LOCAL_UWB_CAL_DIR)/init.uwb.calib.xtal.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.uwb.calib.sh \
26
27PRODUCT_COPY_FILES += \
28 frameworks/native/data/etc/android.hardware.uwb.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.uwb.xml