natfw/natfwsettings/tsrc/ut_cnatfwnatsettings/group/ut_cnatfwnatsettings.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2004 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 
       
    20 #include <platform_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 
       
    23 TARGET                  ut_cnatfwnatsettings.dll
       
    24 TARGETTYPE              dll
       
    25 TARGETPATH              /DigiaEUnit/Tests
       
    26 UID                     0x1000af5a 0x01700000
       
    27 
       
    28 CAPABILITY      EUNIT_CAPS
       
    29 
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  UT_CNATFWNATSettingsDllMain.cpp
       
    34 SOURCE                  UT_CNATFWNATSettings.cpp
       
    35 SOURCE                  UT_CNATFWStunSettings.cpp
       
    36 SOURCE                  UT_CNATFWTurnSettings.cpp
       
    37 SOURCE                  UT_CNATFWIceSettings.cpp
       
    38 SOURCE                  datadepository.cpp  
       
    39 SOURCE                  settingstore.cpp
       
    40 
       
    41 // Sources needed by the test
       
    42 SOURCEPATH              ../../../src
       
    43 SOURCE                  cnatfwsettingsapi.cpp
       
    44 SOURCE                  cnatfwsettingsimpl.cpp
       
    45 SOURCE                  cnatfwserversettings.cpp
       
    46 SOURCE                  cnatfwicesettings.cpp
       
    47 SOURCE                  tnatfwicepreferences.cpp
       
    48 SOURCE                  cnatfwstunsettings.cpp
       
    49 SOURCE                  cnatfwturnsettings.cpp
       
    50 SOURCE                  tnatfwsettingsparser.cpp
       
    51 SOURCE                  cnatfwcenrephandler.cpp
       
    52 
       
    53 USERINCLUDE             ../inc
       
    54 USERINCLUDE             ../../../../natfwshared/inc
       
    55 USERINCLUDE             ../../../../tsrc/natfwtsrcshared/inc
       
    56 USERINCLUDE             ../../../inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY                 EUnit.lib
       
    61 LIBRARY                 euser.lib
       
    62 LIBRARY                 centralrepository.lib
       
    63 LIBRARY                 bafl.lib
       
    64 
       
    65 // End of file