-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevice_a117.mk
executable file
·133 lines (115 loc) · 5.15 KB
/
device_a117.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
# Copyright (C) 2013 The Android Open Source 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-if-exists, vendor/micromax/a117/a117-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay/
# prebuilt kernel modules
MOD_TGT := /system/lib/modules
MOD_SRC := $(LOCAL_PATH)/prebuilt/modules
PRODUCT_COPY_FILES += \
$(MOD_SRC)/ccci.ko:$(MOD_TGT)/ccci.ko \
$(MOD_SRC)/ccci_plat.ko:$(MOD_TGT)/ccci_plat.ko \
$(MOD_SRC)/devapc.ko:$(MOD_TGT)/devapc.ko \
$(MOD_SRC)/devinfo.ko:$(MOD_TGT)/devinfo.ko \
$(MOD_SRC)/mtk_fm_drv.ko:$(MOD_TGT)/mtk_fm_drv.ko \
$(MOD_SRC)/mtk_hif_sdio.ko:$(MOD_TGT)/mtk_hif_sdio.ko \
$(MOD_SRC)/mtk_stp_bt.ko:$(MOD_TGT)/mtk_stp_bt.ko \
$(MOD_SRC)/mtk_stp_gps.ko:$(MOD_TGT)/mtk_stp_gps.ko \
$(MOD_SRC)/mtk_stp_uart.ko:$(MOD_TGT)/mtk_stp_uart.ko \
$(MOD_SRC)/mtk_stp_wmt.ko:$(MOD_TGT)/mtk_stp_wmt.ko \
$(MOD_SRC)/mtk_wmt_wifi.ko:$(MOD_TGT)/mtk_wmt_wifi.ko \
$(MOD_SRC)/mtklfb.ko:$(MOD_TGT)/mtklfb.ko \
$(MOD_SRC)/pvrsrvkm.ko:$(MOD_TGT)/pvrsrvkm.ko \
$(MOD_SRC)/scsi_tgt.ko:$(MOD_TGT)/scsi_tgt.ko \
$(MOD_SRC)/scsi_wait_scan.ko:$(MOD_TGT)/scsi_wait_scan.ko \
$(MOD_SRC)/sec.ko:$(MOD_TGT)/sec.ko \
$(MOD_SRC)/vcodec_kernel_driver.ko:$(MOD_TGT)/vcodec_kernel_driver.ko \
$(MOD_SRC)/wlan_mt6628.ko:$(MOD_TGT)/wlan_mt6628.ko
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/root/fstab.mt6589:root/fstab.mt6589
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/root/ueventd.mt6589.rc:root/ueventd.mt6589.rc \
$(LOCAL_PATH)/root/init.mt6589.rc:root/init.mt6589.rc \
$(LOCAL_PATH)/root/init.modem.rc:root/init.modem.rc \
$(LOCAL_PATH)/root/init.protect.rc:root/init.protect.rc \
$(LOCAL_PATH)/root/init.mt6589.usb.rc:/root/init.mt6589.usb.rc
# frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.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.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.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
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
$(LOCAL_PATH)/media_profiles.xml:system/etc/media_profile.xml
PRODUCT_PROPERTY_OVERRIDES := \
fmradio.driver.chip=3 \
gps.solution.combo.chip=1 \
mediatek.wlan.chip=MT6628 \
mediatek.wlan.ctia=0 \
mediatek.wlan.module.postfix=_mt6628 \
persist.mtk.wcn.combo.chipid=0x6628 \
persist.radio.fd.counter=15 \
persist.radio.fd.off.counter=5 \
persist.radio.fd.off.r8.counter=5 \
persist.radio.fd.r8.counter=15 \
persist.radio.multisim.config=dsds \
persist.sys.usb.config=adb \
ril.current.share_modem=2 \
ril.external.md=0 \
ril.first.md=1 \
ril.flightmode.poweroffMD=1 \
ril.radiooff.poweroffMD=0 \
ril.specific.sm_cause=0 \
ril.telephony.mode=1 \
rild.libpath=/system/lib/mtk-ril.so \
ro.gemini.smart_3g_switch=1 \
ro.mediatek.chip_ver=S01 \
ro.mediatek.gemini_support=true \
ro.mediatek.platform=MT6589 \
ro.mediatek.version.branch=ALPS.JB2.MP \
ro.mediatek.version.release=ALPS.JB2.MP.V1.2 \
ro.mediatek.version.sdk=1 \
ro.mediatek.wlan.p2p=1 \
ro.mediatek.wlan.wsc=1 \
ro.opengles.version=131072 \
ro.sf.lcd_density=320 \
ro.telephony.ril_class=MediaTekRIL \
wifi.direct.interface=p2p0 \
wifi.interface=wlan0 \
wifi.tethering.interface=ap0
PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_PACKAGES += \
gsm0710muxd
# wifi
PRODUCT_PACKAGES += \
lib_driver_cmd_mtk
# audio
PRODUCT_PACKAGES += \
audio.r_submix.default \
audio.a2dp.default \
libblisrc \
libdashplayer
PRODUCT_PACKAGES += \
Torch
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf
# libcorkscrew is needed for some of the PVR stuff.
PRODUCT_PACKAGES += \
libcorkscrew
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)