universal7580: Add common GPS configuration
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / device-common.mk
CommitLineData
583a3f4a
S
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/universal7580-common
174e8e03 18
1f3935bd 19DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
20
9e24d026
S
21# Audio
22PRODUCT_PACKAGES += \
23 audio.primary.universal7580 \
24 audio.a2dp.default \
25 audio.r_submix.default \
26 audio.usb.default \
27 tinymix \
28 android.hardware.audio@2.0-impl \
29 android.hardware.audio.effect@2.0-impl
30
56fce430 31PRODUCT_COPY_FILES += \
9abc3aaa 32 $(LOCAL_PATH)/configs/audio/audio_policy.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/audio_policy.conf \
d11af90e
BM
33 $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
34 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
35 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
36 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
37 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
38 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
39 $(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml
56fce430 40
a3b5a23b
S
41# Bluetooth
42PRODUCT_PACKAGES += \
8d217709 43 android.hardware.bluetooth@1.0-impl.7580 \
a3b5a23b
S
44 libbt-vendor
45
1ff87e59
S
46# Camera
47PRODUCT_PACKAGES += \
48 android.hardware.camera.provider@2.4-impl-legacy \
49 android.hardware.camera.provider@2.4-service
50
a08cb4d9
S
51# Configstore
52PRODUCT_PACKAGES += \
53 android.hardware.configstore@1.0-impl \
54 android.hardware.configstore@1.0-service
55
5eddb9b6
S
56# DRM
57PRODUCT_PACKAGES += \
58 android.hardware.drm@1.0-impl \
59 android.hardware.drm@1.0-service
60
c6a5c0f1 61# Flat device tree for boot image
d5f08266 62PRODUCT_HOST_PACKAGES += \
c6a5c0f1
S
63 dtbhtoolExynos
64
7cb9a0db
S
65# GPS
66PRODUCT_PACKAGES += \
67 android.hardware.gnss@1.0-impl
68
30362691
DW
69PRODUCT_COPY_FILES += \
70 $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \
71 $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml
72
f9c1e7d0
S
73# Graphics
74PRODUCT_PACKAGES += \
75 libion \
76 libfimg \
77 android.hardware.graphics.allocator@2.0-impl \
78 android.hardware.graphics.allocator@2.0-service \
79 android.hardware.graphics.composer@2.1-impl \
80 android.hardware.graphics.mapper@2.0-impl \
81 libhwc2on1adapter
82
851afbcc 83# Health
84PRODUCT_PACKAGES += \
85 android.hardware.health@2.0-impl \
86 android.hardware.health@2.0-service
87
af923f93
S
88# Keymaster
89PRODUCT_PACKAGES += \
90 keystore.exynos5 \
91 android.hardware.keymaster@3.0-impl \
92 android.hardware.keymaster@3.0-service
93
17f6edbe
S
94# Lights
95PRODUCT_PACKAGES += \
eeb10813 96 android.hardware.light@2.0-service.samsung
869e237e
JA
97
98# Livedisplay
99PRODUCT_PACKAGES += \
100 vendor.lineage.livedisplay@2.0-service.samsung-exynos
101
edebdf99
S
102# Media
103PRODUCT_COPY_FILES += \
104 $(LOCAL_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
105 $(LOCAL_PATH)/configs/media/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
106 $(LOCAL_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
107 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
108 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
2869951b 109 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml
edebdf99 110
2f93c04e
S
111# Memory
112PRODUCT_PACKAGES += \
113 android.hardware.memtrack@1.0-impl
114
c29ce5b3
DW
115# Mobicore
116PRODUCT_PACKAGES += \
117 mcDriverDaemon \
118 libMcClient \
119 libMcRegistry
120
97f75cb0
S
121# Power
122PRODUCT_PACKAGES += \
6a2f233e 123 android.hardware.power@1.0-service.exynos
97f75cb0 124
ec28d0f7
S
125# Permissions
126PRODUCT_COPY_FILES += \
127 frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
128 frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
129 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
130 frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
131 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
132 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
133 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml
eac4829a 134
c65d8399
S
135# ramdisk
136PRODUCT_PACKAGES += \
137 init.power.rc \
138 fstab.samsungexynos7580 \
139 init.baseband.rc \
140 init.samsung.rc \
141 init.samsungexynos7580.rc \
142 init.samsungexynos7580.usb.rc \
cb33a316 143 init.recovery.samsungexynos7580.rc \
c65d8399
S
144 init.wifi.rc \
145 ueventd.samsungexynos7580.rc
146
6cd8a194
S
147# RenderScript
148PRODUCT_PACKAGES += \
149 android.hardware.renderscript@1.0-impl
150
41fbcd89 151# SamsungDoze
152PRODUCT_PACKAGES += \
153 SamsungDoze
154
ac2af23d
L
155# SEC
156PRODUCT_PACKAGES += \
157 libsecnativefeature
158
835153b7
S
159# Seccomp filters
160PRODUCT_COPY_FILES += \
161 $(LOCAL_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy \
162 $(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy
163
7e077bee
S
164# Sensors
165PRODUCT_PACKAGES += \
166 android.hardware.sensors@1.0-impl \
167 android.hardware.vibrator@1.0-impl \
168 android.hardware.vibrator@1.0-service
169
a2e67aef
S
170# Shims
171PRODUCT_PACKAGES += \
172 libcamera_client_shim \
173 libexynoscamera_shim \
a2e67aef
S
174 libstagefright_shim \
175 libui_shim
176
e2934e8a
S
177# TextClassifier
178PRODUCT_PACKAGES += \
229090c5 179 textclassifier.bundle1
d56a00a1
PK
180
181# Touch features
182PRODUCT_PACKAGES += \
183 vendor.lineage.touch@1.0-service.samsung
f7e2172b
J
184
185# Trust HAL
186PRODUCT_PACKAGES += \
187 vendor.lineage.trust@1.0-service
e2934e8a 188
a1f2b3d7
S
189# USB
190PRODUCT_PACKAGES += \
afd06ed0 191 android.hardware.usb@1.0-service.basic
a1f2b3d7 192
eac4829a
S
193# Wifi
194PRODUCT_PACKAGES += \
eac4829a
S
195 wifiloader \
196 hostapd \
197 wificond \
198 wifilogd \
199 wlutil \
200 libwpa_client \
201 wpa_supplicant \
202 wpa_supplicant.conf \
4ec8a724 203 android.hardware.wifi@1.0-service.legacy
eac4829a 204
0be00cd7
S
205# Properties
206-include $(LOCAL_PATH)/system_prop.mk
207
174e8e03 208# call Samsung LSI board support package
e148bed6
S
209$(call inherit-product, hardware/samsung_slsi/exynos5/exynos5.mk)
210$(call inherit-product, hardware/samsung_slsi/exynos7580/exynos7580.mk)
2211511a
S
211
212# call the proprietary setup
213$(call inherit-product, vendor/samsung/universal7580-common/universal7580-common-vendor.mk)