universal7580: build mobicore
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / device-common.mk
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
17 LOCAL_PATH := device/samsung/universal7580-common
18
19 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
20
21 # Audio
22 PRODUCT_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
31 PRODUCT_COPY_FILES += \
32 $(LOCAL_PATH)/configs/audio/audio_policy.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/audio_policy.conf \
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
40
41 # Bluetooth
42 PRODUCT_PACKAGES += \
43 android.hardware.bluetooth@1.0-impl.7580 \
44 libbt-vendor
45
46 # Camera
47 PRODUCT_PACKAGES += \
48 android.hardware.camera.provider@2.4-impl-legacy \
49 android.hardware.camera.provider@2.4-service
50
51 # Configstore
52 PRODUCT_PACKAGES += \
53 android.hardware.configstore@1.0-impl \
54 android.hardware.configstore@1.0-service
55
56 # DRM
57 PRODUCT_PACKAGES += \
58 android.hardware.drm@1.0-impl \
59 android.hardware.drm@1.0-service
60
61 # Flat device tree for boot image
62 PRODUCT_HOST_PACKAGES += \
63 dtbhtoolExynos
64
65 # GPS
66 PRODUCT_PACKAGES += \
67 android.hardware.gnss@1.0-impl
68
69 # Graphics
70 PRODUCT_PACKAGES += \
71 libion \
72 libfimg \
73 android.hardware.graphics.allocator@2.0-impl \
74 android.hardware.graphics.allocator@2.0-service \
75 android.hardware.graphics.composer@2.1-impl \
76 android.hardware.graphics.mapper@2.0-impl \
77 libhwc2on1adapter
78
79 # Health
80 PRODUCT_PACKAGES += \
81 android.hardware.health@2.0-impl \
82 android.hardware.health@2.0-service
83
84 # Keymaster
85 PRODUCT_PACKAGES += \
86 keystore.exynos5 \
87 android.hardware.keymaster@3.0-impl \
88 android.hardware.keymaster@3.0-service
89
90 # Lights
91 PRODUCT_PACKAGES += \
92 android.hardware.light@2.0-service.samsung
93
94 # Livedisplay
95 PRODUCT_PACKAGES += \
96 vendor.lineage.livedisplay@2.0-service.samsung-exynos
97
98 # Media
99 PRODUCT_COPY_FILES += \
100 $(LOCAL_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
101 $(LOCAL_PATH)/configs/media/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
102 $(LOCAL_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
103 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
104 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
105 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml
106
107 # Memory
108 PRODUCT_PACKAGES += \
109 android.hardware.memtrack@1.0-impl
110
111 # Mobicore
112 PRODUCT_PACKAGES += \
113 mcDriverDaemon \
114 libMcClient \
115 libMcRegistry
116
117 # Power
118 PRODUCT_PACKAGES += \
119 android.hardware.power@1.0-service.exynos
120
121 # Permissions
122 PRODUCT_COPY_FILES += \
123 frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
124 frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
125 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
126 frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
127 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
128 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
129 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml
130
131 # ramdisk
132 PRODUCT_PACKAGES += \
133 init.power.rc \
134 fstab.samsungexynos7580 \
135 init.baseband.rc \
136 init.samsung.rc \
137 init.samsungexynos7580.rc \
138 init.samsungexynos7580.usb.rc \
139 init.recovery.samsungexynos7580.rc \
140 init.wifi.rc \
141 ueventd.samsungexynos7580.rc
142
143 # RenderScript
144 PRODUCT_PACKAGES += \
145 android.hardware.renderscript@1.0-impl
146
147 # SamsungDoze
148 PRODUCT_PACKAGES += \
149 SamsungDoze
150
151 # SEC
152 PRODUCT_PACKAGES += \
153 libsecnativefeature
154
155 # Seccomp filters
156 PRODUCT_COPY_FILES += \
157 $(LOCAL_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy \
158 $(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy
159
160 # Sensors
161 PRODUCT_PACKAGES += \
162 android.hardware.sensors@1.0-impl \
163 android.hardware.vibrator@1.0-impl \
164 android.hardware.vibrator@1.0-service
165
166 # Shims
167 PRODUCT_PACKAGES += \
168 libcamera_client_shim \
169 libexynoscamera_shim \
170 libstagefright_shim \
171 libui_shim
172
173 # TextClassifier
174 PRODUCT_PACKAGES += \
175 textclassifier.bundle1
176
177 # Touch features
178 PRODUCT_PACKAGES += \
179 vendor.lineage.touch@1.0-service.samsung
180
181 # Trust HAL
182 PRODUCT_PACKAGES += \
183 vendor.lineage.trust@1.0-service
184
185 # USB
186 PRODUCT_PACKAGES += \
187 android.hardware.usb@1.0-service.basic
188
189 # Wifi
190 PRODUCT_PACKAGES += \
191 wifiloader \
192 hostapd \
193 wificond \
194 wifilogd \
195 wlutil \
196 libwpa_client \
197 wpa_supplicant \
198 wpa_supplicant.conf \
199 android.hardware.wifi@1.0-service.legacy
200
201 # Overriden service definition
202 PRODUCT_COPY_FILES += \
203 $(LOCAL_PATH)/configs/init/mediaserver.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/mediaserver.rc
204
205 # Properties
206 -include $(LOCAL_PATH)/system_prop.mk
207
208 # call Samsung LSI board support package
209 $(call inherit-product, hardware/samsung_slsi/exynos5/exynos5.mk)
210 $(call inherit-product, hardware/samsung_slsi/exynos7580/exynos7580.mk)
211
212 # call the proprietary setup
213 $(call inherit-product, vendor/samsung/universal7580-common/universal7580-common-vendor.mk)