From 46658da7a37c43075b66575e639872b5ecce3155 Mon Sep 17 00:00:00 2001 From: Ziyann Date: Mon, 24 Nov 2014 21:31:16 +0100 Subject: tuna: add open-source domx/camera stuff Camera is still half-broken. Credits to @MWisBest Change-Id: I87a802abfacaf36ab22676f5284f0cc1996f6b03 --- device.mk | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'device.mk') 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) -- cgit v1.1