Victor Liu | 49d231b | 2021-10-26 12:00:09 -0700 | [diff] [blame] | 1 | # |
| 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 Lin | 231a75f | 2022-08-01 15:16:20 +0800 | [diff] [blame] | 16 | # UWB - ultra wide band |
| 17 | $(call inherit-product-if-exists, vendor/qorvo/uwb/uwb.mk) |
| 18 | |
Victor Liu | 49d231b | 2021-10-26 12:00:09 -0700 | [diff] [blame] | 19 | LOCAL_UWB_CAL_DIR=device/google/raviole/uwb |
| 20 | |
| 21 | PRODUCT_COPY_FILES += \ |
Rex Lin | b47b303 | 2022-08-01 15:14:30 +0800 | [diff] [blame] | 22 | $(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 Lin | 4264124 | 2022-11-14 13:29:53 +0800 | [diff] [blame] | 24 | $(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration.conf \ |
Rex Lin | 231a75f | 2022-08-01 15:16:20 +0800 | [diff] [blame] | 25 | $(LOCAL_UWB_CAL_DIR)/init.uwb.calib.xtal.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.uwb.calib.sh \ |
| 26 | |
| 27 | PRODUCT_COPY_FILES += \ |
| 28 | frameworks/native/data/etc/android.hardware.uwb.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.uwb.xml |