mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group/ut_aoplugin.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) 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_musclirmonitor.cpp
       
    46 
       
    47 SOURCEPATH              ../../../src
       
    48 SOURCE                  musaopluginmain.cpp
       
    49 SOURCE                  musaoplugin.cpp
       
    50 SOURCE                  muspropertymonitor.cpp
       
    51 SOURCE                  muspttcallmonitor.cpp
       
    52 SOURCE                  mustsypropertymonitor.cpp
       
    53 SOURCE                  muscallmonitor.cpp
       
    54 SOURCE                  muscallmonitorbase.cpp
       
    55 SOURCE                  muscalleventmonitor.cpp
       
    56 SOURCE                  muscallstatusmonitor.cpp
       
    57 SOURCE                  muscallconferencemonitor.cpp
       
    58 SOURCE                  muscallconferenceeventmonitor.cpp
       
    59 SOURCE                  musclirmonitor.cpp
       
    60 
       
    61 SOURCEPATH              ../../../../../tsrc/etelstub/src
       
    62 SOURCE                  etelstub.cpp
       
    63 SOURCEPATH              ../../../../../tsrc/propertystub/src
       
    64 SOURCE                  e32property.cpp
       
    65 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    66 SOURCE                  centralrepositorystub.cpp
       
    67 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
       
    68 SOURCE    		          musmanagerstub.cpp
       
    69 SOURCEPATH              ../../../../../tsrc/featmgrstub/src
       
    70 SOURCE                  FeatMgr.cpp
       
    71 
       
    72 USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
       
    73 USERINCLUDE               ../inc
       
    74 USERINCLUDE               ../../../../../tsrc/propertystub/inc
       
    75 USERINCLUDE               ../../../../../tsrc/etelstub/inc
       
    76 USERINCLUDE               ../../../../../tsrc/centralrepositorystub/inc
       
    77 
       
    78 SYSTEMINCLUDE             ../../../inc
       
    79 SYSTEMINCLUDE             ../../../../../inc
       
    80 SYSTEMINCLUDE             ../../../../../tsrc/etelstub/inc
       
    81 SYSTEMINCLUDE             ../../../../../tsrc/propertystub/inc
       
    82 SYSTEMINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
       
    83 SYSTEMINCLUDE		  ../../../../../tsrc/musmanagerstub/inc
       
    84 
       
    85 APP_LAYER_SYSTEMINCLUDE
       
    86 
       
    87 LIBRARY                 connmon.lib           
       
    88 LIBRARY                 ecom.lib                
       
    89 LIBRARY                 eunit.lib
       
    90 LIBRARY                 euser.lib 
       
    91 LIBRARY                 bafl.lib
       
    92 LIBRARY                 efsrv.lib
       
    93 LIBRARY                 etel3rdparty.lib
       
    94 
       
    95 // End of file