contextframework/cfw/group/cfscriptengine.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project CFScriptEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/common/cftraceconfiguration.hrh"
       
    21 
       
    22 TARGET          		CFScriptEngine.dll
       
    23 TARGETTYPE      		dll
       
    24 UID             		0x1000008d 0x10282BC7
       
    25 EPOCSTACKSIZE   		20480
       
    26 
       
    27 CAPABILITY      		CAP_GENERAL_DLL
       
    28 VENDORID        		VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      		../src/cfscriptengine
       
    31 SOURCE          		CFScript.cpp
       
    32 SOURCE          		CFScriptHandler.cpp
       
    33 SOURCE          		cfscriptsubscription.cpp
       
    34 SOURCE          		cfpersistentdata.cpp
       
    35 SOURCE 				cfpendingpersistencytask.cpp
       
    36 SOURCE				cfscriptinfo.cpp
       
    37 
       
    38 USERINCLUDE     		.
       
    39 USERINCLUDE     		../inc/cfscriptengine
       
    40 USERINCLUDE     		../inc/common
       
    41 USERINCLUDE     		../inc/cfserver
       
    42 USERINCLUDE     		../inc/cfservices
       
    43 USERINCLUDE         	        ../inc/cfoperationpluginservices ../CenRep
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY           	      centralrepository.lib
       
    48 LIBRARY           	      bafl.lib
       
    49 LIBRARY         		euser.lib
       
    50 LIBRARY         		estor.lib
       
    51 LIBRARY				efsrv.lib
       
    52 LIBRARY                 	xmlparser.lib
       
    53 LIBRARY                 	xmldom.lib
       
    54 LIBRARY         		cfservices.lib
       
    55 LIBRARY         		cfoperationpluginservices.lib
       
    56 LIBRARY         		ecom.lib
       
    57 LIBRARY				PlatformEnv.lib
       
    58 #ifdef TRACE_INTO_FILE
       
    59 LIBRARY         		flogger.lib
       
    60 #endif