contextframework/cfw/group/cfscriptengine.mmp
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include "../inc/common/cftraceconfiguration.hrh"
    20 #include "../inc/common/cftraceconfiguration.hrh"
    21 
    21 
    22 TARGET          		CFScriptEngine.dll
    22 TARGET          		cfscriptengine.dll
    23 TARGETTYPE      		dll
    23 TARGETTYPE      		dll
    24 UID             		0x1000008d 0x10282BC7
    24 UID             		0x1000008d 0x10282BC7
    25 EPOCSTACKSIZE   		20480
    25 EPOCSTACKSIZE   		20480
    26 
    26 
    27 CAPABILITY      		CAP_GENERAL_DLL
    27 CAPABILITY      		CAP_GENERAL_DLL
    52 LIBRARY                 	xmlparser.lib
    52 LIBRARY                 	xmlparser.lib
    53 LIBRARY                 	xmldom.lib
    53 LIBRARY                 	xmldom.lib
    54 LIBRARY         		cfservices.lib
    54 LIBRARY         		cfservices.lib
    55 LIBRARY         		cfoperationpluginservices.lib
    55 LIBRARY         		cfoperationpluginservices.lib
    56 LIBRARY         		ecom.lib
    56 LIBRARY         		ecom.lib
    57 LIBRARY				PlatformEnv.lib
    57 LIBRARY				platformenv.lib
    58 #ifdef TRACE_INTO_FILE
    58 #ifdef TRACE_INTO_FILE
    59 LIBRARY         		flogger.lib
    59 LIBRARY         		flogger.lib
    60 #endif
    60 #endif