blob: da4a4245c2be1fc2018053a94207b88ed25cad8e [file] [log] [blame]
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -07001#
2# Copyright (C) 2010 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
17ifeq ($(TARGET_PREBUILT_KERNEL),)
18 LOCAL_KERNEL := device/asus/grouper/kernel
19else
20 LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
21endif
22
23PRODUCT_AAPT_CONFIG := normal large tvdpi hdpi
24PRODUCT_AAPT_PREF_CONFIG := tvdpi
25
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070026
27PRODUCT_PROPERTY_OVERRIDES := \
28 wifi.interface=wlan0 \
29 wifi.supplicant_scan_interval=15 \
30 tf.enable=y \
Ramanan Rajeswarandb75eea2012-08-20 19:43:23 -070031 drm.service.enabled=true
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070032
33# Set default USB interface
34PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
Ramanan Rajeswarancd738cd2012-08-22 08:37:32 -070035 persist.sys.usb.config=mtp
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070036
37include frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk
38
39PRODUCT_COPY_FILES += \
40 $(LOCAL_KERNEL):kernel \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070041 device/asus/grouper/ueventd.grouper.rc:root/ueventd.grouper.rc \
42 device/asus/grouper/init.grouper.usb.rc:root/init.grouper.usb.rc \
43 device/asus/grouper/gps.conf:system/etc/gps.conf
44
45ifneq ($(TARGET_PREBUILT_WIFI_MODULE),)
46PRODUCT_COPY_FILES += \
47 $(TARGET_PREBUILT_WIFI_MODULE):system/lib/modules/bcm4329.ko
48endif
49
50PRODUCT_COPY_FILES += \
51 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
52 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
53 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
54 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
55 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
56 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
57 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
58 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
59 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
60 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
Matthew Xieb3f34072013-05-08 15:52:23 -070061 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070062
63PRODUCT_COPY_FILES += \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070064 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
65 device/asus/grouper/raydium_ts.idc:system/usr/idc/raydium_ts.idc \
66 device/asus/grouper/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc \
paris_yeh814017c2012-08-23 16:23:07 +080067 device/asus/grouper/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070068
69PRODUCT_PACKAGES := \
70 lights.grouper \
71 audio.primary.grouper \
72 power.grouper \
73 audio.a2dp.default \
74 audio.usb.default \
75 librs_jni \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070076 setup_fs \
77 l2ping \
78 hcitool \
79 bttest \
Jean-Baptiste Queru5a8552a2012-09-17 08:34:22 -070080 com.android.future.usb.accessory
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070081
Jean-Baptiste Querucad88442013-02-13 11:20:54 -080082PRODUCT_PACKAGES += \
83 keystore.grouper
84
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070085# NFC packages
86PRODUCT_PACKAGES += \
87 nfc.grouper \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070088 Nfc \
89 Tag \
90 com.android.nfc_extras
91
92PRODUCT_CHARACTERISTICS := tablet,nosdcard
93
94# we have enough storage space to hold precise GC data
95PRODUCT_TAGS += dalvik.gc.type-precise
96
97# media config xml file
98PRODUCT_COPY_FILES += \
99 device/asus/grouper/media_profiles.xml:system/etc/media_profiles.xml
100
101# media codec config xml file
102PRODUCT_COPY_FILES += \
103 device/asus/grouper/media_codecs.xml:system/etc/media_codecs.xml
104
105# Bluetooth config file
106PRODUCT_COPY_FILES += \
107 system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
108
109# audio mixer paths
110PRODUCT_COPY_FILES += \
111 device/asus/grouper/mixer_paths.xml:system/etc/mixer_paths.xml
112
113# audio policy configuration
114PRODUCT_COPY_FILES += \
115 device/asus/grouper/audio_policy.conf:system/etc/audio_policy.conf
116
117PRODUCT_COPY_FILES += \
118 frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml \
119 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
120 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml
121
122# NFCEE access control
123ifeq ($(TARGET_BUILD_VARIANT),user)
124 NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access.xml
125else
126 NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access_debug.xml
127endif
128PRODUCT_COPY_FILES += \
129 $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml
130
131WIFI_BAND := 802_11_BG
132 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)