Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 1 | # |
| 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 | |
| 17 | TARGET_KERNEL_DIR := device/google/raviole-kernel |
| 18 | |
| 19 | $(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-raven.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 Yi | c2e4a48 | 2021-03-17 05:53:25 +0000 | [diff] [blame] | 22 | $(call inherit-product-if-exists, vendor/google_devices/raven/proprietary/device-vendor.mk) |
linpeter | f3d8bf6 | 2021-03-17 09:27:12 +0800 | [diff] [blame] | 23 | $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/raven/device-vendor-raven.mk) |
PEI-HSIEN KUO | 36dd88a | 2021-03-18 19:39:38 +0800 | [diff] [blame] | 24 | $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/device-vendor.mk) |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 25 | |
| 26 | DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay |
| 27 | |
| 28 | include device/google/gs101/device-shipping-common.mk |
Ilya Matyukhin | 1d54825 | 2021-05-18 01:03:41 -0700 | [diff] [blame] | 29 | include device/google/gs101/fingerprint/udfps_common.mk |
| 30 | |
| 31 | ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),) |
| 32 | include device/google/gs101/fingerprint/udfps_shipping.mk |
| 33 | else |
| 34 | include device/google/gs101/fingerprint/udfps_factory.mk |
| 35 | endif |
| 36 | |
Victor Liu | 0bc47d6 | 2021-04-20 22:15:02 +0000 | [diff] [blame] | 37 | ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),) |
| 38 | include device/google/gs101/uwb/uwb.mk |
| 39 | endif |
Ilya Matyukhin | 1d54825 | 2021-05-18 01:03:41 -0700 | [diff] [blame] | 40 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 41 | include device/google/raviole/audio/raven/audio-tables.mk |
| 42 | include hardware/google/pixel/vibrator/cs40l25/device.mk |
| 43 | |
| 44 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true |
Ady Abraham | 9a9d024 | 2021-03-19 12:52:46 -0700 | [diff] [blame] | 45 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 46 | |
| 47 | # Init files |
| 48 | PRODUCT_COPY_FILES += \ |
Robin Peng | 334022f | 2021-05-05 12:01:32 +0800 | [diff] [blame] | 49 | device/google/raviole/conf/init.raviole.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raviole.rc \ |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 50 | device/google/raviole/conf/init.raven.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raven.rc |
| 51 | |
| 52 | # Recovery files |
| 53 | PRODUCT_COPY_FILES += \ |
| 54 | device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.raven.rc |
| 55 | |
| 56 | # insmod files |
| 57 | PRODUCT_COPY_FILES += \ |
| 58 | device/google/raviole/init.insmod.raven.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.raven.cfg |
| 59 | |
| 60 | # Thermal Config |
| 61 | PRODUCT_COPY_FILES += \ |
| 62 | device/google/raviole/thermal_info_config_raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json |
| 63 | |
Labib | 68270de | 2021-05-05 17:15:43 +0800 | [diff] [blame] | 64 | # Bluetooth Tx power caps for raven |
| 65 | PRODUCT_COPY_FILES += \ |
| 66 | $(LOCAL_PATH)/bluetooth_power_limits_raven.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv |
| 67 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 68 | # Camera |
| 69 | PRODUCT_COPY_FILES += \ |
| 70 | device/google/raviole/media_profiles_raven.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml |
| 71 | |
| 72 | # Display Config |
| 73 | PRODUCT_COPY_FILES += \ |
Long Ling | 8275661 | 2021-04-30 15:52:57 -0700 | [diff] [blame] | 74 | device/google/raviole/raven/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \ |
| 75 | device/google/raviole/raven/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 76 | |
| 77 | # NFC |
| 78 | PRODUCT_COPY_FILES += \ |
George Chang | d48ff14 | 2021-03-10 20:35:15 +0800 | [diff] [blame] | 79 | device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \ |
| 80 | device/google/raviole/nfc/libnfc-nci-raven.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf |
| 81 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 82 | DEVICE_MANIFEST_FILE += \ |
| 83 | device/google/gs101/nfc/manifest_se_gs101.xml |
| 84 | |
| 85 | # Vibrator HAL |
| 86 | PRODUCT_PRODUCT_PROPERTIES +=\ |
| 87 | ro.vendor.vibrator.hal.long.frequency.shift=15 |
| 88 | |
| 89 | # Voice packs for Text-To-Speech |
| 90 | PRODUCT_COPY_FILES += \ |
Peter_Liang | d356ec5 | 2021-03-28 12:40:28 +0800 | [diff] [blame] | 91 | device/google/raviole/tts/ja-jp/ja-jp-x-htm-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-htm-r24.zvoice\ |
| 92 | device/google/raviole/tts/ja-jp/ja-jp-x-jaa-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jaa-r24.zvoice\ |
| 93 | device/google/raviole/tts/ja-jp/ja-jp-x-jab-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jab-r24.zvoice\ |
| 94 | device/google/raviole/tts/ja-jp/ja-jp-x-jac-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jac-r24.zvoice\ |
| 95 | device/google/raviole/tts/ja-jp/ja-jp-x-jad-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-jad-r24.zvoice\ |
| 96 | device/google/raviole/tts/ja-jp/ja-jp-x-mfk-r24.zvoice:product/tts/google/ja-jp/ja-jp-x-mfk-r24.zvoice\ |
| 97 | device/google/raviole/tts/fr-fr/fr-fr-x-multi-r24.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-r24.zvoice\ |
| 98 | device/google/raviole/tts/de-de/de-de-x-multi-r24.zvoice:product/tts/google/de-de/de-de-x-multi-r24.zvoice\ |
| 99 | device/google/raviole/tts/it-it/it-it-x-amb-r22.zvoice:product/tts/google/it-it/it-it-x-amb-r22.zvoice\ |
| 100 | device/google/raviole/tts/it-it/it-it-x-ita-r22.zvoice:product/tts/google/it-it/it-it-x-ita-r22.zvoice\ |
| 101 | device/google/raviole/tts/it-it/it-it-x-itb-r22.zvoice:product/tts/google/it-it/it-it-x-itb-r22.zvoice\ |
| 102 | device/google/raviole/tts/it-it/it-it-x-itc-r22.zvoice:product/tts/google/it-it/it-it-x-itc-r22.zvoice\ |
| 103 | device/google/raviole/tts/it-it/it-it-x-itd-r22.zvoice:product/tts/google/it-it/it-it-x-itd-r22.zvoice\ |
| 104 | device/google/raviole/tts/it-it/it-it-x-kda-r22.zvoice:product/tts/google/it-it/it-it-x-kda-r22.zvoice\ |
| 105 | device/google/raviole/tts/es-es/es-es-x-ana-r23.zvoice:product/tts/google/es-es/es-es-x-ana-r23.zvoice\ |
| 106 | device/google/raviole/tts/es-es/es-es-x-multi-r23.zvoice:product/tts/google/es-es/es-es-x-multi-r23.zvoice |
linpeter | 85646ce | 2020-12-17 21:18:41 +0800 | [diff] [blame] | 107 | |
| 108 | # Display LBE |
| 109 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 |
Benjamin Schwartz | c798cb3 | 2021-03-18 17:55:40 -0700 | [diff] [blame] | 110 | |
| 111 | # PowerStats HAL |
| 112 | PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/raven |
Jack Wu | 6e0bb1c | 2019-01-17 21:38:27 +0800 | [diff] [blame] | 113 | |
| 114 | # userdebug specific |
| 115 | ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) |
| 116 | PRODUCT_COPY_FILES += \ |
| 117 | device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc |
| 118 | endif |
terrycrhuang | fd95a68 | 2021-04-14 17:32:20 +0800 | [diff] [blame] | 119 | |
| 120 | # Increment the SVN for any official public releases |
| 121 | PRODUCT_VENDOR_PROPERTIES += \ |
| 122 | ro.vendor.build.svn=1 |
shawnlin | 1c49162 | 2021-04-22 13:27:45 +0800 | [diff] [blame] | 123 | |
| 124 | # Hide cutout overlays |
| 125 | PRODUCT_PACKAGES += \ |
| 126 | NoCutoutOverlay \ |
| 127 | AvoidAppsInCutoutOverlay |
Kris Chen | 74dfc0c | 2021-05-07 21:38:46 +0800 | [diff] [blame] | 128 | |
| 129 | # Fingerprint antispoof property |
| 130 | PRODUCT_PRODUCT_PROPERTIES +=\ |
| 131 | persist.vendor.fingerprint.disable.fake.override=none |
Cyan_Hsieh | a327e42 | 2021-05-26 11:56:31 +0800 | [diff] [blame^] | 132 | |
| 133 | # Keyboard side padding in dp for portrait mode |
| 134 | PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11 |
| 135 | PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_l=11 |