blob: 4cd2ad87adbe8dd94ff9de0776561a370b02284a [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
Mark Salyzyn326d8062014-03-24 23:51:58 +000029ifeq ($(TARGET_PREBUILT_KERNEL_DTB),)
30LOCAL_KERNEL_DTB := device/htc/flounder-kernel/tegra132-flounder64.dtb
31else
32LOCAL_KERNEL_DTB := $(TARGET_PREBUILT_KERNEL_DTB)
33endif
34
Colin Crossa9e55ed2013-10-07 14:15:18 -070035PRODUCT_COPY_FILES := \
36 $(LOCAL_KERNEL):kernel \
Mark Salyzyn326d8062014-03-24 23:51:58 +000037 $(LOCAL_KERNEL_DTB):kernel.dtb \
Colin Cross6e6bad22013-10-18 10:52:53 -070038 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder.rc \
39 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder.usb.rc \
40 $(LOCAL_PATH)/fstab.flounder:root/fstab.flounder \
41 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder.rc
Colin Crossa9e55ed2013-10-07 14:15:18 -070042
Colin Cross2e4e82b2014-01-31 18:41:57 -080043# Copy flounder files as flounder64
44PRODUCT_COPY_FILES += \
Colin Cross11a18c22014-02-19 17:49:10 -080045 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder64.rc \
Colin Cross2e4e82b2014-01-31 18:41:57 -080046 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder64.usb.rc \
47 $(LOCAL_PATH)/fstab.flounder:root/fstab.flounder64 \
48 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder64.rc
49
Colin Crossa9e55ed2013-10-07 14:15:18 -070050# Copy ardbeg files to allow booting on flounder or ardbeg for now
51PRODUCT_COPY_FILES += \
52 device/nvidia/ardbeg/init.ardbeg.rc:root/init.ardbeg.rc \
53 device/nvidia/ardbeg/init.ardbeg.usb.rc:root/init.ardbeg.usb.rc \
54 device/nvidia/ardbeg/fstab.ardbeg:root/fstab.ardbeg \
55 device/nvidia/ardbeg/ueventd.ardbeg.rc:root/ueventd.ardbeg.rc \
56 device/nvidia/ardbeg/raydium_ts.idc:system/usr/idc/raydium_ts.idc
57
Colin Cross11a18c22014-02-19 17:49:10 -080058PRODUCT_COPY_FILES += \
59 $(LOCAL_PATH)/touch/touch_fusion.cfg:system/vendor/firmware/touch_fusion.cfg \
60 $(LOCAL_PATH)/touch/maxim_fp35.bin:system/vendor/firmware/maxim_fp35.bin \
61 $(LOCAL_PATH)/touch/touch_fusion.idc:system/usr/idc/touch_fusion.idc \
62 $(LOCAL_PATH)/touch/touch_fusion:system/vendor/bin/touch_fusion
63
Colin Crossebdbcb22013-10-10 15:58:21 -070064PRODUCT_PACKAGES += \
65 power.ardbeg \
66 lights.ardbeg
67
Dmitry Shmidtc63232c2013-12-12 11:07:43 -080068PRODUCT_PACKAGES += \
69 libwpa_client \
70 hostapd \
71 wpa_supplicant \
72 wpa_supplicant.conf
73
Colin Crossa9e55ed2013-10-07 14:15:18 -070074PRODUCT_COPY_FILES += \
75 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
76 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
77 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
Dmitry Shmidt9f7dabd2014-03-24 14:50:02 -070078 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +053079 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
Colin Crossa9e55ed2013-10-07 14:15:18 -070080 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
81 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
82 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
83 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
84 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
85 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
86 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
87 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
88 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
89 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
Colin Cross5a451b82013-12-26 17:50:09 -080090 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
91 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
92 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
93 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml
Colin Crossa9e55ed2013-10-07 14:15:18 -070094
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -070095PRODUCT_COPY_FILES += \
Lajos Molnar4389f092014-03-19 14:45:02 -070096 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
97 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
Colin Cross6e6bad22013-10-18 10:52:53 -070098 $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
99 $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \
Eric Laurente9b88202013-12-17 17:57:18 -0800100 $(LOCAL_PATH)/audio_policy.conf:system/etc/audio_policy.conf \
101 $(LOCAL_PATH)/mixer_paths_1.xml:system/etc/mixer_paths_1.xml \
102 $(LOCAL_PATH)/mixer_paths_0.xml:system/etc/mixer_paths_0.xml
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +0530103
104PRODUCT_COPY_FILES += \
Colin Cross6e6bad22013-10-18 10:52:53 -0700105 $(LOCAL_PATH)/nvaudio_conf.xml:system/etc/nvaudio_conf.xml \
Alex Ray016f3a12013-10-23 17:02:11 -0700106 $(LOCAL_PATH)/nvcamera.conf:system/etc/nvcamera.conf \
Colin Cross6e6bad22013-10-18 10:52:53 -0700107 $(LOCAL_PATH)/bcmdhd.cal:system/etc/wifi/bcmdhd.cal
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -0700108
edwin_tunge98db7e2013-12-05 12:08:00 +0800109PRODUCT_COPY_FILES += \
edwin_tungac7b5c12014-01-24 19:46:58 +0800110 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.conf:system/etc/gps.bcm47521.conf \
111 $(LOCAL_PATH)/gps/bcm/glgps:system/bin/glgps \
112 $(LOCAL_PATH)/gps/bcm/gpsconfig.xml:system/etc/gpsconfig.xml \
113 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.so:system/lib/hw/gps.bcm47521.so
edwin_tunge98db7e2013-12-05 12:08:00 +0800114
Martijn Coenence789142014-02-25 10:50:01 -0800115# NFC feature + config files
116PRODUCT_COPY_FILES += \
117 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
118 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
119 device/htc/flounder/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \
120 device/htc/flounder/nfc/libnfc-brcm-20795a10.conf:system/etc/libnfc-brcm-20795a10.conf
121
Colin Crossa9e55ed2013-10-07 14:15:18 -0700122PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi
123PRODUCT_AAPT_PREF_CONFIG := xhdpi
124
125PRODUCT_CHARACTERISTICS := tablet,nosdcard
126
127DEVICE_PACKAGE_OVERLAYS := \
Colin Cross6e6bad22013-10-18 10:52:53 -0700128 $(LOCAL_PATH)/overlay
Colin Crossa9e55ed2013-10-07 14:15:18 -0700129
130PRODUCT_TAGS += dalvik.gc.type-precise
131
Colin Cross5a451b82013-12-26 17:50:09 -0800132# NFC packages
Martijn Coenence789142014-02-25 10:50:01 -0800133# Note: NFC HAL is built with $(TARGET_DEVICE), so this
134# includes both flounder and flounder64 HALs to support both
Colin Cross5a451b82013-12-26 17:50:09 -0800135PRODUCT_PACKAGES += \
Martijn Coenence789142014-02-25 10:50:01 -0800136 nfc_nci.flounder \
137 nfc_nci.flounder64 \
Colin Cross5a451b82013-12-26 17:50:09 -0800138 NfcNci \
139 Tag \
Colin Cross5a451b82013-12-26 17:50:09 -0800140
Colin Crossa9e55ed2013-10-07 14:15:18 -0700141PRODUCT_PACKAGES += \
142 librs_jni \
143 com.android.future.usb.accessory
144
145PRODUCT_PACKAGES += \
Colin Cross5b94bde2013-10-10 14:56:56 -0700146 power.flounder \
Andy Chuang92af8b22014-03-14 18:38:17 +0800147 lights.flounder \
148 sensors.flounder
Colin Crossa9e55ed2013-10-07 14:15:18 -0700149
150# Filesystem management tools
151PRODUCT_PACKAGES += \
152 e2fsck
153
154PRODUCT_PROPERTY_OVERRIDES := \
155 wifi.interface=wlan0 \
156 ro.opengles.version=196608 \
157 ro.sf.lcd_density=320 \
158 ro.zygote.disable_gl_preload=true \
159 ro.hwui.texture_cache_size=72 \
160 ro.hwui.layer_cache_size=48 \
161 ro.hwui.r_buffer_cache_size=8 \
162 ro.hwui.path_cache_size=32 \
163 ro.hwui.gradient_cache_size=1 \
164 ro.hwui.drop_shadow_cache_size=6 \
165 ro.hwui.texture_cache_flushrate=0.4 \
166 ro.hwui.text_small_cache_width=1024 \
167 ro.hwui.text_small_cache_height=1024 \
168 ro.hwui.text_large_cache_width=2048 \
169 ro.hwui.text_large_cache_height=1024 \
Thomas.TT_Linc6888472014-01-22 11:30:52 +0800170 ro.hwui.disable_scissor_opt=true \
171 ro.bt.bdaddr_path=/sys/module/flounder_bdaddress/parameters/bdaddress
Colin Crossa9e55ed2013-10-07 14:15:18 -0700172
173# setup dalvik vm configs.
174$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
175
176# set default USB configuration
177PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
xerox_linf4ec2102014-03-18 23:02:54 +0800178 persist.sys.usb.config=mtp \
179 ro.adb.secure=1
Colin Crossa9e55ed2013-10-07 14:15:18 -0700180
181# for off charging mode
182PRODUCT_PACKAGES += \
183 charger \
184 charger_res_images
185
Eric Laurente9b88202013-12-17 17:57:18 -0800186# for audio
187PRODUCT_PACKAGES += \
188 audio.primary.flounder \
189 audio.a2dp.default \
190 audio.usb.default \
191 audio.r_submix.default \
192
Colin Cross11a18c22014-02-19 17:49:10 -0800193$(call inherit-product-if-exists, hardware/nvidia/tegra132/tegra132.mk)
194$(call inherit-product-if-exists, vendor/nvidia/proprietary-tegra132/tegra132-vendor.mk)
Dmitry Shmidt2faa10e2014-02-24 14:42:14 -0800195$(call inherit-product-if-exists, vendor/htc/flounder/device-vendor.mk)
Dmitry Shmidt22e6c162013-12-18 15:09:32 -0800196$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4354/device-bcm.mk)