contextframework/cfw/tsrc/public/basic/group/UT_CFContextSourceSettingsManager.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2008 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          UT_CFContextSourceSettingsManager.dll
       
    22 TARGETTYPE      dll
       
    23 TARGETPATH      /DigiaEUnit/Tests
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../UT_CFContextSourceSettingsManager
       
    30 SOURCE                  UT_CFContextSourceSettingsManagerDllMain.cpp
       
    31 SOURCE                  UT_CFContextSourceSettingsManager.cpp
       
    32  
       
    33 SOURCEPATH		../common
       
    34 SOURCE			cfenvutils.cpp
       
    35 
       
    36 // Sources needed by the test
       
    37 SOURCEPATH              ../../../../src/CFContextSourceSettingsManager
       
    38 SOURCE                  cfcontextsourcesettingarray.cpp
       
    39 SOURCE                  cfcontextsourcesettingarrayimpl.cpp
       
    40 SOURCE                  cfcontextsourcesettingimpl.cpp
       
    41 SOURCE                  cfcontextsourcesettingparameterimpl.cpp
       
    42 SOURCE                  CFContextSourceSettingsManagerImpl.cpp
       
    43 SOURCE                  cfcontextsourcesettingsmanager.cpp
       
    44 
       
    45 USERINCLUDE             ../../../../inc/CFContextSourceSettingsManager
       
    46 USERINCLUDE             ../../../../inc/cfservices
       
    47 USERINCLUDE             ../../../../inc/common
       
    48 USERINCLUDE             ../UT_CFContextSourceSettingsManager
       
    49 USERINCLUDE             ../common
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    54 
       
    55 LIBRARY                 cfservices.lib
       
    56 LIBRARY                 cfcontextsourcesettingsmanager.lib
       
    57 LIBRARY                 efsrv.lib
       
    58 LIBRARY                 estor.lib
       
    59 LIBRARY                 EUnit.lib
       
    60 LIBRARY                 euser.lib
       
    61 LIBRARY                 xmldom.lib
       
    62 LIBRARY                 xmlparser.lib
       
    63 LIBRARY                 flogger.lib
       
    64 
       
    65 // End of file