1#
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
26DEVICE_PACKAGE_OVERLAYS := \
27    device/asus/grouper/overlay
28
29PRODUCT_PROPERTY_OVERRIDES := \
30    wifi.interface=wlan0 \
31    wifi.supplicant_scan_interval=15 \
32    tf.enable=y \
33    drm.service.enabled=true \
34    ro.carrier=wifi-only
35
36# Set default USB interface
37PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
38	persist.sys.usb.config=mtp
39
40include frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk
41
42PRODUCT_COPY_FILES += \
43    $(LOCAL_KERNEL):kernel \
44    device/asus/grouper/init.grouper.rc:root/init.grouper.rc \
45    device/asus/grouper/fstab.grouper:root/fstab.grouper \
46    device/asus/grouper/ueventd.grouper.rc:root/ueventd.grouper.rc \
47    device/asus/grouper/init.grouper.usb.rc:root/init.grouper.usb.rc \
48    device/asus/grouper/gps.conf:system/etc/gps.conf
49
50ifneq ($(TARGET_PREBUILT_WIFI_MODULE),)
51PRODUCT_COPY_FILES += \
52    $(TARGET_PREBUILT_WIFI_MODULE):system/lib/modules/bcm4329.ko
53endif
54
55PRODUCT_COPY_FILES += \
56    frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
57    frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
58    frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
59    frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
60    frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
61    frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
62    frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
63    frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
64    frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
65    frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
66    frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
67
68# for PDK build, include only when the dir exists
69# too early to use $(TARGET_BUILD_PDK)
70ifneq ($(wildcard packages/wallpapers/LivePicker),)
71PRODUCT_COPY_FILES += \
72    packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
73endif
74
75PRODUCT_COPY_FILES += \
76    device/asus/grouper/vold.fstab:system/etc/vold.fstab \
77    device/asus/grouper/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
78    device/asus/grouper/raydium_ts.idc:system/usr/idc/raydium_ts.idc \
79    device/asus/grouper/sensor00fn11.idc:system/usr/idc/sensor00fn11.idc \
80    device/asus/grouper/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
81    device/asus/grouper/tegra-kbc.kl:system/usr/keylayout/tegra-kbc.kl
82
83PRODUCT_PACKAGES := \
84    lights.grouper \
85    audio.primary.grouper \
86    power.grouper \
87    audio.a2dp.default \
88    audio.usb.default \
89    librs_jni \
90    make_ext4fs \
91    setup_fs \
92    l2ping \
93    hcitool \
94    bttest \
95    com.android.future.usb.accessory \
96    whisperd
97
98# for bugmailer
99PRODUCT_PACKAGES += send_bug
100PRODUCT_COPY_FILES += \
101    system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \
102    system/extras/bugmailer/send_bug:system/bin/send_bug
103
104# NFC packages
105PRODUCT_PACKAGES += \
106    nfc.grouper \
107    libnfc \
108    libnfc_jni \
109    Nfc \
110    Tag \
111    com.android.nfc_extras
112
113PRODUCT_CHARACTERISTICS := tablet,nosdcard
114
115# we have enough storage space to hold precise GC data
116PRODUCT_TAGS += dalvik.gc.type-precise
117
118# media config xml file
119PRODUCT_COPY_FILES += \
120    device/asus/grouper/media_profiles.xml:system/etc/media_profiles.xml
121
122# media codec config xml file
123PRODUCT_COPY_FILES += \
124    device/asus/grouper/media_codecs.xml:system/etc/media_codecs.xml
125
126# Bluetooth config file
127PRODUCT_COPY_FILES += \
128    system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
129
130# audio mixer paths
131PRODUCT_COPY_FILES += \
132    device/asus/grouper/mixer_paths.xml:system/etc/mixer_paths.xml
133
134# audio policy configuration
135PRODUCT_COPY_FILES += \
136    device/asus/grouper/audio_policy.conf:system/etc/audio_policy.conf
137
138PRODUCT_COPY_FILES += \
139    frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml \
140    frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
141    frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml
142
143# NFCEE access control
144ifeq ($(TARGET_BUILD_VARIANT),user)
145    NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access.xml
146else
147    NFCEE_ACCESS_PATH := device/asus/grouper/nfcee_access_debug.xml
148endif
149PRODUCT_COPY_FILES += \
150    $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml
151
152WIFI_BAND := 802_11_BG
153 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
154
155