forked from PencolGit/android_device_htc_saga
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdevice.mk
121 lines (101 loc) · 5.98 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
#
# Copyright (C) 2011 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.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# The gps config appropriate for this device
PRODUCT_COPY_FILES += device/htc/saga/configs/gps.conf:system/etc/gps.conf
## (1) First, the most specific values, i.e. the aspects that are specific to GSM
PRODUCT_COPY_FILES += \
device/htc/saga/ramdisk/init.saga.rc:root/init.saga.rc \
device/htc/saga/ramdisk/ueventd.saga.rc:root/ueventd.saga.rc \
device/htc/msm7x30-common/rootdir/fstab.msm7x30:root/fstab.saga
# the line above is terribly dirty hack. But fstab doesn't work without it for some reason.
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml
## (3) Finally, the least specific parts, i.e. the non-GSM-specific aspects
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.google.locationfeatures=1 \
ro.com.google.networklocation=1 \
ro.com.google.gmsversion=2.3_r3 \
ro.setupwizard.enable_bypass=1 \
dalvik.vm.lockprof.threshold=500 \
dalvik.vm.dexopt-flags=m=y \
ro.kernel.android.checkjni=0
# Override /proc/sys/vm/dirty_ratio on UMS
PRODUCT_PROPERTY_OVERRIDES += \
ro.vold.umsdirtyratio=20
DEVICE_PACKAGE_OVERLAYS += device/htc/saga/overlay
# gsm config xml file
PRODUCT_COPY_FILES += \
device/htc/saga/configs/voicemail-conf.xml:system/etc/voicemail-conf.xml
# Lights / Sensors
PRODUCT_PACKAGES += \
lights.saga \
sensors.saga
# idc files
PRODUCT_COPY_FILES += \
device/htc/saga/idc/atmel-touchscreen.idc:system/usr/idc/atmel-touchscreen.idc \
device/htc/saga/idc/saga-keypad.idc:system/usr/idc/saga-keypad.idc
# Keychars
PRODUCT_COPY_FILES += \
device/htc/saga/keychars/atmel-touchscreen.kcm:system/usr/keychars/atmel-touchscreen.kcm
# Keylayouts
PRODUCT_COPY_FILES += \
device/htc/saga/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \
device/htc/saga/keylayout/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
device/htc/saga/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl \
device/htc/saga/keylayout/saga-keypad.kl:system/usr/keylayout/saga-keypad.kl \
device/htc/saga/keylayout/atmel-touchscreen.kl:system/usr/keylayout/atmel-touchscreen.kl
# Audio DSP Profiles
PRODUCT_COPY_FILES += \
device/htc/saga/dsp/AdieHWCodec.csv:system/etc/AdieHWCodec.csv \
device/htc/saga/dsp/AIC3254_REG_DualMic.csv:system/etc/AIC3254_REG_DualMic.csv \
device/htc/saga/dsp/AIC3254_REG_DualMic.txt:system/etc/AIC3254_REG_DualMic.txt \
device/htc/saga/dsp/AIC3254_REG_DualMic_XB.csv:system/etc/AIC3254_REG_DualMic_XB.csv \
device/htc/saga/dsp/AIC3254_REG_DualMic_XC.csv:system/etc/AIC3254_REG_DualMic_XC.csv \
device/htc/saga/dsp/AudioBTID.csv:system/etc/AudioBTID.csv \
device/htc/saga/dsp/CodecDSPID.txt:system/etc/CodecDSPID.txt \
device/htc/saga/dsp/soundimage/Sound_Bass_Booster.txt:system/etc/soundimage/Sound_Bass_Booster.txt \
device/htc/saga/dsp/soundimage/Sound_Blues.txt:system/etc/soundimage/Sound_Blues.txt \
device/htc/saga/dsp/soundimage/Sound_Classical.txt:system/etc/soundimage/Sound_Classical.txt \
device/htc/saga/dsp/soundimage/Sound_Country.txt:system/etc/soundimage/Sound_Country.txt \
device/htc/saga/dsp/soundimage/Sound_Jazz.txt:system/etc/soundimage/Sound_Jazz.txt \
device/htc/saga/dsp/soundimage/Sound_Latin.txt:system/etc/soundimage/Sound_Latin.txt \
device/htc/saga/dsp/soundimage/Sound_New_Age.txt:system/etc/soundimage/Sound_New_Age.txt \
device/htc/saga/dsp/soundimage/Sound_Original.txt:system/etc/soundimage/Sound_Original.txt \
device/htc/saga/dsp/soundimage/Sound_Original_Recording.txt:system/etc/soundimage/Sound_Original_Recording.txt \
device/htc/saga/dsp/soundimage/Sound_Original_SPK.txt:system/etc/soundimage/Sound_Original_SPK.txt \
device/htc/saga/dsp/soundimage/Sound_Phone_Original_REC.txt:system/etc/soundimage/Sound_Phone_Original_REC.txt \
device/htc/saga/dsp/soundimage/Sound_Piano.txt:system/etc/soundimage/Sound_Piano.txt \
device/htc/saga/dsp/soundimage/Sound_Pop.txt:system/etc/soundimage/Sound_Pop.txt \
device/htc/saga/dsp/soundimage/Sound_R_B.txt:system/etc/soundimage/Sound_R_B.txt \
device/htc/saga/dsp/soundimage/Sound_Recording.txt:system/etc/soundimage/Sound_Recording.txt \
device/htc/saga/dsp/soundimage/Sound_Rock.txt:system/etc/soundimage/Sound_Rock.txt \
device/htc/saga/dsp/soundimage/Sound_SRS_A_HP.txt:system/etc/soundimage/Sound_SRS_A_HP.txt \
device/htc/saga/dsp/soundimage/Sound_SRS_A_SPK.txt:system/etc/soundimage/Sound_SRS_A_SPK.txt \
device/htc/saga/dsp/soundimage/Sound_SRS_V_HP.txt:system/etc/soundimage/Sound_SRS_V_HP.txt \
device/htc/saga/dsp/soundimage/Sound_SRS_V_SPK.txt:system/etc/soundimage/Sound_SRS_V_SPK.txt \
device/htc/saga/dsp/soundimage/Sound_Treble_Booster.txt:system/etc/soundimage/Sound_Treble_Booster.txt \
device/htc/saga/dsp/soundimage/Sound_Vocal_Booster.txt:system/etc/soundimage/Sound_Vocal_Booster.txt
# Copy bcm4329 firmware
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/device-bcm.mk)
$(call inherit-product, build/target/product/full_base.mk)
# common msm7x30 configs
$(call inherit-product, device/htc/msm7x30-common/msm7x30.mk)
# HTC Audio
$(call inherit-product, device/htc/saga/media_a1026.mk)
$(call inherit-product, device/htc/saga/media_htcaudio.mk)
$(call inherit-product, frameworks/native/build/phone-hdpi-512-dalvik-heap.mk)
$(call inherit-product-if-exists, vendor/htc/saga/saga-vendor.mk)