-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsm8960.mk
95 lines (74 loc) · 2.71 KB
/
msm8960.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
DEVICE_PACKAGE_OVERLAYS := device/qcom/msm8960/overlay
TARGET_USES_QCOM_BSP := true
ifeq ($(TARGET_USES_QCOM_BSP),true)
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
TARGET_ENABLE_QC_TVINPUT_HAL_EXTENSIONS := true
PRODUCT_COPY_FILES += \
device/qcom/msm8960/media/media_profiles_8960.xml:system/etc/media_profiles.xml
PRODUCT_COPY_FILES += \
device/qcom/msm8960/media/media_codecs_8960.xml:system/etc/media_codecs.xml
else
TARGET_ENABLE_QC_AV_ENHANCEMENTS := false
TARGET_ENABLE_QC_TVINPUT_HAL_EXTENSIONS := false
endif #TARGET_USES_QCOM_BSP
$(call inherit-product, device/qcom/common/common.mk)
PRODUCT_NAME := msm8960
PRODUCT_DEVICE := msm8960
ifdef QCPATH
PRODUCT_BOOT_JARS += iviaidl
PRODUCT_BOOT_JARS += vehiclefwk
PRODUCT_BOOT_JARS += ivifwk
PRODUCT_BOOT_JARS += distraction-service
endif
PRODUCT_BOOT_JARS += tcmiface
PRODUCT_BOOT_JARS += WfdCommon
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
# Bluetooth configuration files
#PRODUCT_COPY_FILES += \
system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf \
# Audio configuration file
PRODUCT_COPY_FILES += \
device/qcom/msm8960/audio_policy.conf:system/etc/audio_policy.conf \
# audio UCM files
PRODUCT_COPY_FILES += device/qcom/msm8960/mixer_paths.xml:system/etc/mixer_paths.xml
# gps/location secuity configuration file
PRODUCT_COPY_FILES += \
device/qcom/msm8960/sec_config:system/etc/sec_config
PRODUCT_PACKAGES += \
battery_monitor \
battery_shutdown
#NativeHMI
PRODUCT_PACKAGES += boot \
disclaimer.bmp \
new_welcome_screen.bmp \
new_welcome_screen_loading.bmp
# Wallpapers
PRODUCT_PACKAGES += Galaxy4
PRODUCT_PACKAGES += HoloSpiralWallpaper
PRODUCT_PACKAGES += MagicSmokeWallpapers
PRODUCT_PACKAGES += NoiseField
PRODUCT_PACKAGES += PhaseBeam
#fstab.qcom
PRODUCT_PACKAGES += fstab.qcom
#wlan driver, wifi_concurrency_cfg
PRODUCT_COPY_FILES += \
device/qcom/msm8960/WCNSS_cfg.dat:system/etc/firmware/wlan/qca_cld/WCNSS_cfg.dat \
device/qcom/msm8960/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \
device/qcom/msm8960/WCNSS_qcom_wlan_nv.bin:system/etc/wifi/WCNSS_qcom_wlan_nv.bin \
device/qcom/msm8960/wifi_concurrency_cfg.txt:system/etc/wifi/wifi_concurrency_cfg.txt
PRODUCT_PACKAGES += \
wpa_supplicant_overlay.conf \
p2p_supplicant_overlay.conf
PRODUCT_PACKAGES += wcnss_service
PRODUCT_COPY_FILES += \
device/qcom/msm8960/package_scan_list.conf:system/etc/package_scan_list.conf
#ANT+ stack
PRODUCT_PACKAGES += \
AntHalService \
libantradio \
antradio_app
# TV Input Framework (TIF)
PRODUCT_PACKAGES += \
TvProvider \
tv_input.default