• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
26# Vibrator HAL
27PRODUCT_PRODUCT_PROPERTIES +=\
28    ro.vibrator.hal.click.duration=8 \
29    ro.vibrator.hal.tick.duration=5 \
30    ro.vibrator.hal.heavyclick.duration=12 \
31    ro.vibrator.hal.short.voltage=120 \
32    ro.vibrator.hal.long.voltage=90 \
33    ro.vibrator.hal.long.frequency.shift=10
34
35# DRV2624 Haptics Waveform
36PRODUCT_COPY_FILES += \
37    device/google/bonito/vibrator/drv2624/drv2624_B4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/drv2624.bin
38
39# camera front flashColor
40PRODUCT_PROPERTY_OVERRIDES += \
41    persist.camera.front.flashColor=0xffebcc
42
43# Add white point compensated coefficient
44PRODUCT_PROPERTY_OVERRIDES += \
45    vendor.display.adaptive_white_coefficient=0.0051,-0.3462,18.964,0.0047,-0.1155,-10.312,0.005,-0.2931,12.301
46