contextframework/cfw/tsrc/public/basic/group/MT_CFContextSourceManager.mmp
changeset 0 2e3d3ce01487
child 28 b0b858956ed5
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          MT_CFContextSourceManager.dll
       
    22 TARGETTYPE      dll
       
    23 TARGETPATH      /DigiaEUnit/Tests
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../MT_CFContextSourceManager
       
    30 SOURCE                  MT_CFContextSourceManagerDllMain.cpp
       
    31 SOURCE                  MT_CFContextSourceManager.cpp
       
    32 
       
    33 SOURCEPATH		../common
       
    34 SOURCE			cfenvutils.cpp
       
    35 
       
    36 USERINCLUDE           ../common
       
    37 USERINCLUDE           ../MT_CFContextSourceManager
       
    38 USERINCLUDE           ../testcontextsourceplugin/inc
       
    39 USERINCLUDE           ../../../../inc/cfcontextsourcemanager
       
    40 USERINCLUDE           ../../../../inc/cfcontextsourcesettingsmanager
       
    41 USERINCLUDE           ../../../../inc/cfserver
       
    42 USERINCLUDE           ../../../../inc/cfservices
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    47 
       
    48 LIBRARY                 bafl.lib
       
    49 LIBRARY                 centralrepository.lib
       
    50 LIBRARY                 CFContextSourceManager.lib
       
    51 LIBRARY                 cfcontextsourcesettingsmanager.lib
       
    52 LIBRARY                 cfservices.lib
       
    53 LIBRARY                 ecom.lib
       
    54 LIBRARY                 efsrv.lib
       
    55 LIBRARY                 EUnit.lib
       
    56 LIBRARY                 euser.lib
       
    57 
       
    58 // End of file