contextframework/cfw/group/cfscriptengine.mmp
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
    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