blob: f09e85928286cc0a11dbd3a0973406cbf995bcf7 [file] [log] [blame]
Ho-Eun Ryuaae62cc2009-10-16 12:27:01 +09001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH)
5
6$(call add-prebuilt-files, ETC, wrs_omxil_components.list)
7
8WRS_OMXIL_CORE_ROOT := vendor/wrs/addon/libs/wrs-omxil-core
9
10GLIB_TOP := external/glib
11
12PV_TOP := external/opencore
13PV_INCLUDES := \
14 $(PV_TOP)/android \
15 $(PV_TOP)/extern_libs_v2/khronos/openmax/include \
16 $(PV_TOP)/engines/common/include \
17 $(PV_TOP)/engines/player/config/core \
18 $(PV_TOP)/engines/player/include \
19 $(PV_TOP)/nodes/pvmediaoutputnode/include \
20 $(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \
21 $(PV_TOP)/pvmi/pvmf/include \
22 $(PV_TOP)/fileformats/mp4/parser/config/opencore \
23 $(PV_TOP)/oscl/oscl/config/android \
24 $(PV_TOP)/oscl/oscl/config/shared \
25 $(PV_TOP)/engines/author/include \
26 $(PV_TOP)/android/drm/oma1/src \
27 $(PV_TOP)/build_config/opencore_dynamic \
28 $(TARGET_OUT_HEADERS)/libpv
29
30# mrst sst audio
31-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/sst/Android.mk
Ho-Eun Ryu77c54602009-12-16 11:27:16 +090032
33# poulsbo
34-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/psb/Android.mk