mmshplugins/mmshwpadapterplugin/tsrc/ut_wpadapterplugin/group/ut_muswpadapter.mmp
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 #include<eunitcaps.h>
       
    19 
       
    20 TARGET          ut_muswpadapter.dll
       
    21 TARGETTYPE      dll
       
    22 EPOCALLOWDLLDATA
       
    23 TARGETPATH      /DigiaEUnit/Tests
       
    24 UID             0x1000af5a 0x10282395
       
    25 
       
    26 CAPABILITY      EUNIT_CAPS
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 MACRO                   UNIT_TESTING
       
    30 
       
    31 // Test suite classes
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  ut_muswpadapterdllmain.cpp
       
    34 
       
    35 // Defines, stubs and other test helpers
       
    36 
       
    37 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    38 SOURCE                  centralrepositorystub.cpp
       
    39 
       
    40 SOURCEPATH              ../../../../../tsrc/provisioningenginestub/src
       
    41 SOURCE                  cwpadapterstub.cpp
       
    42 SOURCE                  cwpcharacteristicstub.cpp
       
    43 SOURCE                  cwpparameterstub.cpp
       
    44                                       
       
    45 SOURCEPATH              ../../../../../tsrc/sipprofilestub/src
       
    46 SOURCE                  sipmanagedprofileregistrystub.cpp
       
    47 SOURCE                  sipprofileregistrystub.cpp
       
    48 SOURCE                  sipprofileregistrybasestub.cpp
       
    49 SOURCE                  sipmanagedprofilestub.cpp
       
    50 SOURCE                  sipprofilestub.cpp
       
    51 SOURCE                  sipstub.cpp
       
    52 
       
    53 SOURCEPATH              ../src
       
    54 SOURCE                  muswpadapterstubs.cpp
       
    55 
       
    56 // Test classes
       
    57 SOURCEPATH              ../src
       
    58 SOURCE                  ut_muswpadapter.cpp
       
    59 SOURCE                  ut_muswpitem.cpp
       
    60 
       
    61 // Tested classes
       
    62 SOURCEPATH              ../../../src
       
    63 SOURCE                  muswpadapter.cpp
       
    64 SOURCE                  muswpitem.cpp
       
    65 
       
    66 // Includes
       
    67 
       
    68 USERINCLUDE             ../inc
       
    69 USERINCLUDE             ../../../inc
       
    70 USERINCLUDE             ../../../../../inc
       
    71 USERINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
       
    72 USERINCLUDE             ../../../../../tsrc/sipprofilestub/inc
       
    73 
       
    74 // to replace profile with a stub
       
    75 SYSTEMINCLUDE           ../../../../../tsrc/sipprofilestub/inc  
       
    76 // to replace cenrep with a stub
       
    77 SYSTEMINCLUDE           ../../../../../tsrc/centralrepositorystub/inc 
       
    78 // to replace provisioning engine with a stub
       
    79 SYSTEMINCLUDE           ../../../../../tsrc/provisioningenginestub/inc 
       
    80 
       
    81 APP_LAYER_SYSTEMINCLUDE
       
    82 
       
    83 //MUS resources
       
    84 SOURCEPATH          ../../../data
       
    85 START RESOURCE      muswpadapterresource.rss
       
    86 HEADER
       
    87 TARGET              muswpadapterresource.rsc
       
    88 TARGETPATH          RESOURCE_FILES_DIR
       
    89 LANGUAGE_IDS
       
    90 END // MUS resources
       
    91 
       
    92 LIBRARY                 euser.lib
       
    93 LIBRARY                 charconv.lib
       
    94 LIBRARY                 eunit.lib
       
    95 LIBRARY                 bafl.lib
       
    96 
       
    97 DEBUGLIBRARY flogger.lib
       
    98 
       
    99 //EXPORTUNFROZEN
       
   100 
       
   101 
       
   102 // End of file