From 9e9cbf2798ae64f48b25a5716bbdeb43e36e32cf Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sat, 14 Jul 2012 19:40:13 +0700 Subject: jellybean bring up Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae --- device_base.mk | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'device_base.mk') diff --git a/device_base.mk b/device_base.mk index 2f7a8e4..733db1d 100644 --- a/device_base.mk +++ b/device_base.mk @@ -53,6 +53,7 @@ PRODUCT_COPY_FILES += \ device/samsung/aries-common/init.aries.gps.rc:root/init.aries.gps.rc \ device/samsung/aries-common/init.aries.usb.rc:root/init.aries.usb.rc \ device/samsung/aries-common/init.aries.usb.rc:recovery/root/usb.rc \ + device/samsung/aries-common/fstab.aries:root/fstab.aries \ device/samsung/aries-common/lpm.rc:root/lpm.rc \ device/samsung/aries-common/ueventd.aries.rc:root/ueventd.aries.rc \ device/samsung/aries-common/setupdatadata.sh:root/sbin/setupdatadata.sh @@ -81,7 +82,8 @@ PRODUCT_PACKAGES += \ # These are the OpenMAX IL configuration files PRODUCT_COPY_FILES += \ device/samsung/aries-common/sec_mm/sec_omx/sec_omx_core/secomxregistry:system/etc/secomxregistry \ - device/samsung/aries-common/media_profiles.xml:system/etc/media_profiles.xml + device/samsung/aries-common/media_profiles.xml:system/etc/media_profiles.xml \ + device/samsung/aries-common/media_codecs.xml:system/etc/media_codecs.xml # These are the OpenMAX IL modules PRODUCT_PACKAGES += \ @@ -100,8 +102,12 @@ PRODUCT_PACKAGES += \ audio.primary.aries \ audio_policy.aries \ audio.a2dp.default \ + audio.usb.default \ libs3cjpeg +PRODUCT_COPY_FILES += \ + device/samsung/aries-common/libaudio/audio_policy.conf:system/etc/audio_policy.conf + # Libs PRODUCT_PACKAGES += \ libstagefrighthw @@ -118,18 +124,18 @@ PRODUCT_PACKAGES += \ # These are the hardware-specific features PRODUCT_COPY_FILES += \ - frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ - frameworks/base/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ - frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ - frameworks/base/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \ - frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ - frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ - frameworks/base/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ - frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ - frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ - frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ - frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ - frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ + frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ + frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ + frameworks/native/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \ + frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ + frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ + frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ + frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ + frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ + frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ + frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ + frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml # The OpenGL ES API level that is natively supported by this device. @@ -174,7 +180,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ persist.sys.usb.config=mass_storage \ persist.sys.vold.switchexternal=1 -include frameworks/base/build/phone-hdpi-512-dalvik-heap.mk +include frameworks/native/build/phone-hdpi-512-dalvik-heap.mk # we have enough storage space to hold precise GC data PRODUCT_TAGS += dalvik.gc.type-precise -- cgit v1.1