summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorZiyann <jaraidaniel@gmail.com>2014-11-24 21:31:16 +0100
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:39:22 +0100
commit46658da7a37c43075b66575e639872b5ecce3155 (patch)
tree14430b68b4e2f21ceeeef6a75cbf0e342fc86c55 /device.mk
parentd744be2e69d3891fd9c9a83aafa857c590417e48 (diff)
downloaddevice_samsung_tuna-46658da7a37c43075b66575e639872b5ecce3155.zip
device_samsung_tuna-46658da7a37c43075b66575e639872b5ecce3155.tar.gz
device_samsung_tuna-46658da7a37c43075b66575e639872b5ecce3155.tar.bz2
tuna: add open-source domx/camera stuff
Camera is still half-broken. Credits to @MWisBest Change-Id: I87a802abfacaf36ab22676f5284f0cc1996f6b03
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)