blob: 89e4af1fa34060f2be5c603b7211b28894fd3310 [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 Xie42a17962013-04-23 12:00:18 -070061 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
62 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070063
64PRODUCT_COPY_FILES += \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070065 device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
66 device/asus/grouper/raydium_ts.idc:system/usr/idc/raydium_ts.idc \
67 device/asus/grouper/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc \
paris_yeh814017c2012-08-23 16:23:07 +080068 device/asus/grouper/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070069
70PRODUCT_PACKAGES := \
71 lights.grouper \
72 audio.primary.grouper \
73 power.grouper \
74 audio.a2dp.default \
75 audio.usb.default \
76 librs_jni \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070077 setup_fs \
78 l2ping \
79 hcitool \
80 bttest \
Jean-Baptiste Queru5a8552a2012-09-17 08:34:22 -070081 com.android.future.usb.accessory
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070082
Jean-Baptiste Queru711cb432013-02-13 11:20:54 -080083PRODUCT_PACKAGES += \
84 keystore.grouper
85
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070086# NFC packages
87PRODUCT_PACKAGES += \
88 nfc.grouper \
Jean-Baptiste Querua057d5d2012-08-03 14:48:09 -070089 Nfc \
90 Tag \
91 com.android.nfc_extras
92
93PRODUCT_CHARACTERISTICS := tablet,nosdcard
94
95# we have enough storage space to hold precise GC data
96PRODUCT_TAGS += dalvik.gc.type-precise
97
98# media config xml file
99PRODUCT_COPY_FILES += \
100 device/asus/grouper/media_profiles.xml:system/etc/media_profiles.xml
101
102# media codec config xml file
103PRODUCT_COPY_FILES += \
104 device/asus/grouper/media_codecs.xml:system/etc/media_codecs.xml
105
106# Bluetooth config file
107PRODUCT_COPY_FILES += \
108 system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
109
110# audio mixer paths
111PRODUCT_COPY_FILES += \
112 device/asus/grouper/mixer_paths.xml:system/etc/mixer_paths.xml
113
114# audio policy configuration
115PRODUCT_COPY_FILES += \
116 device/asus/grouper/audio_policy.conf:system/etc/audio_policy.conf
117
118PRODUCT_COPY_FILES += \
119 frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml \
120 frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
121 frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml
122
123# NFCEE access control
124ifeq ($(TARGET_BUILD_VARIANT),user)
125 NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access.xml
126else
127 NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access_debug.xml
128endif
129PRODUCT_COPY_FILES += \
130 $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml
131
132WIFI_BAND := 802_11_BG
133 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)