forked from TeamRegular/android_device_nvidia_shieldtablet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shieldtablet.mk
198 lines (170 loc) · 7.77 KB
/
shieldtablet.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
#
# Copyright (C) 2014 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG += mdpi hdpi xhdpi
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1200
$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product-if-exists, vendor/nvidia/shieldtablet/shieldtablet-vendor.mk)
# Overlay
DEVICE_PACKAGE_OVERLAYS += \
device/nvidia/shieldtablet/overlay
# Ramdisk
PRODUCT_PACKAGES += \
fstab.tn8 \
init.cal.rc \
init.hdcp.rc \
init.t124.rc \
init.tegra.rc \
init.tegra_emmc.rc \
init.tlk.rc \
init.tn8.rc \
init.tn8.usb.rc \
power.tn8.rc \
ueventd.tn8.rc
# Enable repeatable keys in CWM
PRODUCT_PROPERTY_OVERRIDES += \
ro.cwm.enable_key_repeat=true
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
# NVIDIA
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/permissions/com.nvidia.feature.xml:system/etc/permissions/com.nvidia.feature.xml \
$(LOCAL_PATH)/permissions/com.nvidia.nvsi.xml:system/etc/permissions/com.nvidia.nvsi.xml
# idc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/idc/touch.idc:system/usr/idc/touch.idc \
$(LOCAL_PATH)/idc/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc
# keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/tegra-kbc.kl:system/usr/keylayout/tegra-kbc.kl \
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
$(LOCAL_PATH)/keylayout/Vendor_0955_Product_7210.kl:system/usr/keylayout/Vendor_0955_Product_7210.kl
# Media config
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media/media_codecs.xml:system/etc/media_codecs.xml \
$(LOCAL_PATH)/media/media_profiles.xml:system/etc/media_profiles.xml
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audioConfig_qvoice_icera_pc400.xml:system/etc/audioConfig_qvoice_icera_pc400.xml \
$(LOCAL_PATH)/audio/audio_policy.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/audio/nvaudio_conf.xml:system/etc/nvaudio_conf.xml \
$(LOCAL_PATH)/audio/nvaudio_fx.xml:system/etc/nvaudio_fx.xml
PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.usb.default \
libaudio-resampler \
tinycap \
tinymix \
tinyplay \
xaplay
# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/gpsconfig.xml:system/etc/gps/gpsconfig.xml \
$(LOCAL_PATH)/gps/rootcert.pem:system/etc/gps/rootcert.pem \
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf
# Bluetooth
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
# Camera
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/camera/nvcamera.conf:system/etc/nvcamera.conf \
$(LOCAL_PATH)/camera/model_frontal.xml:system/etc/model_frontal.xml
# Wifi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/bcm4335/fw_bcmdhd.bin:system/vendor/firmware/bcm4335/fw_bcmdhd.bin \
$(LOCAL_PATH)/wifi/bcm43241/fw_bcmdhd.bin:system/vendor/firmware/bcm43241/fw_bcmdhd.bin \
$(LOCAL_PATH)/wifi/bcm43341/fw_bcmdhd.bin:system/vendor/firmware/bcm43341/fw_bcmdhd.bin \
$(LOCAL_PATH)/wifi/bcm43341/fw_bcmdhd_a0.bin:system/vendor/firmware/bcm43341/fw_bcmdhd_a0.bin \
$(LOCAL_PATH)/wifi/dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \
$(LOCAL_PATH)/wifi/nvram_4335.txt:system/etc/nvram_4335.txt \
$(LOCAL_PATH)/wifi/nvram_43241.txt:system/etc/nvram_43241.txt \
$(LOCAL_PATH)/wifi/nvram_rev2.txt:system/etc/nvram_rev2.txt \
$(LOCAL_PATH)/wifi/nvram_rev3.txt:system/etc/nvram_rev3.txt \
$(LOCAL_PATH)/wifi/nvram_rev4.txt:system/etc/nvram_rev4.txt \
$(LOCAL_PATH)/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf
PRODUCT_PACKAGES += \
libnetcmdiface
# Enable Widevine drm
PRODUCT_PROPERTY_OVERRIDES += drm.service.enabled=true
# Light
PRODUCT_PACKAGES += \
lights.tegra
# Charger
PRODUCT_PACKAGES += \
charger \
charger_res_images
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_CHARACTERISTICS := tablet
# Set default USB interface
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp
# USB
PRODUCT_PACKAGES += \
com.android.future.usb.accessory
# Filesystem management tools
PRODUCT_PACKAGES += \
make_ext4fs \
setup_fs
# Disable SELinux
PRODUCT_PROPERTY_OVERRIDES += \
ro.boot.selinux=disabled
# Common build.props
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version = 196609 \
wifi.interface=wlan0 \
ap.interface=wlan0 \
persist.tegra.nvmmlite = 1 \
persist.wlan.ti.calibrated = 0 \
ro.sf.override_null_lcd_density = 1 \
ro.sf.lcd_density=320 \
persist.tegra.compositor=glcomposer \
ro.input.noresample=1 \
ro.com.google.clientidbase=android-nvidia \
ro.zygote.disable_gl_preload=true \
pbc.enabled=0 \
pbc.log=0 \
pbc.board_power_threshold=20000 \
pbc.low_polling_freq_threshold=1000 \
pbc.rails=cpu,core,dram,gpu \
pbc.cpu.power=/sys/bus/i2c/devices/7-0045/power1_input \
pbc.cpu.cap=/dev/cpu_freq_max \
pbc.cpu.cap.af=/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies \
pbc.core.power=/sys/bus/i2c/devices/7-0043/power1_input \
pbc.dram.power=/sys/bus/i2c/devices/7-0049/power1_input \
pbc.gpu.power=/sys/bus/i2c/devices/7-004b/power1_input \
pbc.gpu.cap=/dev/gpu_freq_max \
pbc.gpu.cap.af=/sys/devices/platform/host1x/gk20a.0/devfreq/gk20a.0/available_frequencies \
af.resampler.quality = 4 \
persist.tegra.didim.enable = 1 \
persist.tegra.didim.video = 5 \
persist.tegra.didim.normal = 3