Home | History | Annotate | Download | only in crespo
      1 # Copyright (C) 2010 The Android Open Source Project
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
      4 # you may not use this file except in compliance with the License.
      5 # You may obtain a copy of the License at
      6 #
      7 #      http://www.apache.org/licenses/LICENSE-2.0
      8 #
      9 # Unless required by applicable law or agreed to in writing, software
     10 # distributed under the License is distributed on an "AS IS" BASIS,
     11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     14 
     15 
     16 # This file is the device-specific product definition file for
     17 # crespo. It lists all the overlays, files, modules and properties
     18 # that are specific to this hardware: i.e. those are device-specific
     19 # drivers, configuration files, settings, etc...
     20 
     21 # Note that crespo is not a fully open device. Some of the drivers
     22 # aren't publicly available in all circumstances, which means that some
     23 # of the hardware capabilities aren't present in builds where those
     24 # drivers aren't available. Such cases are handled by having this file
     25 # separated into two halves: this half here contains the parts that
     26 # are available to everyone, while another half in the vendor/ hierarchy
     27 # augments that set with the parts that are only relevant when all the
     28 # associated drivers are available. Aspects that are irrelevant but
     29 # harmless in no-driver builds should be kept here for simplicity and
     30 # transparency. There are two variants of the half that deals with
     31 # the unavailable drivers: one is directly checked into the unreleased
     32 # vendor tree and is used by engineers who have access to it. The other
     33 # is generated by setup-makefile.sh in the same directory as this files,
     34 # and is used by people who have access to binary versions of the drivers
     35 # but not to the original vendor tree. Be sure to update both.
     36 
     37 
     38 
     39 # These is the hardware-specific overlay, which points to the location
     40 # of hardware-specific resource overrides, typically the frameworks and
     41 # application settings that are stored in resourced.
     42 DEVICE_PACKAGE_OVERLAYS := device/samsung/crespo/overlay
     43 
     44 # These are the hardware-specific configuration files
     45 PRODUCT_COPY_FILES := \
     46 	device/samsung/crespo/vold.fstab:system/etc/vold.fstab \
     47 	device/samsung/crespo/egl.cfg:system/lib/egl/egl.cfg
     48 
     49 # Init files
     50 PRODUCT_COPY_FILES += \
     51 	device/samsung/crespo/init.herring.rc:root/init.herring.rc \
     52 	device/samsung/crespo/init.herring.usb.rc:root/init.herring.usb.rc \
     53 	device/samsung/crespo/fstab.herring:root/fstab.herring \
     54 	device/samsung/crespo/ueventd.herring.rc:root/ueventd.herring.rc
     55 
     56 # Prebuilt kl and kcm keymaps
     57 PRODUCT_COPY_FILES += \
     58 	device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \
     59 	device/samsung/crespo/s3c-keypad.kcm:system/usr/keychars/s3c-keypad.kcm \
     60 	device/samsung/crespo/herring-keypad.kl:system/usr/keylayout/herring-keypad.kl \
     61 	device/samsung/crespo/herring-keypad.kcm:system/usr/keychars/herring-keypad.kcm \
     62 	device/samsung/crespo/cypress-touchkey.kl:system/usr/keylayout/cypress-touchkey.kl \
     63 	device/samsung/crespo/cypress-touchkey.kcm:system/usr/keychars/cypress-touchkey.kcm \
     64 	device/samsung/crespo/sec_jack.kl:system/usr/keylayout/sec_jack.kl \
     65 	device/samsung/crespo/sec_jack.kcm:system/usr/keychars/sec_jack.kcm \
     66 	device/samsung/crespo/mxt224_ts_input.kl:system/usr/keylayout/mxt224_ts_input.kl \
     67 	device/samsung/crespo/mxt224_ts_input.kcm:system/usr/keychars/mxt224_ts_input.kcm
     68 
     69 #Bluetooth setup
     70 PRODUCT_COPY_FILES += \
     71 	system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf \
     72 
     73 #NVRAM setup
     74 PRODUCT_COPY_FILES += \
     75         device/samsung/crespo/nvram_net.txt:system/vendor/firmware/nvram_net.txt
     76 
     77 #MFC Firmware
     78 PRODUCT_COPY_FILES += \
     79         device/samsung/crespo/samsung_mfc_fw.bin:system/vendor/firmware/samsung_mfc_fw.bin
     80 
     81 # NFC
     82 PRODUCT_PACKAGES += \
     83 	libnfc \
     84 	libnfc_jni \
     85 	Nfc \
     86 	Tag
     87 
     88 # Commands to migrate prefs from com.android.nfc3 to com.android.nfc
     89 PRODUCT_COPY_FILES += \
     90 	packages/apps/Nfc/migrate_nfc.txt:system/etc/updatecmds/migrate_nfc.txt
     91 
     92 # file that declares the MIFARE NFC constant
     93 PRODUCT_COPY_FILES += \
     94 	frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml
     95 
     96 # NFC EXTRAS add-on API
     97 PRODUCT_PACKAGES += \
     98 	com.android.nfc_extras
     99 PRODUCT_COPY_FILES += \
    100 	frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml
    101 
    102 # NFCEE access control
    103 ifeq ($(TARGET_BUILD_VARIANT),user)
    104 	NFCEE_ACCESS_PATH := device/samsung/crespo/nfcee_access.xml
    105 else
    106 	NFCEE_ACCESS_PATH := device/samsung/crespo/nfcee_access_debug.xml
    107 endif
    108 PRODUCT_COPY_FILES += \
    109 	$(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml
    110 
    111 # Generated kcm keymaps
    112 PRODUCT_PACKAGES += \
    113 	s3c-keypad.kcm \
    114 	cypress-touchkey.kcm
    115 
    116 # Filesystem management tools
    117 PRODUCT_PACKAGES += \
    118 	make_ext4fs \
    119 	setup_fs
    120 
    121 PRODUCT_CHARACTERISTICS := nosdcard
    122 
    123 # These are the OpenMAX IL configuration files
    124 PRODUCT_COPY_FILES += \
    125 	device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/secomxregistry:system/etc/secomxregistry \
    126 	device/samsung/crespo/media_profiles.xml:system/etc/media_profiles.xml \
    127 	device/samsung/crespo/media_codecs.xml:system/etc/media_codecs.xml
    128 
    129 
    130 # These are the OpenMAX IL modules
    131 PRODUCT_PACKAGES += \
    132 	libSEC_OMX_Core \
    133 	libOMX.SEC.AVC.Decoder \
    134 	libOMX.SEC.M4V.Decoder \
    135 	libOMX.SEC.M4V.Encoder \
    136 	libOMX.SEC.AVC.Encoder
    137 
    138 # Misc other modules
    139 PRODUCT_PACKAGES += \
    140 	lights.s5pc110 \
    141 	hwcomposer.s5pc110 \
    142 	sensors.herring 
    143 
    144 # Camera
    145 PRODUCT_PACKAGES += \
    146 	camera.herring
    147 
    148 # audio
    149 PRODUCT_PACKAGES += \
    150 	audio_policy.herring \
    151 	audio.primary.herring \
    152 	audio.a2dp.default \
    153 	audio.usb.default
    154 
    155 PRODUCT_COPY_FILES += \
    156 	device/samsung/crespo/libaudio/audio_policy.conf:system/etc/audio_policy.conf
    157 
    158 # NFC
    159 PRODUCT_PACKAGES += \
    160 	nfc.herring
    161 
    162 # Libs
    163 PRODUCT_PACKAGES += \
    164 	libcamera \
    165 	libstagefrighthw \
    166 	com.android.future.usb.accessory
    167 
    168 # Input device calibration files
    169 PRODUCT_COPY_FILES += \
    170 	device/samsung/crespo/mxt224_ts_input.idc:system/usr/idc/mxt224_ts_input.idc
    171 
    172 # for bugmailer
    173 PRODUCT_PACKAGES += send_bug
    174 PRODUCT_COPY_FILES += \
    175 	system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \
    176 	system/extras/bugmailer/send_bug:system/bin/send_bug
    177 
    178 # These are the hardware-specific features
    179 PRODUCT_COPY_FILES += \
    180 	frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
    181 	frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
    182 	frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
    183 	frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
    184 	frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
    185 	frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
    186 	frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
    187 	frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
    188 	frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
    189 	frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
    190 	frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
    191 	frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
    192 	packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
    193 
    194 # The OpenGL ES API level that is natively supported by this device.
    195 # This is a 16.16 fixed point number
    196 PRODUCT_PROPERTY_OVERRIDES := \
    197     ro.opengles.version=131072
    198 
    199 # These are the hardware-specific settings that are stored in system properties.
    200 # Note that the only such settings should be the ones that are too low-level to
    201 # be reachable from resources or other mechanisms.
    202 PRODUCT_PROPERTY_OVERRIDES += \
    203 	wifi.interface=wlan0
    204 
    205 # Set default USB interface
    206 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    207 	persist.sys.usb.config=mass_storage
    208 
    209 include frameworks/native/build/phone-hdpi-512-dalvik-heap.mk
    210 
    211 # we have enough storage space to hold precise GC data
    212 PRODUCT_TAGS += dalvik.gc.type-precise
    213 
    214 # Screen size is "normal", density is "hdpi"
    215 PRODUCT_AAPT_CONFIG := normal hdpi
    216 
    217 ifeq ($(TARGET_PREBUILT_WIFI_MODULE),)
    218 LOCAL_WIFI_MODULE := device/samsung/crespo/bcm4329.ko
    219 else
    220 LOCAL_WIFI_MODULE := $(TARGET_PREBUILT_WIFI_MODULE)
    221 endif
    222 
    223 ifeq ($(TARGET_PREBUILT_KERNEL),)
    224 LOCAL_KERNEL := device/samsung/crespo/kernel
    225 else
    226 LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
    227 endif
    228 
    229 PRODUCT_COPY_FILES += \
    230     $(LOCAL_KERNEL):kernel
    231 
    232 $(call inherit-product-if-exists, vendor/nxp/pn544/nxp-pn544-fw-vendor.mk)
    233 
    234 WIFI_BAND := 802_11_BG
    235 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/device-bcm.mk)
    236