contextframework/cfw/tsrc/public/basic/group/MT_CFClient.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_CFClient.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_CFClient
       
    30 SOURCE                  MT_CFClientDllMain.cpp
       
    31 SOURCE                  MT_CFClient.cpp
       
    32 SOURCE                  testcontextdata.cpp
       
    33 
       
    34 SOURCEPATH              ../common
       
    35 SOURCE                  cftestdelay.cpp
       
    36 SOURCE			cfenvutils.cpp
       
    37 
       
    38 USERINCLUDE           ../MT_CFClient
       
    39 USERINCLUDE           ../common
       
    40 USERINCLUDE           ../testcontextsourceplugin/inc
       
    41 USERINCLUDE           ../../../../inc/cfservices
       
    42 USERINCLUDE           ../../../../inc/cfserver
       
    43 USERINCLUDE           ../../../../inc/common
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    49 
       
    50 LIBRARY                 CFClient.lib
       
    51 LIBRARY                 cfservices.lib
       
    52 LIBRARY                 estor.lib
       
    53 LIBRARY                 EUnit.lib
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY					efsrv.lib
       
    56 LIBRARY					bafl.lib
       
    57 
       
    58 // End of file