blob: cbd48ce2b824da4a225a7816020f13ee92104897 [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001#
2# Copyright (C) 2011 The Android Open-Source 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# Adjust the dalvik heap to be appropriate for a tablet.
18$(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
19
Niranjan Yadla88a93e42017-08-29 15:22:40 -070020# Set vendor kernel path
21PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers
22
Vishal Bhoje72c9202015-10-23 18:10:21 +010023# Set custom settings
24DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
25
26# Add openssh support for remote debugging and job submission
John Stultzd497f632017-05-30 23:51:33 -070027PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh
Dmitry Shmidta95006a2016-03-16 13:23:30 -070028
29# Add wifi-related packages
mukesh agrawal2b2f7d32016-10-05 15:15:15 -070030PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond wifilogd
Dmitry Shmidta95006a2016-03-16 13:23:30 -070031PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
32 wifi.supplicant_scan_interval=15
Vishal Bhoje72c9202015-10-23 18:10:21 +010033
34# Build and run only ART
35PRODUCT_RUNTIMES := runtime_libart_default
36
Amit Pundiraf628c22016-11-02 16:37:00 +080037# Build default bluetooth a2dp and usb audio HALs
38PRODUCT_PACKAGES += audio.a2dp.default \
John Stultz52ebc462016-06-03 11:37:21 -070039 audio.usb.default \
40 audio.r_submix.default \
41 tinyplay
Vishal Bhoje72c9202015-10-23 18:10:21 +010042
Mikhail Naganov692a6d72016-11-11 16:36:02 -080043PRODUCT_PACKAGES += \
Mikhail Naganovcff48dd2016-11-21 15:22:21 -080044 android.hardware.audio@2.0-impl \
45 android.hardware.audio.effect@2.0-impl \
46 android.hardware.broadcastradio@1.0-impl \
47 android.hardware.soundtrigger@2.0-impl
Mikhail Naganov692a6d72016-11-11 16:36:02 -080048
Jeff Tinkerbc86f722017-01-01 11:02:12 -080049PRODUCT_PACKAGES += \
50 android.hardware.drm@1.0-impl \
51
Vishal Bhoje72c9202015-10-23 18:10:21 +010052PRODUCT_PACKAGES += libGLES_android
53
Chia-I Wu075e7772017-04-24 13:49:38 -070054# Graphics HAL
55PRODUCT_PACKAGES += \
56 android.hardware.graphics.allocator@2.0-impl \
Chia-I Wu2b614442017-10-19 15:07:35 -070057 android.hardware.graphics.composer@2.1-impl \
Chia-I Wu075e7772017-04-24 13:49:38 -070058 android.hardware.graphics.mapper@2.0-impl
59
Dmitry Shmidt4cb6c2b2017-08-29 15:05:18 -070060# Memtrack
61PRODUCT_PACKAGES += memtrack.default \
62 android.hardware.memtrack@1.0-service \
63 android.hardware.memtrack@1.0-impl
64
John Stultzd497f632017-05-30 23:51:33 -070065ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true)
66PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim
67else
68PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux
69endif
70
John Stultz7266c5f2016-06-09 14:18:57 -070071# PowerHAL
Ruchi Kandoibb36ee22016-11-03 12:46:10 -070072PRODUCT_PACKAGES += android.hardware.power@1.0-impl
John Stultz7266c5f2016-06-09 14:18:57 -070073
Hridya Valsarajua4fe7ca2016-12-02 16:02:28 -080074#GNSS HAL
75PRODUCT_PACKAGES += \
76 android.hardware.gnss@1.0-impl
77
Janis Danisevskisfa3896c2016-11-22 10:45:49 +000078# Keymaster HAL
79PRODUCT_PACKAGES += \
80 android.hardware.keymaster@3.0-impl
81
Ben Fennema52301e42017-10-17 12:24:04 -070082# Sensor HAL
83ifneq ($(TARGET_SENSOR_MEZZANINE),)
84TARGET_USES_NANOHUB_SENSORHAL := true
85NANOHUB_SENSORHAL_LID_STATE_ENABLED := true
86NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp
87NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true
88NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true
89
90PRODUCT_PACKAGES += \
91 context_hub.default \
92 android.hardware.sensors@1.0-service \
93 android.hardware.sensors@1.0-impl \
94 android.hardware.contexthub@1.0-service \
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -080095 android.hardware.contexthub@1.0-impl
Ben Fennema52301e42017-10-17 12:24:04 -070096
97# Nanohub tools
98PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool
99
100PRODUCT_COPY_FILES += \
101 device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800102
103# Copy sensors config file(s)
104PRODUCT_COPY_FILES += \
105 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
106 frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:system/etc/permissions/android.hardware.sensor.ambient_temperature.xml \
107 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
108 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
109 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
110 frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:system/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
111 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
112 frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:system/etc/permissions/android.hardware.sensor.relative_humidity.xml \
113 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \
114 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml
115
116# Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only
117ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey)
118PRODUCT_COPY_FILES += \
119 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml
120endif
Sahaj Sarup9a61afa2017-11-07 20:58:21 +0000121
122# VR HAL
123PRODUCT_COPY_FILES += \
124 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \
125 frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
126 frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml
127
128PRODUCT_PACKAGES += \
129 vr.default \
130 android.hardware.vr@1.0-service \
131 android.hardware.vr@1.0-impl
132
Ben Fennema52301e42017-10-17 12:24:04 -0700133endif
134
Sahaj Sarupaef8e3f2017-08-22 14:02:42 +0530135# Use Launcher3
136PRODUCT_PACKAGES += Launcher3
137
Vishal Bhoje72c9202015-10-23 18:10:21 +0100138# Copy hardware config file(s)
139PRODUCT_COPY_FILES += \
140 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
Yongqin Liue45c7db2017-11-28 13:54:00 +0800141 frameworks/native/data/etc/android.software.cts.xml:system/etc/permissions/android.software.cts.xml \
Vishal Bhoje72c9202015-10-23 18:10:21 +0100142 frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
143 frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \
Yongqin Liube29f672017-11-30 16:11:22 +0800144 frameworks/native/data/etc/android.software.voice_recognizers.xml:system/etc/permissions/android.software.voice_recognizers.xml \
Yongqin Liue45c7db2017-11-28 13:54:00 +0800145 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
John Stultz52ebc462016-06-03 11:37:21 -0700146 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
Loic Poulain3396ac02017-09-05 14:30:38 +0100147 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
148 frameworks/native/data/etc/android.software.device_admin.xml:system/etc/permissions/android.software.device_admin.xml
Vishal Bhoje72c9202015-10-23 18:10:21 +0100149
Vishal Bhoje72c9202015-10-23 18:10:21 +0100150# Include BT modules
Vishal Bhojdb0eda32016-04-05 17:49:02 +0100151$(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +0100152
Vishal Bhoje72c9202015-10-23 18:10:21 +0100153PRODUCT_COPY_FILES += \
154 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
Dmitry Shmidtec121a62018-01-30 16:41:47 -0800155 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
Vishal Bhoje72c9202015-10-23 18:10:21 +0100156 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
157 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
Dmitry Shmidt9dd7b9c2018-02-01 10:09:39 -0800158 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
159 $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
160 $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
Eric Laurentc313d912017-04-20 11:45:21 -0700161
162# audio policy configuration
163USE_XML_AUDIO_POLICY_CONF := 1
164PRODUCT_COPY_FILES += \
165 device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
166 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
167 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
168 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
169 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
170 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml
Vishal Bhoje72c9202015-10-23 18:10:21 +0100171
172# Copy media codecs config file
Eric Laurent3051d9e2016-06-10 14:37:37 -0700173PRODUCT_COPY_FILES += \
174 device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml \
175 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml