-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhi6250.mk
138 lines (114 loc) · 4.54 KB
/
hi6250.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
#
# Copyright (C) 2018 The LineageOS 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, vendor/huawei/hi6250-common/hi6250-common-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
# Audio
PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:system/etc/usb_audio_policy_configuration.xml
# Bluetooth
PRODUCT_PACKAGES += \
libbt-vendor
# Device init scripts
PRODUCT_PACKAGES += \
init.bcm43xx.rc \
init.hisi.rc \
init.hi6250.rc \
init.hi6250.ab.rc \
init.hi6250.environ.rc
# Display
PRODUCT_PACKAGES += \
libion
# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
$(LOCAL_PATH)/gps/gps_debug.conf:system/etc/gps_debug.conf \
# HIDL
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/compatibility_matrix.xml:system/compatibility_matrix.xml
PRODUCT_PACKAGES += \
# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/fingerprint.kl:system/usr/keylayout/fingerprint.kl
# NFC
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/nfc/libnfc_brcm_pra_L31.conf:system/etc/libnfc-brcm.conf \
$(LOCAL_PATH)/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf \
$(LOCAL_PATH)/nfc/libnfc_nxp_pra_L31.conf:system/etc/libnfc-nxp.conf \
$(LOCAL_PATH)/nfc/nfcscc_access.xml:system/etc/nfcscc_access.xml \
$(LOCAL_PATH)/nfc/nfcse_access.xml:system/etc/nfcse_access.xml \
PRODUCT_PACKAGES += \
NfcNci \
Tag \
nfc_nci.pn54x.default
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:system/etc/permissions/android.hardware.nfc.hcef.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml
# Properties
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.version.codename=$(PLATFORM_VERSION_CODENAME) \
ro.build.version.huawei=8.0.0 \
ro.build.version.huawei1=8.1.0 \
ro.build.version.release=$(PLATFORM_VERSION) \
ro.build.version.sdk=$(PLATFORM_SDK_VERSION) \
ro.build.version.security_patch_sys=$(PLATFORM_SECURITY_PATCH) \
ro.cust.cdrom=/dev/null
# Radio
PRODUCT_PACKAGES += \
qti-telephony-common
PRODUCT_BOOT_JARS += \
telephony-ext
# Recovery
PRODUCT_PACKAGES += \
resize2fs_static
# Release tools
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/releasetools/releasetools.hi6250.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/releasetools.hi6250.sh
# Remove unwanted packages
PRODUCT_PACKAGES += \
RemovePackages
# Selinux
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sepolicy/27.0.cil:$(TARGET_COPY_OUT_SYSTEM)/etc/selinux/mapping/27.0.cil
# Shims
PRODUCT_PACKAGES += \
libshims_hisupl \
libshims_hwsmartdisplay_jni
# USB
PRODUCT_PACKAGES += \
# VNDK
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/vndk-compat/ld.config.26.txt:system/etc/ld.config.26.txt \
$(LOCAL_PATH)/vndk-compat/llndk.libraries.26.txt:system/etc/llndk.libraries.26.txt \
$(LOCAL_PATH)/vndk-compat/vndksp.libraries.26.txt:system/etc/vndksp.libraries.26.txt \
$(LOCAL_PATH)/vndk-compat/ld.config.27.txt:system/etc/ld.config.27.txt
# Wi-Fi
PRODUCT_PACKAGES += \