1#
2# Copyright 2016 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#
16
17PRODUCT_HARDWARE := bonito
18
19include device/google/bonito/device-common.mk
20
21DEVICE_PACKAGE_OVERLAYS += device/google/bonito/bonito/overlay
22
23PRODUCT_COPY_FILES += \
24    device/google/bonito/nfc/libnfc-nxp.bonito.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf \
25    device/google/bonito/nfc/libnfc-nxp.bonito.uicc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-G020A.conf \
26    device/google/bonito/nfc/libnfc-nxp.bonito.uicc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-G020B.conf \
27    device/google/bonito/nfc/libnfc-nxp.bonito.uicc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-G020C.conf \
28    device/google/bonito/nfc/libnfc-nxp.bonito.ese.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-G020D.conf
29
30# Vibrator HAL
31PRODUCT_PRODUCT_PROPERTIES +=\
32    ro.vibrator.hal.click.duration=8 \
33    ro.vibrator.hal.tick.duration=5 \
34    ro.vibrator.hal.heavyclick.duration=12 \
35    ro.vibrator.hal.short.voltage=120 \
36    ro.vibrator.hal.long.voltage=90 \
37    ro.vibrator.hal.long.frequency.shift=10
38
39# DRV2624 Haptics Waveform
40PRODUCT_COPY_FILES += \
41    device/google/bonito/vibrator/drv2624/drv2624_B4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/drv2624.bin
42
43# camera front flashColor
44PRODUCT_PROPERTY_OVERRIDES += \
45    persist.camera.front.flashColor=0xffebcc
46
47# Add white point compensated coefficient
48PRODUCT_PROPERTY_OVERRIDES += \
49    vendor.display.adaptive_white_coefficient=0.0051,-0.3462,18.964,0.0047,-0.1155,-10.312,0.005,-0.2931,12.301
50