contextframework/cfw/group/cfcontextsourcesettingsmanager.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006-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 CFContextSourceSettingsManager
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/common/cftraceconfiguration.hrh"
       
    21 
       
    22 TARGET          	CFContextSourceSettingsManager.dll
       
    23 TARGETTYPE      	dll
       
    24 UID             	0x1000008d 0x10282ED9
       
    25 
       
    26 CAPABILITY      	CAP_GENERAL_DLL
       
    27 VENDORID        	VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      	../src/cfcontextsourcesettingsmanager
       
    30 SOURCE          	cfcontextsourcesettingsmanager.cpp
       
    31 SOURCE          	cfcontextsourcesettingsmanagerimpl.cpp
       
    32 SOURCE                  cfcontextsourcesettingimpl.cpp
       
    33 SOURCE                  cfcontextsourcesettingarray.cpp
       
    34 SOURCE                  cfcontextsourcesettingarrayimpl.cpp
       
    35 SOURCE                  cfcontextsourcesettingparameterimpl.cpp
       
    36 
       
    37 USERINCLUDE     	.
       
    38 USERINCLUDE     	../inc/cfcontextsourcesettingsmanager
       
    39 USERINCLUDE     	../inc/common
       
    40 USERINCLUDE     	../inc/cfservices
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         	euser.lib
       
    45 LIBRARY                 xmlparser.lib
       
    46 LIBRARY                 xmldom.lib
       
    47 LIBRARY         	cfservices.lib
       
    48 #ifdef TRACE_INTO_FILE
       
    49 LIBRARY			flogger.lib
       
    50 #endif