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/ueventd.herring.rc:root/ueventd.herring.rc
     53 
     54 # Prebuilt kl keymaps
     55 PRODUCT_COPY_FILES += \
     56 	device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \
     57 	device/samsung/crespo/cypress-touchkey.kl:system/usr/keylayout/cypress-touchkey.kl \
     58 	device/samsung/crespo/sec_jack.kl:system/usr/keylayout/sec_jack.kl
     59 
     60 # Generated kcm keymaps
     61 PRODUCT_PACKAGES := \
     62 	s3c-keypad.kcm \
     63 	cypress-touchkey.kcm
     64 
     65 # Filesystem management tools
     66 PRODUCT_PACKAGES += \
     67 	make_ext4fs \
     68 	setup_fs
     69 
     70 PRODUCT_CHARACTERISTICS := nosdcard
     71 
     72 # These are the OpenMAX IL configuration files
     73 PRODUCT_COPY_FILES += \
     74 	device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/secomxregistry:system/etc/secomxregistry \
     75 	device/samsung/crespo/media_profiles.xml:system/etc/media_profiles.xml
     76 
     77 
     78 # These are the OpenMAX IL modules
     79 PRODUCT_PACKAGES += \
     80 	libSEC_OMX_Core \
     81 	libOMX.SEC.AVC.Decoder \
     82 	libOMX.SEC.M4V.Decoder \
     83 	libOMX.SEC.M4V.Encoder \
     84 	libOMX.SEC.AVC.Encoder
     85 
     86 # Misc other modules
     87 PRODUCT_PACKAGES += \
     88 	lights.s5pc110 \
     89 	overlay.s5pc110 \
     90 	sensors.herring
     91 
     92 # Libs
     93 PRODUCT_PACKAGES += \
     94 	libcamera \
     95 	libstagefrighthw
     96 
     97 # NFC
     98 PRODUCT_PACKAGES += \
     99 	libnfc \
    100 	libnfc_jni \
    101 	Nfc \
    102 	Tag
    103 
    104 # Input device calibration files
    105 PRODUCT_COPY_FILES += \
    106 	device/samsung/crespo/mxt224_ts_input.idc:system/usr/idc/mxt224_ts_input.idc
    107 
    108 # These are the hardware-specific features
    109 PRODUCT_COPY_FILES += \
    110 	frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
    111 	frameworks/base/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
    112 	frameworks/base/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
    113 	frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
    114 	frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
    115 	frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
    116 	frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
    117 	frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
    118 	frameworks/base/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
    119 	frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
    120 	frameworks/base/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
    121 	frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
    122 	packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
    123 
    124 # The OpenGL ES API level that is natively supported by this device.
    125 # This is a 16.16 fixed point number
    126 PRODUCT_PROPERTY_OVERRIDES := \
    127     ro.opengles.version=131072
    128 
    129 # These are the hardware-specific settings that are stored in system properties.
    130 # Note that the only such settings should be the ones that are too low-level to
    131 # be reachable from resources or other mechanisms.
    132 PRODUCT_PROPERTY_OVERRIDES += \
    133        wifi.interface=eth0 \
    134        wifi.supplicant_scan_interval=15 \
    135        dalvik.vm.heapsize=32m
    136 
    137 # we have enough storage space to hold precise GC data
    138 PRODUCT_TAGS += dalvik.gc.type-precise
    139 
    140 # Screen density is actually considered a locale (since it is taken into account
    141 # the the build-time selection of resources). The product definitions including
    142 # this file must pay attention to the fact that the first entry in the final
    143 # PRODUCT_LOCALES expansion must not be a density.
    144 PRODUCT_LOCALES := hdpi
    145 
    146 
    147 PRODUCT_COPY_FILES += \
    148 	device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko
    149 
    150 ifeq ($(TARGET_PREBUILT_KERNEL),)
    151 LOCAL_KERNEL := device/samsung/crespo/kernel
    152 else
    153 LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
    154 endif
    155 
    156 PRODUCT_COPY_FILES += \
    157     $(LOCAL_KERNEL):kernel
    158 
    159 # See comment at the top of this file. This is where the other
    160 # half of the device-specific product definition file takes care
    161 # of the aspects that require proprietary drivers that aren't
    162 # commonly available
    163 $(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)
    164