-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathdevice.mk
179 lines (148 loc) · 7.79 KB
/
device.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
# 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.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit common msm7x30 configs
$(call inherit-product, device/htc/msm7x30-common/msm7x30.mk)
# HTC Audio
$(call inherit-product, device/htc/ace/media_a1026.mk)
$(call inherit-product, device/htc/ace/media_htcaudio.mk)
# Inherit qcom proprietary blobs
$(call inherit-product, vendor/qcom/proprietary/qcom-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/htc/ace/overlay
# Boot ramdisk setup
PRODUCT_COPY_FILES += \
device/htc/ace/ramdisk/fstab.spade:root/fstab.spade \
device/htc/ace/ramdisk/init.spade.rc:root/init.spade.rc \
device/htc/ace/ramdisk/ueventd.spade.rc:root/ueventd.spade.rc
# GPS config
PRODUCT_COPY_FILES += device/htc/ace/configs/gps.conf:system/etc/gps.conf
# HTC BT audio config
PRODUCT_COPY_FILES += device/htc/ace/configs/AudioBTID.csv:system/etc/AudioBTID.csv
# vold config
PRODUCT_COPY_FILES += device/htc/ace/configs/vold.fstab:system/etc/vold.fstab
# ACDB
PRODUCT_COPY_FILES += \
device/htc/ace/configs/default.acdb:system/etc/firmware/default.acdb \
device/htc/ace/configs/default_org.acdb:system/etc/firmware/default_org.acdb
# Audio DSP Profiles
PRODUCT_COPY_FILES += \
device/htc/ace/dsp/AdieHWCodec.csv:system/etc/AdieHWCodec.csv \
device/htc/ace/dsp/AIC3254_REG.csv:system/etc/AIC3254_REG.csv \
device/htc/ace/dsp/AIC3254_REG_XD.csv:system/etc/AIC3254_REG_XD.csv \
device/htc/ace/dsp/CodecDSPID.txt:system/etc/CodecDSPID.txt \
device/htc/ace/dsp/HP_Audio.csv:system/etc/HP_Audio.csv \
device/htc/ace/dsp/HP_Video.csv:system/etc/HP_Video.csv \
device/htc/ace/dsp/SPK_Combination.csv:system/etc/SPK_Combination.csv \
device/htc/ace/dsp/soundimage/Sound_Bass_Booster.txt:system/etc/soundimage/Sound_Bass_Booster.txt \
device/htc/ace/dsp/soundimage/Sound_Blues.txt:system/etc/soundimage/Sound_Blues.txt \
device/htc/ace/dsp/soundimage/Sound_Classical.txt:system/etc/soundimage/Sound_Classical.txt \
device/htc/ace/dsp/soundimage/Sound_Country.txt:system/etc/soundimage/Sound_Country.txt \
device/htc/ace/dsp/soundimage/Sound_Dolby_A_HP.txt:system/etc/soundimage/Sound_Dolby_A_HP.txt \
device/htc/ace/dsp/soundimage/Sound_Dolby_A_SPK.txt:system/etc/soundimage/Sound_Dolby_A_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_Dolby_V_HP.txt:system/etc/soundimage/Sound_Dolby_V_HP.txt \
device/htc/ace/dsp/soundimage/Sound_Dolby_V_SPK.txt:system/etc/soundimage/Sound_Dolby_V_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_Dualmic.txt:system/etc/soundimage/Sound_Dualmic.txt \
device/htc/ace/dsp/soundimage/Sound_Dualmic_EP.txt:system/etc/soundimage/Sound_Dualmic_EP.txt \
device/htc/ace/dsp/soundimage/Sound_Dualmic_SPK.txt:system/etc/soundimage/Sound_Dualmic_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_Jazz.txt:system/etc/soundimage/Sound_Jazz.txt \
device/htc/ace/dsp/soundimage/Sound_Latin.txt:system/etc/soundimage/Sound_Latin.txt \
device/htc/ace/dsp/soundimage/Sound_New_Age.txt:system/etc/soundimage/Sound_New_Age.txt \
device/htc/ace/dsp/soundimage/Sound_Original.txt:system/etc/soundimage/Sound_Original.txt \
device/htc/ace/dsp/soundimage/Sound_Original_SPK.txt:system/etc/soundimage/Sound_Original_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_Piano.txt:system/etc/soundimage/Sound_Piano.txt \
device/htc/ace/dsp/soundimage/Sound_Pop.txt:system/etc/soundimage/Sound_Pop.txt \
device/htc/ace/dsp/soundimage/Sound_R_B.txt:system/etc/soundimage/Sound_R_B.txt \
device/htc/ace/dsp/soundimage/Sound_Rock.txt:system/etc/soundimage/Sound_Rock.txt \
device/htc/ace/dsp/soundimage/Sound_SRS_A_HP.txt:system/etc/soundimage/Sound_SRS_A_HP.txt \
device/htc/ace/dsp/soundimage/Sound_SRS_A_SPK.txt:system/etc/soundimage/Sound_SRS_A_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_SRS_V_HP.txt:system/etc/soundimage/Sound_SRS_V_HP.txt \
device/htc/ace/dsp/soundimage/Sound_SRS_V_SPK.txt:system/etc/soundimage/Sound_SRS_V_SPK.txt \
device/htc/ace/dsp/soundimage/Sound_Treble_Booster.txt:system/etc/soundimage/Sound_Treble_Booster.txt \
device/htc/ace/dsp/soundimage/Sound_Vocal_Booster.txt:system/etc/soundimage/Sound_Vocal_Booster.txt
# Keylayouts and keychars
PRODUCT_COPY_FILES += \
device/htc/ace/keylayout/keychars/atmel-touchscreen.kcm:system/usr/keychars/atmel-touchscreen.kcm \
device/htc/ace/keylayout/keychars/synaptics-rmi-touchscreen.kcm:system/usr/keychars/synaptics-rmi-touchscreen.kcm \
device/htc/ace/keylayout/keychars/elan-touchscreen.kcm:system/usr/keychars/elan-touchscreen.kcm \
device/htc/ace/keylayout/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \
device/htc/ace/keylayout/keylayout/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
device/htc/ace/keylayout/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl \
device/htc/ace/keylayout/keylayout/spade-keypad.kl:system/usr/keylayout/spade-keypad.kl \
device/htc/ace/keylayout/keylayout/atmel-touchscreen.kl:system/usr/keylayout/atmel-touchscreen.kl \
device/htc/ace/keylayout/keylayout/synaptics-rmi-touchscreen.kl:system/usr/keylayout/synaptics-rmi-touchscreen.kl \
device/htc/ace/keylayout/keylayout/elan-touchscreen.kl:system/usr/keylayout/elan-touchscreen.kl
# Input device config
PRODUCT_COPY_FILES += \
device/htc/ace/idc/atmel-touchscreen.idc:system/usr/idc/atmel-touchscreen.idc \
device/htc/ace/idc/spade-keypad.idc:system/usr/idc/spade-keypad.idc \
device/htc/ace/idc/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc \
device/htc/ace/idc/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc
# Kernel
ifneq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/htc/ace/prebuilt/kernel/kernel
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
# Kernel modules
PRODUCT_COPY_FILES += \
device/htc/ace/prebuilt/kernel/bcmdhd.ko:system/lib/modules/bcmdhd.ko \
device/htc/ace/prebuilt/kernel/scsi_wait_scan.ko:system/lib/modules/scsi_wait_scan.ko
endif
# Copy bcm4329 firmware
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/device-bcm.mk)
# BCM4329 firmware
PRODUCT_COPY_FILES += \
device/htc/ace/firmware/bcm4329.hcd:system/vendor/firmware/bcm4329.hcd
# Filesystem management tools
PRODUCT_PACKAGES += \
make_ext4fs \
e2fsck \
setup_fs
# Build extra non-CM packages
PRODUCT_PACKAGES += \
Torch
# GPS / BT / Lights / Sensors
PRODUCT_PACKAGES += \
libbt-vendor \
gps.spade \
librpc \
lights.spade \
sensors.spade
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
# Extra properties
PRODUCT_PROPERTY_OVERRIDES += \
ro.setupwizard.enable_bypass=1 \
ro.com.google.locationfeatures=1 \
ro.com.google.gmsversion=2.3_r3
# Override /proc/sys/vm/dirty_ratio on UMS
PRODUCT_PROPERTY_OVERRIDES += \
ro.vold.umsdirtyratio=20
# Turn off ZRAM by default
PRODUCT_PROPERTY_OVERRIDES += \
ro.zram.default=0
# We have enough space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
# Set build date
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
# Fix bad lunch inheritance
PRODUCT_NAME := cm_ace
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_LOCALES += en_US
# call the proprietary setup
$(call inherit-product, vendor/htc/ace/ace-vendor.mk)
# call dalvik heap config
$(call inherit-product, frameworks/native/build/phone-hdpi-512-dalvik-heap.mk)