mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group/ut_aoplugin.mmp
changeset 0 f0cf47e981f9
child 32 73a1feb507fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmshplugins/mmshaoplugin/tsrc/ut_aoplugin/group/ut_aoplugin.mmp	Thu Dec 17 08:44:37 2009 +0200
@@ -0,0 +1,95 @@
+/*
+* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+
+#include <platform_paths.hrh>
+#include<eunitcaps.h>
+
+TARGET                  ut_aoplugin.dll
+TARGETTYPE              dll
+EPOCALLOWDLLDATA
+TARGETPATH              /DigiaEUnit/Tests
+UID                     0x1000af5a 0x01700a21
+
+CAPABILITY      EUNIT_CAPS
+VENDORID                VID_DEFAULT
+
+MACRO                   UNIT_TESTING
+SOURCEPATH              ../src
+SOURCE                  ut_aopluginDllMain.cpp
+SOURCE                  ut_musaoplugin.cpp
+SOURCE                  ut_muspropertymonitor.cpp
+SOURCE                  ut_muspttcallmonitor.cpp
+SOURCE                  ut_muscallconferencemonitor.cpp
+SOURCE                  ut_muscallstatusmonitor.cpp
+SOURCE                  ut_muscalleventmonitor.cpp
+SOURCE                  ut_muscallmonitor.cpp
+SOURCE                  ut_mustsypropertymonitor.cpp
+SOURCE                  ut_musresourcefinderutil.cpp
+SOURCE                  ut_muscallconferenceeventmonitor.cpp
+SOURCE                  ut_muscallmonitorbase.cpp
+SOURCE                  ut_musclirmonitor.cpp
+
+SOURCEPATH              ../../../src
+SOURCE                  musaopluginmain.cpp
+SOURCE                  musaoplugin.cpp
+SOURCE                  muspropertymonitor.cpp
+SOURCE                  muspttcallmonitor.cpp
+SOURCE                  mustsypropertymonitor.cpp
+SOURCE                  muscallmonitor.cpp
+SOURCE                  muscallmonitorbase.cpp
+SOURCE                  muscalleventmonitor.cpp
+SOURCE                  muscallstatusmonitor.cpp
+SOURCE                  muscallconferencemonitor.cpp
+SOURCE                  muscallconferenceeventmonitor.cpp
+SOURCE                  musclirmonitor.cpp
+
+SOURCEPATH              ../../../../../tsrc/etelstub/src
+SOURCE                  etelstub.cpp
+SOURCEPATH              ../../../../../tsrc/propertystub/src
+SOURCE                  e32property.cpp
+SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
+SOURCE                  centralrepositorystub.cpp
+SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
+SOURCE    		          musmanagerstub.cpp
+SOURCEPATH              ../../../../../tsrc/featmgrstub/src
+SOURCE                  FeatMgr.cpp
+
+USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
+USERINCLUDE               ../inc
+USERINCLUDE               ../../../../../tsrc/propertystub/inc
+USERINCLUDE               ../../../../../tsrc/etelstub/inc
+USERINCLUDE               ../../../../../tsrc/centralrepositorystub/inc
+
+SYSTEMINCLUDE             ../../../inc
+SYSTEMINCLUDE             ../../../../../inc
+SYSTEMINCLUDE             ../../../../../tsrc/etelstub/inc
+SYSTEMINCLUDE             ../../../../../tsrc/propertystub/inc
+SYSTEMINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
+SYSTEMINCLUDE		  ../../../../../tsrc/musmanagerstub/inc
+
+APP_LAYER_SYSTEMINCLUDE
+
+LIBRARY                 connmon.lib           
+LIBRARY                 ecom.lib                
+LIBRARY                 eunit.lib
+LIBRARY                 euser.lib 
+LIBRARY                 bafl.lib
+LIBRARY                 efsrv.lib
+LIBRARY                 etel3rdparty.lib
+
+// End of file