summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index c297752..2d77fdc 100644
--- a/device.mk
+++ b/device.mk
@@ -64,6 +64,18 @@ PRODUCT_PACKAGES := \
make_ext4fs \
setup_fs
+# These is the OpenMAX IL configuration files
+PRODUCT_COPY_FILES += \
+ device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/secomxregistry:system/etc/secomxregistry
+
+# These are the OpenMAX IL modules
+PRODUCT_PACKAGES += \
+ libSEC_OMX_Core \
+ libOMX.SEC.AVC.Decoder \
+ libOMX.SEC.M4V.Decoder \
+ libOMX.SEC.M4V.Encoder \
+ libOMX.SEC.AVC.Encoder
+
# Misc other modules
PRODUCT_PACKAGES += \
lights.s5pc110 \