summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk26
1 files changed, 21 insertions, 5 deletions
diff --git a/device.mk b/device.mk
index 5c11332..b9fd1f4 100755
--- a/device.mk
+++ b/device.mk
@@ -33,6 +33,7 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi
# HALs
PRODUCT_PACKAGES += \
hwcomposer.tuna \
+ camera.tuna \
lights.tuna \
nfc.tuna \
power.tuna \
@@ -213,8 +214,25 @@ PRODUCT_PACKAGES += \
# TI OMAP4
PRODUCT_PACKAGES += \
- libion_ti \
- pvrsrvinit
+ libion_ti \
+ smc_pa_ctrl \
+ tf_daemon \
+ libtf_crypto_sst \
+ pvrsrvinit \
+ libPVRScopeServices.so
+
+PRODUCT_PACKAGES += \
+ libdomx \
+ libOMX_Core \
+ libOMX.TI.DUCATI1.VIDEO.H264E \
+ libOMX.TI.DUCATI1.VIDEO.MPEG4E \
+ libOMX.TI.DUCATI1.VIDEO.DECODER \
+ libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
+ libOMX.TI.DUCATI1.VIDEO.CAMERA \
+ libOMX.TI.DUCATI1.MISC.SAMPLE \
+ libstagefrighthw \
+ libI420colorconvert \
+ libtiutils_custom
# Needed for gralloc
PRODUCT_PACKAGES += \
@@ -222,8 +240,6 @@ PRODUCT_PACKAGES += \
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
-$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
-
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
-$(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk) \ No newline at end of file
+$(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk)