-
Notifications
You must be signed in to change notification settings - Fork 11
/
device.mk
50 lines (44 loc) · 2.4 KB
/
device.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
#
# 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, device/zte/msm7x27-common/common.mk)
$(call inherit-product, vendor/zte/skate/skate-vendor.mk)
$(call inherit-product-if-exists, device/zte/skate/packages.mk)
# Proximity sensor calibration
PRODUCT_PACKAGES += \
SkateParts
# Misc
PRODUCT_COPY_FILES += \
device/zte/skate/ramdisk/init.skate.rc:root/init.skate.rc \
device/zte/skate/ramdisk/init.skate.usb.rc:root/init.skate.usb.rc \
device/zte/skate/ramdisk/ueventd.skate.rc:root/ueventd.skate.rc \
device/zte/skate/prebuilt/skate_keypad.kl:/system/usr/keylayout/skate_keypad.kl \
device/zte/skate/prebuilt/synaptics-rmi4-ts.idc:system/usr/idc/synaptics-rmi4-ts.idc \
device/zte/skate/prebuilt/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc
# WiFi
PRODUCT_COPY_FILES += \
device/zte/skate/firmware/fw_4319.bin:system/etc/fw_4319.bin \
device/zte/skate/firmware/fw_4319_apsta.bin:system/etc/fw_4319_apsta.bin \
device/zte/skate/firmware/nv_4319.txt:system/etc/nv_4319.txt
# Bluetooth configuration files
PRODUCT_COPY_FILES += \
device/zte/skate/init.qcom.bt.sh:system/etc/init.qcom.bt.sh \
system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf \
device/zte/skate/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
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.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml