forked from TwistedUmbrella/android_device_htc_shooter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shooter.mk
161 lines (133 loc) · 6.31 KB
/
shooter.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
#
# Copyright (C) 2011 The Evervolv 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.
#
#
# Setup device specific product configuration.
#
## (2) Also get non-open-source GSM-specific aspects if available
$(call inherit-product-if-exists, vendor/htc/shooter/shooter-vendor.mk)
# Inherit Language Files
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
# The gps config appropriate for this device
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/system/etc/gps.conf:system/etc/gps.conf
## recovery and custom charging
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/root/init:recovery/root/init \
device/htc/shooter/recovery/sbin/choice_fn:recovery/root/sbin/choice_fn \
device/htc/shooter/recovery/sbin/power_test:recovery/root/sbin/power_test \
device/htc/shooter/recovery/sbin/offmode_charging:recovery/root/sbin/offmode_charging \
device/htc/shooter/recovery/sbin/detect_key:recovery/root/sbin/detect_key \
device/htc/shooter/recovery/sbin/htcbatt:recovery/root/sbin/htcbatt
## (1) First, the most specific values, i.e. the aspects that are specific to GSM
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.google.clientidbase=android-sprint-us \
ro.com.google.locationfeatures=1 \
ro.com.google.networklocation=1 \
ro.setupwizard.enable_bypass=1 \
dalvik.vm.lockprof.threshold=500 \
dalvik.vm.dexopt-flags=m=y
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/root/init:root/init \
device/htc/shooter/prebuilt/root/init.shooter.rc:root/init.shooter.rc \
device/htc/shooter/prebuilt/root/ueventd.shooter.rc:root/ueventd.shooter.rc
#Add touchscreen config file
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/system/usr/idc/atmel-touchscreen.idc:system/usr/idc/atmel-touchscreen.idc \
device/htc/shooter/prebuilt/system/usr/keylayout/atmel-touchscreen.kl:system/usr/keylayout/atmel-touchscreen.kl \
device/htc/shooter/prebuilt/system/usr/idc/shooter-keypad.idc:system/usr/idc/shooter-keypad.idc
## (2) Also get non-open-source GSM-specific aspects if available
$(call inherit-product-if-exists, vendor/htc/shooter/shooter-vendor.mk)
## (3) Finally, the least specific parts, i.e. the non-GSM-specific aspects
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.google.clientidbase=android-sprint-us \
ro.com.google.clientidbase.yt=android-sprint-us \
ro.com.google.clientidbase.am=android-sprint-us \
ro.com.google.clientidbase.vs=android-sprint-us \
ro.com.google.clientidbase.gmm=android-sprint-us \
ro.com.google.clientidbase.ms=android-sprint-us \
ro.phone.min_match=7 \
ro.product.model=PG86100 \
ro.cdma.home.operator.alpha=sprint \
gsm.sim.operator.alpha=sprint \
gsm.operator.alpha=sprint \
ro.cdma.home.operator.numeric=310120 \
gsm.sim.operator.numeric=310120 \
gsm.operator.numeric=310120 \
gsm.sim.operator.iso-country=us \
gsm.operator.iso-country=us \
ro.com.google.locationfeatures=1 \
ro.setupwizard.enable_bypass=1 \
ro.media.dec.jpeg.memcap=20000000 \
dalvik.vm.lockprof.threshold=500 \
dalvik.vm.dexopt-flags=m=y \
ro.opengles.version=131072
DEVICE_PACKAGE_OVERLAYS += device/htc/shooter/overlay
PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
# Misc
PRODUCT_PACKAGES += \
gps.shooter \
lights.shooter
# Keylayouts
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/system/usr/keychars/qwerty2.kcm.bin:system/usr/keychars/qwerty2.kcm.bin \
device/htc/shooter/prebuilt/system/usr/keychars/qwerty.kcm.bin:system/usr/keychars/qwerty.kcm.bin \
device/htc/shooter/prebuilt/system/usr/keychars/shooter-keypad.kcm.bin:system/usr/keychars/shooter-keypad.kcm.bin \
device/htc/shooter/prebuilt/system/usr/keychars/BT_HID.kcm.bin:system/usr/keychars/BT_HID.kcm.bin \
device/htc/shooter/prebuilt/system/usr/keylayout/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
device/htc/shooter/prebuilt/system/usr/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl \
device/htc/shooter/prebuilt/system/usr/keylayout/shooter-keypad.kl:system/usr/keylayout/shooter-keypad.kl \
device/htc/shooter/prebuilt/system/usr/keylayout/BT_HID.kl:system/usr/keylayout/BT_HID.kl \
device/htc/shooter/prebuilt/system/usr/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl
# Firmware
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/system/etc/firmware/default_bak.acdb:/system/etc/firmware/default_bak.acdb \
device/htc/shooter/prebuilt/system/etc/thermald.conf:/system/etc/thermald.conf
# Kernel Modules
PRODUCT_COPY_FILES += $(shell \
find device/htc/shooter/prebuilt/system/lib/modules -name '*.ko' \
| sed -r 's/^\/?(.*\/)([^/ ]+)$$/\1\2:system\/lib\/modules\/\2/' \
| tr '\n' ' ')
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_LOCALES += en
PRODUCT_COPY_FILES += \
device/htc/shooter/prebuilt/system/etc/vold.fstab:system/etc/vold.fstab \
device/htc/shooter/prebuilt/system/etc/apns-conf.xml:system/etc/apns-conf.xml
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/htc/shooter/prebuilt/root/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
# common msm8660 configs
$(call inherit-product, device/htc/msm8660-common/msm8660.mk)
# media profiles and capabilities spec
$(call inherit-product, device/htc/shooter/media_a1026.mk)
# htc audio settings
$(call inherit-product, device/htc/shooter/media_htcaudio.mk)
$(call inherit-product, frameworks/base/build/phone-hdpi-512-dalvik-heap.mk)
# stuff common to all HTC phones
$(call inherit-product, device/htc/common/common.mk)
$(call inherit-product, build/target/product/full_base.mk)
PRODUCT_BRAND := HTC
PRODUCT_NAME := htc_shooter
PRODUCT_DEVICE := shooter
PRODUCT_MODEL := PG86100
PRODUCT_MANUFACTURER := HTC