mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group/ut_aoplugin.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     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 #include <platform_paths.hrh>
       
    20 #include<eunitcaps.h>
       
    21 
       
    22 TARGET                  ut_aoplugin.dll
       
    23 TARGETTYPE              dll
       
    24 EPOCALLOWDLLDATA
       
    25 TARGETPATH              /DigiaEUnit/Tests
       
    26 UID                     0x1000af5a 0x01700a21
       
    27 
       
    28 CAPABILITY      EUNIT_CAPS
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 MACRO                   UNIT_TESTING
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  ut_aopluginDllMain.cpp
       
    34 SOURCE                  ut_musaoplugin.cpp
       
    35 SOURCE                  ut_muspropertymonitor.cpp
       
    36 SOURCE                  ut_muspttcallmonitor.cpp
       
    37 SOURCE                  ut_muscallconferencemonitor.cpp
       
    38 SOURCE                  ut_muscallstatusmonitor.cpp
       
    39 SOURCE                  ut_muscalleventmonitor.cpp
       
    40 SOURCE                  ut_muscallmonitor.cpp
       
    41 SOURCE                  ut_mustsypropertymonitor.cpp
       
    42 SOURCE                  ut_musresourcefinderutil.cpp
       
    43 SOURCE                  ut_muscallconferenceeventmonitor.cpp
       
    44 SOURCE                  ut_muscallmonitorbase.cpp
       
    45 SOURCE                  ut_musfactorysettings.cpp
       
    46 
       
    47 // STUBs for telephonyservice and serviceprovidersettings
       
    48 SOURCEPATH              ../Stubs/src
       
    49 SOURCE                  ccallinfoiter_stub.cpp 
       
    50 SOURCE                  ccallinformation_stub.cpp 
       
    51 SOURCE                  spentry_stub.cpp 
       
    52 SOURCE                  spsettings_stub.cpp
       
    53 
       
    54 
       
    55 SOURCEPATH              ../../../src
       
    56 SOURCE                  musaopluginmain.cpp
       
    57 SOURCE                  musaoplugin.cpp
       
    58 SOURCE                  muspropertymonitor.cpp
       
    59 SOURCE                  muspttcallmonitor.cpp
       
    60 SOURCE                  mustsypropertymonitor.cpp
       
    61 SOURCE                  muscallmonitor.cpp
       
    62 SOURCE                  muscallmonitorbase.cpp
       
    63 SOURCE                  muscalleventmonitor.cpp
       
    64 SOURCE                  muscallstatusmonitor.cpp
       
    65 SOURCE                  muscallconferencemonitor.cpp
       
    66 SOURCE                  muscallconferenceeventmonitor.cpp
       
    67 SOURCE                  musvoipcallmonitor.cpp
       
    68 
       
    69 SOURCEPATH              ../../../../../tsrc/etelstub/src
       
    70 SOURCE                  etelstub.cpp
       
    71 SOURCEPATH              ../../../../../tsrc/propertystub/src
       
    72 SOURCE                  e32property.cpp
       
    73 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    74 SOURCE                  centralrepositorystub.cpp
       
    75 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
       
    76 SOURCE    				musmanagerstub.cpp
       
    77 
       
    78 USERINCLUDE               ../inc
       
    79 USERINCLUDE               ../../../inc
       
    80 USERINCLUDE               ../Stubs/inc
       
    81 USERINCLUDE               ../../../../../tsrc/propertystub/inc
       
    82 USERINCLUDE               ../../../../../tsrc/etelstub/inc
       
    83 USERINCLUDE               ../../../../../tsrc/centralrepositorystub/inc
       
    84 USERINCLUDE               ../../../../../tsrc/musmanagerstub/inc
       
    85 
       
    86 SYSTEMINCLUDE             ../../../inc
       
    87 SYSTEMINCLUDE             ../../../../../inc
       
    88 SYSTEMINCLUDE             ../../../../../tsrc/etelstub/inc
       
    89 SYSTEMINCLUDE             ../../../../../tsrc/propertystub/inc
       
    90 SYSTEMINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
       
    91 SYSTEMINCLUDE		      ../../../../../tsrc/musmanagerstub/inc
       
    92 SYSTEMINCLUDE             /epoc32/include/platform/digia/eunit
       
    93 
       
    94 APP_LAYER_SYSTEMINCLUDE
       
    95 
       
    96 LIBRARY                 connmon.lib           
       
    97 LIBRARY                 ecom.lib                
       
    98 LIBRARY                 eunit.lib
       
    99 LIBRARY                 euser.lib 
       
   100 LIBRARY                 bafl.lib
       
   101 LIBRARY                 efsrv.lib
       
   102 LIBRARY                 charconv.lib
       
   103 
       
   104 // End of file