blob: 35b82bd5309298570c79508c91408158a5095cbd [file] [log] [blame]
Colin Crossa9e55ed2013-10-07 14:15:18 -07001#
2# Copyright (C) 2013 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
Ying Wang1a2cb212013-11-25 13:43:35 -080017PRODUCT_PACKAGES := \
18 libwpa_client \
19 hostapd \
20 wpa_supplicant \
21 wpa_supplicant.conf
22
Colin Cross11a18c22014-02-19 17:49:10 -080023ifeq ($(TARGET_PREBUILT_KERNEL),)
Rom Lemarchand5ec43212014-03-21 13:37:22 -070024LOCAL_KERNEL := device/htc/flounder-kernel/Image.gz-dtb
Colin Cross11a18c22014-02-19 17:49:10 -080025else
26LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
27endif
28
JP Abgrall03190ca2014-06-17 18:30:51 -070029BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE := f2fs
JP Abgrall03190ca2014-06-17 18:30:51 -070030
31# This ensures the needed build tools are available.
32TARGET_USERIMAGES_USE_F2FS := true
33LOCAL_FSTAB := $(LOCAL_PATH)/fstab.flounder
34
35
36TARGET_RECOVERY_FSTAB = $(LOCAL_FSTAB)
37
Colin Crossa9e55ed2013-10-07 14:15:18 -070038PRODUCT_COPY_FILES := \
39 $(LOCAL_KERNEL):kernel \
Colin Cross6e6bad22013-10-18 10:52:53 -070040 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder.rc \
41 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder.usb.rc \
JP Abgralle34d0fd2014-04-29 15:26:03 -070042 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder.rc \
JP Abgrall03190ca2014-06-17 18:30:51 -070043 $(LOCAL_FSTAB):root/fstab.flounder \
Colin Cross6e6bad22013-10-18 10:52:53 -070044 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder.rc
Colin Crossa9e55ed2013-10-07 14:15:18 -070045
JP Abgralle34d0fd2014-04-29 15:26:03 -070046# Copy flounder files as flounder64 so that ${ro.hardware} can find them
Colin Cross2e4e82b2014-01-31 18:41:57 -080047PRODUCT_COPY_FILES += \
Colin Cross11a18c22014-02-19 17:49:10 -080048 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder64.rc \
Colin Cross2e4e82b2014-01-31 18:41:57 -080049 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder64.usb.rc \
JP Abgrall03190ca2014-06-17 18:30:51 -070050 $(LOCAL_FSTAB):root/fstab.flounder64 \
JP Abgralle34d0fd2014-04-29 15:26:03 -070051 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder64.rc \
Colin Cross2e4e82b2014-01-31 18:41:57 -080052 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder64.rc
53
Colin Cross11a18c22014-02-19 17:49:10 -080054PRODUCT_COPY_FILES += \
Daniel Rosenberg4cefd4a2014-06-09 17:50:22 -070055 $(LOCAL_PATH)/touch/touch_fusion.cfg:$(TARGET_COPY_OUT_VENDOR)/firmware/touch_fusion.cfg \
56 $(LOCAL_PATH)/touch/maxim_fp35.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/maxim_fp35.bin \
Colin Cross11a18c22014-02-19 17:49:10 -080057 $(LOCAL_PATH)/touch/touch_fusion.idc:system/usr/idc/touch_fusion.idc \
Daniel Rosenberg4cefd4a2014-06-09 17:50:22 -070058 $(LOCAL_PATH)/touch/touch_fusion:$(TARGET_COPY_OUT_VENDOR)/bin/touch_fusion \
tai_kuod80b43b2014-05-26 10:44:18 +080059 $(LOCAL_PATH)/touch/synaptics-dsx.idc:system/usr/idc/synaptics-dsx.idc
Colin Cross11a18c22014-02-19 17:49:10 -080060
Colin Crossebdbcb22013-10-10 15:58:21 -070061PRODUCT_PACKAGES += \
Dmitry Shmidtc63232c2013-12-12 11:07:43 -080062 libwpa_client \
63 hostapd \
64 wpa_supplicant \
65 wpa_supplicant.conf
66
Colin Crossa9e55ed2013-10-07 14:15:18 -070067PRODUCT_COPY_FILES += \
68 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
69 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
70 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
Dmitry Shmidt9f7dabd2014-03-24 14:50:02 -070071 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +053072 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
Colin Crossa9e55ed2013-10-07 14:15:18 -070073 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
74 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
75 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
76 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
77 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
78 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
79 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
80 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
81 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
82 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
Andy Chuang729d8412014-05-05 18:46:37 +080083 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \
84 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml \
Colin Cross5a451b82013-12-26 17:50:09 -080085 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
86 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
87 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
Thomas.TT_Lin9b0e8232014-05-28 21:27:32 +080088 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
89 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
90 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
Colin Crossa9e55ed2013-10-07 14:15:18 -070091
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -070092PRODUCT_COPY_FILES += \
Lajos Molnar4389f092014-03-19 14:45:02 -070093 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
94 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
Colin Cross6e6bad22013-10-18 10:52:53 -070095 $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
96 $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \
Eric Laurente9b88202013-12-17 17:57:18 -080097 $(LOCAL_PATH)/audio_policy.conf:system/etc/audio_policy.conf \
98 $(LOCAL_PATH)/mixer_paths_1.xml:system/etc/mixer_paths_1.xml \
99 $(LOCAL_PATH)/mixer_paths_0.xml:system/etc/mixer_paths_0.xml
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +0530100
Ira354a0982014-04-09 18:06:28 +0800101
102PRODUCT_COPY_FILES += \
103 $(LOCAL_PATH)/enctune.conf:system/etc/enctune.conf
104
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +0530105PRODUCT_COPY_FILES += \
Colin Cross6e6bad22013-10-18 10:52:53 -0700106 $(LOCAL_PATH)/nvaudio_conf.xml:system/etc/nvaudio_conf.xml \
Alex Ray016f3a12013-10-23 17:02:11 -0700107 $(LOCAL_PATH)/nvcamera.conf:system/etc/nvcamera.conf \
Dmitry Shmidte2ab8f62014-05-29 13:11:00 -0700108 $(LOCAL_PATH)/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
109 $(LOCAL_PATH)/bcmdhd_lte.cal:system/etc/wifi/bcmdhd_lte.cal
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -0700110
edwin_tunge98db7e2013-12-05 12:08:00 +0800111PRODUCT_COPY_FILES += \
edwin_tungac7b5c12014-01-24 19:46:58 +0800112 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.conf:system/etc/gps.bcm47521.conf \
113 $(LOCAL_PATH)/gps/bcm/glgps:system/bin/glgps \
114 $(LOCAL_PATH)/gps/bcm/gpsconfig.xml:system/etc/gpsconfig.xml \
edwin_tung07965542014-06-03 20:56:49 +0800115 $(LOCAL_PATH)/gps/bcm/lib64/gps.bcm47521.so:system/lib64/hw/gps.bcm47521.so \
edwin_tungac7b5c12014-01-24 19:46:58 +0800116 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.so:system/lib/hw/gps.bcm47521.so
edwin_tunge98db7e2013-12-05 12:08:00 +0800117
Martijn Coenence789142014-02-25 10:50:01 -0800118# NFC feature + config files
119PRODUCT_COPY_FILES += \
120 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
121 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
122 device/htc/flounder/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \
123 device/htc/flounder/nfc/libnfc-brcm-20795a10.conf:system/etc/libnfc-brcm-20795a10.conf
124
Colin Crossa9e55ed2013-10-07 14:15:18 -0700125PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi
126PRODUCT_AAPT_PREF_CONFIG := xhdpi
127
128PRODUCT_CHARACTERISTICS := tablet,nosdcard
129
Mohamad Ayyash160974a2014-06-12 18:00:26 -0700130ifneq ($(filter volantis volantisf, $(TARGET_PRODUCT)),)
131# Wifi-Only overlays.
132DEVICE_PACKAGE_OVERLAYS := \
133 $(LOCAL_PATH)/wifi_only_overlay \
134 $(LOCAL_PATH)/overlay
135else
Colin Crossa9e55ed2013-10-07 14:15:18 -0700136DEVICE_PACKAGE_OVERLAYS := \
Colin Cross6e6bad22013-10-18 10:52:53 -0700137 $(LOCAL_PATH)/overlay
Mohamad Ayyash160974a2014-06-12 18:00:26 -0700138endif
Colin Crossa9e55ed2013-10-07 14:15:18 -0700139
140PRODUCT_TAGS += dalvik.gc.type-precise
141
Colin Cross5a451b82013-12-26 17:50:09 -0800142# NFC packages
Martijn Coenence789142014-02-25 10:50:01 -0800143# Note: NFC HAL is built with $(TARGET_DEVICE), so this
144# includes both flounder and flounder64 HALs to support both
Colin Cross5a451b82013-12-26 17:50:09 -0800145PRODUCT_PACKAGES += \
Martijn Coenence789142014-02-25 10:50:01 -0800146 nfc_nci.flounder \
147 nfc_nci.flounder64 \
Colin Cross5a451b82013-12-26 17:50:09 -0800148 NfcNci \
149 Tag \
Colin Cross5a451b82013-12-26 17:50:09 -0800150
Colin Crossa9e55ed2013-10-07 14:15:18 -0700151PRODUCT_PACKAGES += \
152 librs_jni \
153 com.android.future.usb.accessory
154
155PRODUCT_PACKAGES += \
Colin Cross5b94bde2013-10-10 14:56:56 -0700156 power.flounder \
Andy Chuang92af8b22014-03-14 18:38:17 +0800157 lights.flounder \
158 sensors.flounder
Colin Crossa9e55ed2013-10-07 14:15:18 -0700159
160# Filesystem management tools
161PRODUCT_PACKAGES += \
Daniel Rosenbergd5da7ff2014-06-11 13:03:36 -0700162 fsck.f2fs mkfs.f2fs
Colin Crossa9e55ed2013-10-07 14:15:18 -0700163
164PRODUCT_PROPERTY_OVERRIDES := \
165 wifi.interface=wlan0 \
166 ro.opengles.version=196608 \
167 ro.sf.lcd_density=320 \
168 ro.zygote.disable_gl_preload=true \
169 ro.hwui.texture_cache_size=72 \
170 ro.hwui.layer_cache_size=48 \
171 ro.hwui.r_buffer_cache_size=8 \
172 ro.hwui.path_cache_size=32 \
173 ro.hwui.gradient_cache_size=1 \
174 ro.hwui.drop_shadow_cache_size=6 \
175 ro.hwui.texture_cache_flushrate=0.4 \
176 ro.hwui.text_small_cache_width=1024 \
177 ro.hwui.text_small_cache_height=1024 \
178 ro.hwui.text_large_cache_width=2048 \
179 ro.hwui.text_large_cache_height=1024 \
Thomas.TT_Linc6888472014-01-22 11:30:52 +0800180 ro.hwui.disable_scissor_opt=true \
181 ro.bt.bdaddr_path=/sys/module/flounder_bdaddress/parameters/bdaddress
Colin Crossa9e55ed2013-10-07 14:15:18 -0700182
183# setup dalvik vm configs.
184$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
185
186# set default USB configuration
187PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
xerox_linf4ec2102014-03-18 23:02:54 +0800188 persist.sys.usb.config=mtp \
189 ro.adb.secure=1
Colin Crossa9e55ed2013-10-07 14:15:18 -0700190
191# for off charging mode
192PRODUCT_PACKAGES += \
193 charger \
194 charger_res_images
195
Eric Laurente9b88202013-12-17 17:57:18 -0800196# for audio
197PRODUCT_PACKAGES += \
198 audio.primary.flounder \
199 audio.a2dp.default \
200 audio.usb.default \
201 audio.r_submix.default \
202
Geremy Condraa83c5292014-04-03 13:03:29 -0700203# add verity dependencies
204$(call inherit-product, build/target/product/verity.mk)
205PRODUCT_VERITY_PARTITION := /dev/block/platform/sdhci-tegra.3/by-name/APP
206
Colin Cross11a18c22014-02-19 17:49:10 -0800207$(call inherit-product-if-exists, hardware/nvidia/tegra132/tegra132.mk)
208$(call inherit-product-if-exists, vendor/nvidia/proprietary-tegra132/tegra132-vendor.mk)
Dmitry Shmidt2faa10e2014-02-24 14:42:14 -0800209$(call inherit-product-if-exists, vendor/htc/flounder/device-vendor.mk)
Dmitry Shmidt22e6c162013-12-18 15:09:32 -0800210$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4354/device-bcm.mk)