blob: 36c4a272af227a2f85ff32af4c1569227ba36efd [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001#
2# Copyright (C) 2020 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
17TARGET_KERNEL_DIR := device/google/raviole-kernel
18
19$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-oriole.mk)
20$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
21$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
Bill Yic2e4a482021-03-17 05:53:25 +000022$(call inherit-product-if-exists, vendor/google_devices/oriole/proprietary/device-vendor.mk)
linpeterf3d8bf62021-03-17 09:27:12 +080023$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/oriole/device-vendor-oriole.mk)
PEI-HSIEN KUO36dd88a2021-03-18 19:39:38 +080024$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/device-vendor.mk)
Robin Pengcd374d82021-02-23 20:00:46 +080025
26DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
27
28include device/google/gs101/device-shipping-common.mk
Kris Chenf4f957a2021-03-20 08:45:22 +080029include device/google/gs101/fingerprint/udfps.mk
Robin Pengcd374d82021-02-23 20:00:46 +080030include device/google/raviole/audio/oriole/audio-tables.mk
31include hardware/google/pixel/vibrator/cs40l25/device.mk
32
33# Init files
34PRODUCT_COPY_FILES += \
Robin Peng334022f2021-05-05 12:01:32 +080035 device/google/raviole/conf/init.raviole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raviole.rc \
Robin Pengcd374d82021-02-23 20:00:46 +080036 device/google/raviole/conf/init.oriole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.oriole.rc
37
38# Recovery files
39PRODUCT_COPY_FILES += \
40 device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.oriole.rc
41
42# insmod files
43PRODUCT_COPY_FILES += \
44 device/google/raviole/init.insmod.oriole.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.oriole.cfg
45
46# Thermal Config
47PRODUCT_COPY_FILES += \
TeYuan Wang60d11bc2021-03-30 17:14:52 +080048 device/google/raviole/thermal_info_config_oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
49 device/google/raviole/thermal_info_config_oriole_WHI_A.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_WHI_A.json
Robin Pengcd374d82021-02-23 20:00:46 +080050
51# MIPI Coex Configs
52PRODUCT_COPY_FILES += \
Eddie Tashjian7ecf2242021-03-25 13:25:38 -070053 device/google/raviole/radio/oriole_display_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_primary_mipi_coex_table.csv \
Jie Songe4885972021-04-19 17:50:26 +000054 device/google/raviole/radio/oriole_camera_front_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_front_mipi_coex_table.csv \
55 device/google/raviole/radio/oriole_camera_rear_wide_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_rear_wide_mipi_coex_table.csv
Robin Pengcd374d82021-02-23 20:00:46 +080056
57# Camera
58PRODUCT_COPY_FILES += \
59 device/google/raviole/media_profiles_oriole.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
60
61# NFC
62PRODUCT_COPY_FILES += \
George Changd48ff142021-03-10 20:35:15 +080063 device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \
64 device/google/raviole/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf
65
66
Robin Pengcd374d82021-02-23 20:00:46 +080067DEVICE_MANIFEST_FILE += \
68 device/google/gs101/nfc/manifest_se_gs101.xml
69
70# Vibrator HAL
71PRODUCT_PRODUCT_PROPERTIES +=\
72 ro.vendor.vibrator.hal.long.frequency.shift=15
73
74# Voice packs for Text-To-Speech
75PRODUCT_COPY_FILES += \
Peter_Liangd356ec52021-03-28 12:40:28 +080076 device/google/raviole/tts/ja-jp/ja-jp-x-htm-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-htm-r24.zvoice\
77 device/google/raviole/tts/ja-jp/ja-jp-x-jaa-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jaa-r24.zvoice\
78 device/google/raviole/tts/ja-jp/ja-jp-x-jab-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jab-r24.zvoice\
79 device/google/raviole/tts/ja-jp/ja-jp-x-jac-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jac-r24.zvoice\
80 device/google/raviole/tts/ja-jp/ja-jp-x-jad-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jad-r24.zvoice\
81 device/google/raviole/tts/ja-jp/ja-jp-x-mfk-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-mfk-r24.zvoice\
82 device/google/raviole/tts/fr-fr/fr-fr-x-multi-r24.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-r24.zvoice\
83 device/google/raviole/tts/de-de/de-de-x-multi-r24.zvoice:product/tts/google/de-de/de-de-x-multi-r24.zvoice\
84 device/google/raviole/tts/it-it/it-it-x-amb-r22.zvoice:product/tts/google/it-it/it-it-x-amb-r22.zvoice\
85 device/google/raviole/tts/it-it/it-it-x-ita-r22.zvoice:product/tts/google/it-it/it-it-x-ita-r22.zvoice\
86 device/google/raviole/tts/it-it/it-it-x-itb-r22.zvoice:product/tts/google/it-it/it-it-x-itb-r22.zvoice\
87 device/google/raviole/tts/it-it/it-it-x-itc-r22.zvoice:product/tts/google/it-it/it-it-x-itc-r22.zvoice\
88 device/google/raviole/tts/it-it/it-it-x-itd-r22.zvoice:product/tts/google/it-it/it-it-x-itd-r22.zvoice\
89 device/google/raviole/tts/it-it/it-it-x-kda-r22.zvoice:product/tts/google/it-it/it-it-x-kda-r22.zvoice\
90 device/google/raviole/tts/es-es/es-es-x-ana-r23.zvoice:product/tts/google/es-es/es-es-x-ana-r23.zvoice\
91 device/google/raviole/tts/es-es/es-es-x-multi-r23.zvoice:product/tts/google/es-es/es-es-x-multi-r23.zvoice
Cyan_Hsieh60a6c992021-03-11 14:44:54 +080092
Benjamin Schwartzc798cb32021-03-18 17:55:40 -070093# PowerStats HAL
Yanting Yang24333152021-05-03 15:43:06 +080094PRODUCT_SOONG_NAMESPACES += \
95 device/google/raviole/powerstats/oriole \
96 device/google/raviole
Benjamin Schwartzc798cb32021-03-18 17:55:40 -070097
Cyan_Hsieh60a6c992021-03-11 14:44:54 +080098# Keyboard bottom padding in dp for portrait mode
99PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
linpeter85646ce2020-12-17 21:18:41 +0800100
101# Display LBE
102PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
Jack Wu6e0bb1c2019-01-17 21:38:27 +0800103
104# userdebug specific
105ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
106 PRODUCT_COPY_FILES += \
107 device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
108endif
terrycrhuangfd95a682021-04-14 17:32:20 +0800109
110# Increment the SVN for any official public releases
111PRODUCT_VENDOR_PROPERTIES += \
112 ro.vendor.build.svn=1
shawnlin1c491622021-04-22 13:27:45 +0800113
114# Hide cutout overlays
115PRODUCT_PACKAGES += \
116 NoCutoutOverlay \
117 AvoidAppsInCutoutOverlay
Yanting Yang24333152021-05-03 15:43:06 +0800118
119# SKU specific RROs
120PRODUCT_PACKAGES += \
121 SettingsOverlayGR1YH