| # |
| # Copyright (C) 2011 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. |
| # |
| |
| # Adjust the dalvik heap to be appropriate for a tablet. |
| $(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) |
| |
| # Set vendor kernel path |
| PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers |
| |
| # Set custom settings |
| DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay |
| |
| # Add openssh support for remote debugging and job submission |
| PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh |
| |
| # Add wifi-related packages |
| PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond wifilogd |
| PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \ |
| wifi.supplicant_scan_interval=15 |
| |
| # Build and run only ART |
| PRODUCT_RUNTIMES := runtime_libart_default |
| |
| # Build default bluetooth a2dp and usb audio HALs |
| PRODUCT_PACKAGES += audio.a2dp.default \ |
| audio.usb.default \ |
| audio.r_submix.default \ |
| tinyplay |
| |
| PRODUCT_PACKAGES += \ |
| android.hardware.audio@2.0-impl \ |
| android.hardware.audio.effect@2.0-impl \ |
| android.hardware.broadcastradio@1.0-impl \ |
| android.hardware.soundtrigger@2.0-impl |
| |
| PRODUCT_PACKAGES += \ |
| android.hardware.drm@1.0-impl \ |
| |
| PRODUCT_PACKAGES += libGLES_android |
| |
| # Graphics HAL |
| PRODUCT_PACKAGES += \ |
| android.hardware.graphics.allocator@2.0-impl \ |
| android.hardware.graphics.composer@2.1-impl \ |
| android.hardware.graphics.mapper@2.0-impl |
| |
| # Memtrack |
| PRODUCT_PACKAGES += memtrack.default \ |
| android.hardware.memtrack@1.0-service \ |
| android.hardware.memtrack@1.0-impl |
| |
| PRODUCT_PACKAGES += TIInit_11.8.32.bts \ |
| wl18xx-fw-4.bin \ |
| wl18xx-conf.bin |
| |
| |
| ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true) |
| PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim |
| else |
| PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux |
| endif |
| |
| # PowerHAL |
| PRODUCT_PACKAGES += android.hardware.power@1.0-impl |
| |
| #GNSS HAL |
| PRODUCT_PACKAGES += \ |
| android.hardware.gnss@1.0-impl |
| |
| # Keymaster HAL |
| PRODUCT_PACKAGES += \ |
| android.hardware.keymaster@3.0-impl |
| |
| # Sensor HAL |
| ifneq ($(TARGET_SENSOR_MEZZANINE),) |
| TARGET_USES_NANOHUB_SENSORHAL := true |
| NANOHUB_SENSORHAL_LID_STATE_ENABLED := true |
| NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp |
| NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true |
| NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true |
| |
| PRODUCT_PACKAGES += \ |
| context_hub.default \ |
| android.hardware.sensors@1.0-service \ |
| android.hardware.sensors@1.0-impl \ |
| android.hardware.contexthub@1.0-service \ |
| android.hardware.contexthub@1.0-impl |
| |
| # Nanohub tools |
| PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool |
| |
| PRODUCT_COPY_FILES += \ |
| device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc |
| |
| # Copy sensors config file(s) |
| PRODUCT_COPY_FILES += \ |
| frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:system/etc/permissions/android.hardware.sensor.ambient_temperature.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:system/etc/permissions/android.hardware.sensor.hifi_sensors.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:system/etc/permissions/android.hardware.sensor.relative_humidity.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \ |
| frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml |
| |
| # Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only |
| ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey) |
| PRODUCT_COPY_FILES += \ |
| frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml |
| endif |
| |
| # VR HAL |
| PRODUCT_COPY_FILES += \ |
| frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \ |
| frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \ |
| frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml |
| |
| PRODUCT_PACKAGES += \ |
| vr.default \ |
| android.hardware.vr@1.0-service \ |
| android.hardware.vr@1.0-impl |
| |
| endif |
| |
| # Use Launcher3 |
| PRODUCT_PACKAGES += Launcher3 |
| |
| # Copy hardware config file(s) |
| PRODUCT_COPY_FILES += \ |
| device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \ |
| frameworks/native/data/etc/android.software.cts.xml:system/etc/permissions/android.software.cts.xml \ |
| frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \ |
| frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \ |
| frameworks/native/data/etc/android.software.voice_recognizers.xml:system/etc/permissions/android.software.voice_recognizers.xml \ |
| frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ |
| frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ |
| frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ |
| frameworks/native/data/etc/android.software.device_admin.xml:system/etc/permissions/android.software.device_admin.xml |
| |
| # Include BT modules |
| $(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk) |
| |
| PRODUCT_COPY_FILES += \ |
| frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ |
| frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ |
| frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ |
| frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ |
| device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ |
| $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \ |
| $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf |
| |
| # audio policy configuration |
| USE_XML_AUDIO_POLICY_CONF := 1 |
| PRODUCT_COPY_FILES += \ |
| device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \ |
| frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \ |
| frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
| frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml |
| |
| # Copy media codecs config file |
| PRODUCT_COPY_FILES += \ |
| device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml \ |
| frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml |