devicediagnosticsfw/diagpluginbase/group/diagpluginbase.mmp
changeset 46 c15b68295419
parent 40 588ad05716be
child 47 dd41e7de3375
--- a/devicediagnosticsfw/diagpluginbase/group/diagpluginbase.mmp	Sat May 01 10:33:10 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-/*
-* Copyright (c) 2007 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:  Project specification for DiagPluginBase.dll
-*
-*/
-
-
-#include <data_caging_paths.hrh>
-#include <platform_paths.hrh>
-
-TARGET      diagpluginbase.dll
-TARGETTYPE  dll
-
-UID	        0x1000008d 0x2000afe9
-
-CAPABILITY  CAP_GENERAL_DLL
-VENDORID    VID_DEFAULT
-
-SOURCEPATH  ../src
-SOURCE      diagtestpluginbase.cpp
-SOURCE      diagsuitepluginbase.cpp
-SOURCE      diagresultdetailbasic.cpp
-SOURCE      diagresultdetailbasicitem.cpp
-SOURCE      diagpluginbaseutils.cpp
-SOURCE      diagpluginwaitingdialogwrapper.cpp
-
-// User Include
-USERINCLUDE ../inc
-
-// System Include Paths
-SYSTEMINCLUDE   /epoc32/include/ecom
-MW_LAYER_SYSTEMINCLUDE
-
-LIBRARY     euser.lib
-LIBRARY     ecom.lib
-LIBRARY     efsrv.lib
-LIBRARY     bafl.lib
-LIBRARY     cone.lib            // CCoeEnv
-LIBRARY     commonengine.lib
-LIBRARY     estor.lib           // RBufReadStream
-LIBRARY     flogger.lib         // logging
-LIBRARY     eikdlg.lib          // CEikDialog
-LIBRARY     diagframework.lib
-LIBRARY     diagresultsdatabase.lib
-
-#if defined(WINSCW)
-    deffile ../bwins/diagpluginbase.def
-#else
-    deffile ../eabi/diagpluginbase.def
-#endif
-
-nostrictdef 
-