-
Notifications
You must be signed in to change notification settings - Fork 41
/
msm7x27a-common.mk
101 lines (83 loc) · 3.66 KB
/
msm7x27a-common.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
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# The gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_us_supl.mk)
DEVICE_PACKAGE_OVERLAYS += device/lge/msm7x27a-common/overlay
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/recovery/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/init.lge-shared.rc:root/init.lge-shared.rc \
$(LOCAL_PATH)/init.lge.usb.rc:root/init.lge.usb.rc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/7k_handset.kl:system/usr/keylayout/7k_handset.kl \
$(LOCAL_PATH)/configs/AudioFilter.csv:system/etc/AudioFilter.csv \
$(LOCAL_PATH)/configs/vold.fstab:system/etc/vold.fstab
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf
$(call inherit-product, build/target/product/full.mk)
# Permission files
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.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.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
PRODUCT_PACKAGES += \
lgapversion
# Wifi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf
# BT
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/prebuilt/init.qcom.bt.sh:system/etc/init.qcom.bt.sh
# HW HALS
PRODUCT_PACKAGES += \
libgenlock \
liboverlay \
gralloc.msm7x27a \
hwcomposer.msm7x27a \
copybit.msm7x27a \
audio.a2dp.default \
audio.primary.msm7x27a \
audio_policy.msm7x27a \
charger \
charger_res_images
# OMX
PRODUCT_PACKAGES += \
libstagefrighthw \
libmm-omxcore \
libOmxCore
# NFC packages
PRODUCT_PACKAGES += \
libnfc \
libnfc_jni \
Nfc \
Tag
# Common properties
PRODUCT_PROPERTY_OVERRIDES += \
debug.fb.rgb565=0 \
debug.sf.hw=1 \
debug.composition.type=mdp \
ro.opengles.version=131072 \
com.qc.hardware=true \
persist.sys.use_dithering=1 \
wifi.interface=wlan0 \
rild.libpath=/system/lib/libril-qc-1.so \
ro.telephony.ril_class=LGEQualcommUiccRIL \
ro.telephony.default_network=0 \
telephony.lteOnGsmDevice=0 \
persist.sys.usb.config=mtp,adb \
hwui.render_dirty_regions=true \
ro.max.fling_velocity=4000 \
sys.mem.max_hidden_apps=3
# Enable Torch
PRODUCT_PACKAGES += Torch
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_MANUFACTURER := LGE
PRODUCT_BRAND := lge