-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmocha.mk
232 lines (190 loc) · 8.84 KB
/
mocha.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# 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 += normal hdpi xhdpi xxhdpi
TARGET_SCREEN_HEIGHT := 2048
TARGET_SCREEN_WIDTH := 1536
$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product-if-exists, vendor/xiaomi/mocha/mocha-vendor.mk)
# Overlay
DEVICE_PACKAGE_OVERLAYS += \
device/xiaomi/mocha/overlay
PRODUCT_COPY_FILES += \
device/xiaomi/mocha/rootdir/etc/init:recovery/root/init \
device/xiaomi/mocha/rootdir/sbin/e2fsck_static:recovery/root/sbin/e2fsck_static
# Ramdisk
PRODUCT_PACKAGES += \
fstab.mocha \
init.mocha.rc \
init.t124_emmc.rc \
init.t124_sata.rc \
init.cal.rc \
init.hdcp.rc \
init.t124.rc \
init.tlk.rc \
init.nv_dev_board.usb.rc \
power.mocha.rc \
ueventd.mocha.rc
PRODUCT_COPY_FILES += \
device/xiaomi/mocha/rootdir/etc/init:root/init \
device/xiaomi/mocha/rootdir/etc/init.rc:root/init.rc \
device/xiaomi/mocha/rootdir/sbin/healthd:root/sbin/healthd \
device/xiaomi/mocha/rootdir/sbin/chargeonlymode:root/sbin/chargeonlymode \
device/xiaomi/mocha/rootdir/sbin/mdbd:root/sbin/mdbd
# Enable repeatable keys in CWM
PRODUCT_PROPERTY_OVERRIDES += \
ro.cwm.enable_key_repeat=true
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
#$(call inherit-product-if-exists, vendor/xiaomi/mocha/mocha-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/xiaomi/mocha/overlay
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/xiaomi/mocha/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
PRODUCT_PACKAGES += \
init.none.rc
# 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.graphics.xml:system/etc/permissions/com.nvidia.graphics.xml \
$(LOCAL_PATH)/permissions/com.nvidia.nvsi.xml:system/etc/permissions/com.nvidia.nvsi.xml \
$(LOCAL_PATH)/permissions/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \
$(LOCAL_PATH)/permissions/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml \
$(LOCAL_PATH)/permissions/com.nvidia.miracast.xml:system/etc/permissions/com.nvidia.miracast.xml
# idc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/idc/touch.idc:system/usr/idc/touch.idc \
$(LOCAL_PATH)/idc/touch_fusion.idc:system/usr/idc/touch_fusion.idc \
$(LOCAL_PATH)/idc/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc
# keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \
$(LOCAL_PATH)/keylayout/tegra-rt5671_headphone_detect.kl:system/usr/keylayout/tegra-rt5671_headphone_detect.kl \
$(LOCAL_PATH)/keylayout/atmel-maxtouch.kl:system/usr/keylayout/atmel-maxtouch.kl \
$(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
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audioConfig_qvoice_icera_pc400.xml:system/etc/audioConfig_qvoice_icera_pc400.xml \
$(LOCAL_PATH)/audio/nvaudio_conf.xml:system/etc/nvaudio_conf.xml \
$(LOCAL_PATH)/audio/nvaudio_fx.xml:system/etc/nvaudio_fx.xml
ifeq ($(BOARD_USES_STOCK_POLICY),)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_policy_stock.conf:system/etc/audio_policy.conf \
$(LOCAL_PATH)/audio/audio_policy.tegra.so:system/lib/hw/audio_policy.tegra.so
else
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_policy.conf:system/etc/audio_policy.conf
endif
PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.usb.default \
libaudio-resampler \
tinycap \
tinymix \
tinyplay \
xaplay
# Bluetooth
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bdaddr:system/etc/bluetooth/bdaddr \
$(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
# Misc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/misc/ussrd.conf:system/etc/ussrd.conf \
$(LOCAL_PATH)/misc/enctune.conf:system/etc/enctune.conf
# Wifi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \
$(LOCAL_PATH)/wifi/wpa_supplicant:system/bin/wpa_supplicant \
$(LOCAL_PATH)/wifi/wpa_supplicant.bin:system/bin/wpa_supplicant.bin \
$(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 = 0 \
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 = 3
# persist.tegra.didim.enable = 1 \
# persist.tegra.didim.video = 5 \
# persist.tegra.didim.normal = 3
PRODUCT_PREBUILT_WEBVIEWCHROMIUM := true
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=1417730315
PRODUCT_NAME := full_mocha
PRODUCT_DEVICE := mocha
$(call inherit-product, device/xiaomi/mocha/device.mk)