blob: fdf3c8bc7860c35c5ab9a095aa60d9a8bd07fde8 [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
Colin Cross11a18c22014-02-19 17:49:10 -080017ifeq ($(TARGET_PREBUILT_KERNEL),)
18LOCAL_KERNEL := device/htc/flounder-kernel/Image
19else
20LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
21endif
22
JP Abgralle1f224a2014-03-04 16:14:37 -080023ifeq ($(TARGET_PREBUILT_KERNEL_DTB),)
24LOCAL_KERNEL_DTB := device/htc/flounder-kernel/tegra132-flounder64.dtb
25else
26LOCAL_KERNEL_DTB := $(TARGET_PREBUILT_KERNEL_DTB)
27endif
28
Colin Crossa9e55ed2013-10-07 14:15:18 -070029PRODUCT_COPY_FILES := \
30 $(LOCAL_KERNEL):kernel \
JP Abgralle1f224a2014-03-04 16:14:37 -080031 $(LOCAL_KERNEL_DTB):kernel.dtb \
Colin Cross6e6bad22013-10-18 10:52:53 -070032 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder.rc \
33 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder.usb.rc \
34 $(LOCAL_PATH)/fstab.flounder:root/fstab.flounder \
35 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder.rc
Colin Crossa9e55ed2013-10-07 14:15:18 -070036
Colin Cross2e4e82b2014-01-31 18:41:57 -080037# Copy flounder files as flounder64
38PRODUCT_COPY_FILES += \
Colin Cross11a18c22014-02-19 17:49:10 -080039 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder64.rc \
Colin Cross2e4e82b2014-01-31 18:41:57 -080040 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder64.usb.rc \
41 $(LOCAL_PATH)/fstab.flounder:root/fstab.flounder64 \
42 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder64.rc
43
Colin Crossa9e55ed2013-10-07 14:15:18 -070044# Copy ardbeg files to allow booting on flounder or ardbeg for now
45PRODUCT_COPY_FILES += \
46 device/nvidia/ardbeg/init.ardbeg.rc:root/init.ardbeg.rc \
47 device/nvidia/ardbeg/init.ardbeg.usb.rc:root/init.ardbeg.usb.rc \
48 device/nvidia/ardbeg/fstab.ardbeg:root/fstab.ardbeg \
49 device/nvidia/ardbeg/ueventd.ardbeg.rc:root/ueventd.ardbeg.rc \
50 device/nvidia/ardbeg/raydium_ts.idc:system/usr/idc/raydium_ts.idc
51
Colin Cross11a18c22014-02-19 17:49:10 -080052PRODUCT_COPY_FILES += \
53 $(LOCAL_PATH)/touch/touch_fusion.cfg:system/vendor/firmware/touch_fusion.cfg \
54 $(LOCAL_PATH)/touch/maxim_fp35.bin:system/vendor/firmware/maxim_fp35.bin \
55 $(LOCAL_PATH)/touch/touch_fusion.idc:system/usr/idc/touch_fusion.idc \
56 $(LOCAL_PATH)/touch/touch_fusion:system/vendor/bin/touch_fusion
57
Colin Crossebdbcb22013-10-10 15:58:21 -070058PRODUCT_PACKAGES += \
59 power.ardbeg \
60 lights.ardbeg
61
Dmitry Shmidtc63232c2013-12-12 11:07:43 -080062PRODUCT_PACKAGES += \
63 libwpa_client \
64 hostapd \
65 wpa_supplicant \
66 wpa_supplicant.conf
67
Colin Crossa9e55ed2013-10-07 14:15:18 -070068PRODUCT_COPY_FILES += \
69 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
70 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
71 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.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 \
Colin Cross5a451b82013-12-26 17:50:09 -080083 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
84 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
85 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
86 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml
Colin Crossa9e55ed2013-10-07 14:15:18 -070087
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -070088PRODUCT_COPY_FILES += \
Colin Cross6e6bad22013-10-18 10:52:53 -070089 $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
90 $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \
Eric Laurente9b88202013-12-17 17:57:18 -080091 $(LOCAL_PATH)/audio_policy.conf:system/etc/audio_policy.conf \
92 $(LOCAL_PATH)/mixer_paths_1.xml:system/etc/mixer_paths_1.xml \
93 $(LOCAL_PATH)/mixer_paths_0.xml:system/etc/mixer_paths_0.xml
Yogesh Agrawal9240c1a2013-10-16 15:13:32 +053094
95PRODUCT_COPY_FILES += \
Colin Cross6e6bad22013-10-18 10:52:53 -070096 $(LOCAL_PATH)/nvaudio_conf.xml:system/etc/nvaudio_conf.xml \
Alex Ray016f3a12013-10-23 17:02:11 -070097 $(LOCAL_PATH)/nvcamera.conf:system/etc/nvcamera.conf \
Colin Cross6e6bad22013-10-18 10:52:53 -070098 $(LOCAL_PATH)/bcmdhd.cal:system/etc/wifi/bcmdhd.cal
Dmitry Shmidtc4a032a2013-10-09 14:57:38 -070099
edwin_tunge98db7e2013-12-05 12:08:00 +0800100PRODUCT_COPY_FILES += \
edwin_tungac7b5c12014-01-24 19:46:58 +0800101 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.conf:system/etc/gps.bcm47521.conf \
102 $(LOCAL_PATH)/gps/bcm/glgps:system/bin/glgps \
103 $(LOCAL_PATH)/gps/bcm/gpsconfig.xml:system/etc/gpsconfig.xml \
104 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.so:system/lib/hw/gps.bcm47521.so
edwin_tunge98db7e2013-12-05 12:08:00 +0800105
Martijn Coenence789142014-02-25 10:50:01 -0800106# NFC feature + config files
107PRODUCT_COPY_FILES += \
108 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
109 frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
110 device/htc/flounder/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \
111 device/htc/flounder/nfc/libnfc-brcm-20795a10.conf:system/etc/libnfc-brcm-20795a10.conf
112
Colin Crossa9e55ed2013-10-07 14:15:18 -0700113PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi
114PRODUCT_AAPT_PREF_CONFIG := xhdpi
115
116PRODUCT_CHARACTERISTICS := tablet,nosdcard
117
118DEVICE_PACKAGE_OVERLAYS := \
Colin Cross6e6bad22013-10-18 10:52:53 -0700119 $(LOCAL_PATH)/overlay
Colin Crossa9e55ed2013-10-07 14:15:18 -0700120
121PRODUCT_TAGS += dalvik.gc.type-precise
122
Colin Cross5a451b82013-12-26 17:50:09 -0800123# NFC packages
Martijn Coenence789142014-02-25 10:50:01 -0800124# Note: NFC HAL is built with $(TARGET_DEVICE), so this
125# includes both flounder and flounder64 HALs to support both
Colin Cross5a451b82013-12-26 17:50:09 -0800126PRODUCT_PACKAGES += \
Martijn Coenence789142014-02-25 10:50:01 -0800127 nfc_nci.flounder \
128 nfc_nci.flounder64 \
Colin Cross5a451b82013-12-26 17:50:09 -0800129 NfcNci \
130 Tag \
Colin Cross5a451b82013-12-26 17:50:09 -0800131
Colin Crossa9e55ed2013-10-07 14:15:18 -0700132PRODUCT_PACKAGES += \
133 librs_jni \
134 com.android.future.usb.accessory
135
136PRODUCT_PACKAGES += \
Colin Cross5b94bde2013-10-10 14:56:56 -0700137 power.flounder \
138 lights.flounder
Colin Crossa9e55ed2013-10-07 14:15:18 -0700139
140# Filesystem management tools
141PRODUCT_PACKAGES += \
142 e2fsck
143
144PRODUCT_PROPERTY_OVERRIDES := \
145 wifi.interface=wlan0 \
146 ro.opengles.version=196608 \
147 ro.sf.lcd_density=320 \
148 ro.zygote.disable_gl_preload=true \
149 ro.hwui.texture_cache_size=72 \
150 ro.hwui.layer_cache_size=48 \
151 ro.hwui.r_buffer_cache_size=8 \
152 ro.hwui.path_cache_size=32 \
153 ro.hwui.gradient_cache_size=1 \
154 ro.hwui.drop_shadow_cache_size=6 \
155 ro.hwui.texture_cache_flushrate=0.4 \
156 ro.hwui.text_small_cache_width=1024 \
157 ro.hwui.text_small_cache_height=1024 \
158 ro.hwui.text_large_cache_width=2048 \
159 ro.hwui.text_large_cache_height=1024 \
Thomas.TT_Linc6888472014-01-22 11:30:52 +0800160 ro.hwui.disable_scissor_opt=true \
161 ro.bt.bdaddr_path=/sys/module/flounder_bdaddress/parameters/bdaddress
Colin Crossa9e55ed2013-10-07 14:15:18 -0700162
163# setup dalvik vm configs.
164$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
165
166# set default USB configuration
167PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
168 persist.sys.usb.config=mtp
169
170# for off charging mode
171PRODUCT_PACKAGES += \
172 charger \
173 charger_res_images
174
Eric Laurente9b88202013-12-17 17:57:18 -0800175# for audio
176PRODUCT_PACKAGES += \
177 audio.primary.flounder \
178 audio.a2dp.default \
179 audio.usb.default \
180 audio.r_submix.default \
181
Colin Cross11a18c22014-02-19 17:49:10 -0800182$(call inherit-product-if-exists, hardware/nvidia/tegra132/tegra132.mk)
183$(call inherit-product-if-exists, vendor/nvidia/proprietary-tegra132/tegra132-vendor.mk)
Dmitry Shmidt2faa10e2014-02-24 14:42:14 -0800184$(call inherit-product-if-exists, vendor/htc/flounder/device-vendor.mk)
Dmitry Shmidt22e6c162013-12-18 15:09:32 -0800185$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4354/device-bcm.mk)