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