a7xelte: add permissions
[GitHub/LineageOS/android_device_samsung_a7xelte.git] / device.mk
CommitLineData
318eac2f
DW
1#
2# Copyright (C) 2018 The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := device/samsung/a7xelte
18
19$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
20
9c199338
DW
21# Audio
22PRODUCT_COPY_FILES += \
23 $(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_0.xml
24
85a78b61
CH
25
26PRODUCT_PACKAGES += \
27 libtfa98xx \
28 audio_amplifier.universal7580 \
29 libtinycompress
30
90886336
DW
31# Boot animation
32TARGET_BOOTANIMATION_PRELOAD := true
33TARGET_BOOTANIMATION_TEXTURE_CACHE := true
34TARGET_SCREEN_HEIGHT := 1920
35TARGET_SCREEN_WIDTH := 1080
36
6d65e77e
DW
37# Bluetooth
38PRODUCT_COPY_FILES += \
39 $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
40
41PRODUCT_PACKAGES += \
42 android.hardware.bluetooth@1.0-service
ecece76e
DW
43
44# GPS
45PRODUCT_COPY_FILES += \
46 $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \
47 $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml
6d65e77e 48
522165c0
DW
49# HIDL Manifest
50PRODUCT_COPY_FILES += \
51 $(LOCAL_PATH)/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
52
7902124f
DW
53# Permissions
54PRODUCT_COPY_FILES += \
55 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
56 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
57 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
58 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
59 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
60 frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
61 frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml \
62 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
63 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
64 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
65 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
66 frameworks/native/data/etc/android.hardware.sensor.heartrate.xml:system/etc/permissions/android.hardware.sensor.heartrate.xml \
67 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
68 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \
69 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml \
70 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
71 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
72 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml
73
318eac2f
DW
74# Ramdisk
75PRODUCT_PACKAGES += \
76 init.target.rc
77
f5829732
DW
78# Radio
79PRODUCT_PACKAGES += \
80 libprotobuf-cpp-full \
81 libsecril-client \
82 modemloader \
83 libxml2 \
84 rild \
85 libril \
86 libreference-ril \
87 libsecril-client-sap \
88 android.hardware.radio@1.1 \
89 android.hardware.radio.deprecated@1.0
90
91PRODUCT_COPY_FILES += \
92 device/samsung/universal7580-common/configs/init/rild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/rild.rc
93
6391a6c2
DW
94# Wi-fi
95PRODUCT_COPY_FILES += \
96 $(LOCAL_PATH)/configs/wifi/cred.conf:system/etc/wifi/cred.conf \
97 $(LOCAL_PATH)/configs/wifi/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
98 $(LOCAL_PATH)/configs/wifi/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf \
99 $(LOCAL_PATH)/configs/wifi/filter_ie:system/etc/wifi/filter_ie
100
e820d3bb
DW
101# Properties
102-include $(LOCAL_PATH)/system_prop.mk
103
318eac2f
DW
104# Inherit from universal7580-common
105$(call inherit-product, device/samsung/universal7580-common/device-common.mk)
f5829732 106
1d6309ec
DW
107# Call the proprietary setup
108$(call inherit-product, vendor/samsung/a7xelte/a7xelte-vendor.mk)