-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice_zeusc.mk
67 lines (55 loc) · 2.4 KB
/
device_zeusc.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
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, device/common/gps/gps_eu_supl.mk)
# proprietary side of the device
$(call inherit-product-if-exists, vendor/semc/zeusc/zeusc-vendor.mk)
# Discard inherited values and use our own instead.
PRODUCT_NAME := zeusc
PRODUCT_DEVICE := zeusc
PRODUCT_MODEL := zeusc
TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
PRODUCT_COPY_FILES += \
$(TARGET_PREBUILT_KERNEL):kernel
-include device/semc/zeus-common/zeus.mk
# These is the hardware-specific overlay, which points to the location
# of hardware-specific resource overrides, typically the frameworks and
# application settings that are stored in resourced.
DEVICE_PACKAGE_OVERLAYS += device/semc/zeusc/overlay
# These are the hardware-specific configuration files
#PRODUCT_COPY_FILES += \
# device/semc/zeusc/prebuilt/media_profiles.xml:system/etc/media_profiles.xml
# Init files
PRODUCT_COPY_FILES += \
device/semc/zeusc/prebuilt/init.semc.usb.rc:root/init.semc.usb.rc \
device/semc/msm7x30-common/prebuilt/logo_H.rle:root/logo.rle \
device/semc/zeusc/prebuilt/hw_config.sh:system/etc/hw_config.sh \
device/semc/zeusc/recovery.fstab:root/recovery.fstab \
device/semc/zeusc/prebuilt/bootrec-device:root/sbin/bootrec-device
#WIFI modules
PRODUCT_COPY_FILES += \
device/semc/zeusc/modules/bcm4329.ko:root/modules/bcm4329.ko
# semc msm7x30 uses high-density artwork where available
PRODUCT_LOCALES += hdpi
-include device/semc/msm7x30-common/prebuilt/resources-hdpi.mk
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.default_network=4 \
ro.sf.lcd_density=240 \
persist.rild.nitz_plmn= \
persist.rild.nitz_long_ons_0= \
persist.rild.nitz_long_ons_1= \
persist.rild.nitz_long_ons_2= \
persist.rild.nitz_long_ons_3= \
persist.rild.nitz_short_ons_0= \
persist.rild.nitz_short_ons_1= \
persist.rild.nitz_short_ons_2= \
persist.rild.nitz_short_ons_3= \
ro.telephony.ril.v3=datacall \
ro.telephony.ril.v3=datacall \
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83 \
ro.cdma.home.operator.numeric=310012 \
ro.cdma.home.operator.alpha=Verizon \
ro.cdma.data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000 \
persist.telephony.support_ipv6=true \
persist.telephony.support_ipv4=true \
ro.ril.vzw.feature=1 \
ro.ril.wp.feature=1