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) |
Ching-Sung Li | fb5e389 | 2021-05-31 15:18:59 +0800 | [diff] [blame] | 25 | $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersRaven.mk) |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 26 | |
| 27 | DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay |
| 28 | |
| 29 | include device/google/gs101/device-shipping-common.mk |
Ilya Matyukhin | 1d54825 | 2021-05-18 01:03:41 -0700 | [diff] [blame] | 30 | include device/google/gs101/fingerprint/udfps_common.mk |
| 31 | |
| 32 | ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),) |
| 33 | include device/google/gs101/fingerprint/udfps_shipping.mk |
| 34 | else |
| 35 | include device/google/gs101/fingerprint/udfps_factory.mk |
| 36 | endif |
| 37 | |
Victor Liu | 0bc47d6 | 2021-04-20 22:15:02 +0000 | [diff] [blame] | 38 | ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),) |
| 39 | include device/google/gs101/uwb/uwb.mk |
| 40 | endif |
Ilya Matyukhin | 1d54825 | 2021-05-18 01:03:41 -0700 | [diff] [blame] | 41 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 42 | include device/google/raviole/audio/raven/audio-tables.mk |
| 43 | include hardware/google/pixel/vibrator/cs40l25/device.mk |
| 44 | |
| 45 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true |
Ady Abraham | 9a9d024 | 2021-03-19 12:52:46 -0700 | [diff] [blame] | 46 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 47 | |
| 48 | # Init files |
| 49 | PRODUCT_COPY_FILES += \ |
Robin Peng | 334022f | 2021-05-05 12:01:32 +0800 | [diff] [blame] | 50 | 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] | 51 | device/google/raviole/conf/init.raven.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.raven.rc |
| 52 | |
| 53 | # Recovery files |
| 54 | PRODUCT_COPY_FILES += \ |
| 55 | device/google/gs101/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.raven.rc |
| 56 | |
| 57 | # insmod files |
| 58 | PRODUCT_COPY_FILES += \ |
| 59 | device/google/raviole/init.insmod.raven.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.raven.cfg |
| 60 | |
| 61 | # Thermal Config |
| 62 | PRODUCT_COPY_FILES += \ |
| 63 | device/google/raviole/thermal_info_config_raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json |
| 64 | |
Cheney Ni | ab92016 | 2021-06-28 13:47:54 +0800 | [diff] [blame] | 65 | # Bluetooth |
| 66 | PRODUCT_PRODUCT_PROPERTIES += \ |
| 67 | persist.bluetooth.a2dp_aac.vbr_supported=true |
| 68 | |
Labib | 68270de | 2021-05-05 17:15:43 +0800 | [diff] [blame] | 69 | # Bluetooth Tx power caps for raven |
| 70 | PRODUCT_COPY_FILES += \ |
Ted Wang | d92243b | 2021-07-27 11:20:00 +0800 | [diff] [blame] | 71 | $(LOCAL_PATH)/bluetooth_power_limits_raven.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \ |
Ted Wang | 97d7a59 | 2021-08-02 15:38:20 +0800 | [diff] [blame] | 72 | $(LOCAL_PATH)/bluetooth_power_limits_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv \ |
| 73 | $(LOCAL_PATH)/bluetooth_power_limits_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv |
Labib | 68270de | 2021-05-05 17:15:43 +0800 | [diff] [blame] | 74 | |
Ted Wang | 34a8963 | 2021-07-15 18:46:57 +0800 | [diff] [blame] | 75 | # Bluetooth SAR test tool |
| 76 | PRODUCT_PACKAGES_DEBUG += \ |
| 77 | sar_test |
| 78 | |
Jie Song | 6b68ff7 | 2021-07-14 21:35:19 +0000 | [diff] [blame] | 79 | # MIPI Coex Configs |
| 80 | PRODUCT_COPY_FILES += \ |
| 81 | device/google/raviole/radio/raven_camera_rear_tele_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_rear_tele_mipi_coex_table.csv |
| 82 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 83 | # Camera |
| 84 | PRODUCT_COPY_FILES += \ |
| 85 | device/google/raviole/media_profiles_raven.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml |
| 86 | |
| 87 | # Display Config |
| 88 | PRODUCT_COPY_FILES += \ |
Long Ling | 8275661 | 2021-04-30 15:52:57 -0700 | [diff] [blame] | 89 | device/google/raviole/raven/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \ |
| 90 | 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] | 91 | |
linpeter | a6263cc | 2021-07-01 19:40:34 +0800 | [diff] [blame] | 92 | #config of display brightness dimming |
linpeter | 2d18527 | 2021-08-13 18:46:54 +0800 | [diff] [blame] | 93 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.brightness.dimming.usage=2 |
linpeter | a6263cc | 2021-07-01 19:40:34 +0800 | [diff] [blame] | 94 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 95 | # NFC |
| 96 | PRODUCT_COPY_FILES += \ |
George Chang | d48ff14 | 2021-03-10 20:35:15 +0800 | [diff] [blame] | 97 | device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \ |
| 98 | device/google/raviole/nfc/libnfc-nci-raven.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf |
| 99 | |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 100 | DEVICE_MANIFEST_FILE += \ |
| 101 | device/google/gs101/nfc/manifest_se_gs101.xml |
| 102 | |
| 103 | # Vibrator HAL |
| 104 | PRODUCT_PRODUCT_PROPERTIES +=\ |
| 105 | ro.vendor.vibrator.hal.long.frequency.shift=15 |
Jimmy Shiu | 7700cf0 | 2021-06-18 13:54:27 +0800 | [diff] [blame] | 106 | PRODUCT_PRODUCT_PROPERTIES += \ |
| 107 | vendor.powerhal.adpf.rate=8333333 |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 108 | |
| 109 | # Voice packs for Text-To-Speech |
| 110 | PRODUCT_COPY_FILES += \ |
Peter_Liang | 55f8b7c | 2021-05-20 17:20:36 +0800 | [diff] [blame] | 111 | device/google/raviole/tts/ja-jp/ja-jp-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-darwinn-wavernn-r27.zvoice\ |
| 112 | device/google/raviole/tts/ja-jp/ja-jp-x-multi-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-r27.zvoice\ |
| 113 | device/google/raviole/tts/ja-jp/ja-jp-x-multi-wavernn-r27.zvoice:product/tts/google/ja-jp/ja-jp-x-multi-wavernn-r27.zvoice\ |
| 114 | device/google/raviole/tts/fr-fr/fr-fr-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-darwinn-wavernn-r27.zvoice\ |
| 115 | device/google/raviole/tts/fr-fr/fr-fr-x-multi-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-r27.zvoice\ |
| 116 | device/google/raviole/tts/fr-fr/fr-fr-x-multi-wavernn-r27.zvoice:product/tts/google/fr-fr/fr-fr-x-multi-wavernn-r27.zvoice\ |
| 117 | device/google/raviole/tts/de-de/de-de-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/de-de/de-de-x-multi-darwinn-wavernn-r27.zvoice\ |
| 118 | device/google/raviole/tts/de-de/de-de-x-multi-r27.zvoice:product/tts/google/de-de/de-de-x-multi-r27.zvoice\ |
| 119 | device/google/raviole/tts/de-de/de-de-x-multi-wavernn-r27.zvoice:product/tts/google/de-de/de-de-x-multi-wavernn-r27.zvoice\ |
| 120 | device/google/raviole/tts/it-it/it-it-x-multi-r24.zvoice:product/tts/google/it-it/it-it-x-multi-r24.zvoice\ |
| 121 | device/google/raviole/tts/es-es/es-es-x-multi-darwinn-wavernn-r27.zvoice:product/tts/google/es-es/es-es-x-multi-darwinn-wavernn-r27.zvoice\ |
| 122 | device/google/raviole/tts/es-es/es-es-x-multi-r27.zvoice:product/tts/google/es-es/es-es-x-multi-r27.zvoice\ |
| 123 | device/google/raviole/tts/es-es/es-es-x-multi-wavernn-r27.zvoice:product/tts/google/es-es/es-es-x-multi-wavernn-r27.zvoice |
linpeter | 85646ce | 2020-12-17 21:18:41 +0800 | [diff] [blame] | 124 | |
| 125 | # Display LBE |
| 126 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 |
Benjamin Schwartz | c798cb3 | 2021-03-18 17:55:40 -0700 | [diff] [blame] | 127 | |
wenchangliu | a768e6f | 2021-08-13 15:31:52 +0800 | [diff] [blame^] | 128 | # Media Performance Class 12 |
| 129 | PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=31 |
| 130 | |
Benjamin Schwartz | c798cb3 | 2021-03-18 17:55:40 -0700 | [diff] [blame] | 131 | # PowerStats HAL |
Yanting Yang | 3b1f8ef | 2021-05-31 03:53:40 +0800 | [diff] [blame] | 132 | PRODUCT_SOONG_NAMESPACES += \ |
| 133 | device/google/raviole/powerstats/raven \ |
| 134 | device/google/raviole |
| 135 | |
Jack Wu | 6e0bb1c | 2019-01-17 21:38:27 +0800 | [diff] [blame] | 136 | |
| 137 | # userdebug specific |
| 138 | ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) |
| 139 | PRODUCT_COPY_FILES += \ |
| 140 | device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc |
| 141 | endif |
terrycrhuang | fd95a68 | 2021-04-14 17:32:20 +0800 | [diff] [blame] | 142 | |
| 143 | # Increment the SVN for any official public releases |
| 144 | PRODUCT_VENDOR_PROPERTIES += \ |
| 145 | ro.vendor.build.svn=1 |
shawnlin | 1c49162 | 2021-04-22 13:27:45 +0800 | [diff] [blame] | 146 | |
| 147 | # Hide cutout overlays |
| 148 | PRODUCT_PACKAGES += \ |
| 149 | NoCutoutOverlay \ |
| 150 | AvoidAppsInCutoutOverlay |
Kris Chen | 74dfc0c | 2021-05-07 21:38:46 +0800 | [diff] [blame] | 151 | |
| 152 | # Fingerprint antispoof property |
| 153 | PRODUCT_PRODUCT_PROPERTIES +=\ |
| 154 | persist.vendor.fingerprint.disable.fake.override=none |
Cyan_Hsieh | a327e42 | 2021-05-26 11:56:31 +0800 | [diff] [blame] | 155 | |
| 156 | # Keyboard side padding in dp for portrait mode |
| 157 | PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11 |
| 158 | PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_l=11 |
Michael Ayoubi | ca6b352 | 2021-05-25 02:09:47 +0000 | [diff] [blame] | 159 | |
| 160 | # DCK properties based on target |
| 161 | PRODUCT_PROPERTY_OVERRIDES += \ |
Michael Ayoubi | ea3372d | 2021-06-30 01:53:01 +0000 | [diff] [blame] | 162 | ro.gms.dck.eligible_wcc=2 |
Yanting Yang | 3b1f8ef | 2021-05-31 03:53:40 +0800 | [diff] [blame] | 163 | |
| 164 | # SKU specific RROs |
| 165 | PRODUCT_PACKAGES += \ |
Robin Peng | 6e4640b | 2021-06-01 18:03:27 +0800 | [diff] [blame] | 166 | SettingsOverlayGF5KQ |
| 167 | |
| 168 | # Trusty liboemcrypto.so |
| 169 | PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts |
Bill Lin | 964bf23 | 2021-06-04 08:48:58 +0800 | [diff] [blame] | 170 | |
| 171 | # Set support one-handed mode |
| 172 | PRODUCT_PRODUCT_PROPERTIES += \ |
| 173 | ro.support_one_handed_mode=true |
Zhijun He | 59a3061 | 2021-07-09 11:33:45 -0700 | [diff] [blame] | 174 | |
| 175 | # Enable camera exif model/make reporting |
Charles Chiu | 57fc706 | 2021-07-28 14:58:36 +0800 | [diff] [blame] | 176 | PRODUCT_VENDOR_PROPERTIES += \ |
Zhijun He | 59a3061 | 2021-07-09 11:33:45 -0700 | [diff] [blame] | 177 | persist.vendor.camera.exif_reveal_make_model=true |