1#
2# DESCRIPTION:
3#
4########### Revision History ########################################
5#
6#  Date       Author     Reference
7#  ========   ========   ================================
8#
9#####################################################################
10
11GLOBAL_DONOT_USE_SYNCML_PORT = 1
12GLOBAL_TARGET_SUBDIR := lib/dmplugins
13GLOBAL_TARGET_FILENAME := libmandatoryconstplugin.so
14GLOBAL_DIR_A=$(GLOBAL_VOBS_PREFIX)/vobs/jem/caf/dm/src
15
16GLOBAL_SUBDIRS_A = \
17plugindll/mandatoryconstplugin/src 		\
18
19GLOBAL_EXTRA_CC_FLAGS = \
20      -I$(DIR_DM)/api/native \
21      -I$(DIR_DM)/portlib/juix/hdr \
22      -I$(DIR_DM)/portlib/generic \
23      -I$(DIR_DM)/portlib/hdr \
24      -I$(DIR_DM)/dmengine/dm_util/hdr
25
26GLOBAL_EXTRA_LINK_FLAGS := -shared -ldmnative \
27  -Xlinker --version-script=versionscr_plugin
28
29GLOBAL_DEP_FILENAME = deps_mandatoryconstplugin
30
31include GenericMake
32
33