# # 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. # LOCAL_PATH := device/samsung/universal7580-common # Audio PRODUCT_PACKAGES += \ audio.primary.universal7580 \ audio.a2dp.default \ audio.r_submix.default \ audio.usb.default \ tinymix \ android.hardware.audio@2.0-impl \ android.hardware.audio.effect@2.0-impl PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/audio_policy.conf:system/etc/audio_policy.conf \ $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl-legacy \ android.hardware.camera.provider@2.4-service # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml # Wifi PRODUCT_PACKAGES += \ macloader \ wifiloader \ hostapd \ wificond \ wifilogd \ wlutil \ libwpa_client \ wpa_supplicant \ wpa_supplicant.conf \ android.hardware.wifi@1.0-service \ android.hardware.wifi@1.0 \ android.hardware.wifi@1.0-impl # call Samsung LSI board support package $(call inherit-product, hardware/samsung_slsi-cm/exynos5/exynos5.mk) $(call inherit-product, hardware/samsung_slsi-cm/exynos7580/exynos7580.mk) # call the proprietary setup $(call inherit-product, vendor/samsung/universal7580-common/universal7580-common-vendor.mk)