contextframework/cfw/group/cfserver.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
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 CF server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/common/cftraceconfiguration.hrh"
       
    21 
       
    22 TARGET		  	CFServer.exe
       
    23 TARGETTYPE	    	exe
       
    24 UID			0 0x10282BC4
       
    25 
       
    26 CAPABILITY      	ALL -TCB -DRM
       
    27 VENDORID        	VID_DEFAULT
       
    28 
       
    29 EPOCHEAPSIZE            0x1000 0x500000 // Min 4kB, Max 5MB
       
    30 
       
    31 SOURCEPATH	  	../src/cfserver
       
    32 SOURCE          	CFServer.cpp
       
    33 SOURCE			CFEngine.cpp
       
    34 SOURCE          	CFServSession.cpp
       
    35 SOURCE          	CFContextManager.cpp
       
    36 SOURCE          	CFCacheElement.cpp
       
    37 SOURCE          	CFUtils.cpp
       
    38 SOURCE          	CFMessageHandlerBase.cpp
       
    39 SOURCE          	CFMessageHandlerContext.cpp
       
    40 SOURCE          	CFMessageHandlerAction.cpp
       
    41 SOURCE			CFMessageHandlerScript.cpp
       
    42 SOURCE                  cfstarter.cpp
       
    43 SOURCE                  cfphasebase.cpp
       
    44 SOURCE                  cfphasedevicestarting.cpp
       
    45 SOURCE                  cfphasedevicestarted.cpp
       
    46 SOURCE                  cfphaseloadingplugins.cpp
       
    47 SOURCE                  cfphaseloadingrules.cpp
       
    48 SOURCE                  cfphasecfwready.cpp
       
    49 SOURCE                  cfpropertylistener.cpp
       
    50 SOURCE			cfecomobserver.cpp
       
    51 SOURCE 			cfasynccmdqueue.cpp
       
    52 SOURCE 			cfcmd.cpp
       
    53 SOURCE 			cfactioncmd.cpp
       
    54 SOURCE 			cfpublishcontextcmd.cpp
       
    55 SOURCE 			cfremovesubscriptioncleanupcmd.cpp
       
    56 SOURCE 			cfcontextsourcecmd.cpp
       
    57 
       
    58 USERINCLUDE             .
       
    59 USERINCLUDE             ../inc/cfserver
       
    60 USERINCLUDE             ../inc/common
       
    61 USERINCLUDE             ../inc/cfservices
       
    62 USERINCLUDE             ../inc/cfscriptengine
       
    63 USERINCLUDE             ../inc/cfactivatorengine
       
    64 USERINCLUDE             ../inc/cfcontextsourcemanager
       
    65 USERINCLUDE             ../CenRep
       
    66 
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 LIBRARY                 centralrepository.lib
       
    70 LIBRARY                 euser.lib
       
    71 LIBRARY                 estor.lib
       
    72 LIBRARY                 efsrv.lib
       
    73 LIBRARY                 ecom.lib
       
    74 LIBRARY                 cfservices.lib
       
    75 LIBRARY                 cfscriptengine.lib
       
    76 LIBRARY                 cfactivatorengine.lib
       
    77 LIBRARY                 cfcontextsourcemanager.lib
       
    78 LIBRARY                 cfoperationpluginservices.lib
       
    79 #ifdef TRACE_INTO_FILE
       
    80 LIBRARY                 flogger.lib
       
    81 #endif