svgtviewer/SvgtViewerPlugin/Group/svgtfileviewdetails.mmp
branchRCL_3
changeset 13 e52958d06c29
parent 10 1882882c7f9c
child 14 20b99a6d6175
--- a/svgtviewer/SvgtViewerPlugin/Group/svgtfileviewdetails.mmp	Tue May 25 12:28:38 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-/*
-* Copyright (c) 2006 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:  This is the .mmp for building the SVGT File Details dialog DLL.
-*
-*/
-
-
-// 
-//
-// using relative paths for sourcepath and user includes
-// exports are unfrozen
-#include <data_caging_paths.hrh>
-#include <platform_paths.hrh>
-
-TARGET        svgtfileviewdetails.dll
-TARGETTYPE    dll
-UID           0x1000008d 0x10004420
-
-CAPABILITY      CAP_GENERAL_DLL 
-VENDORID        VID_DEFAULT
-
-SOURCEPATH    ../data
-
-LANGUAGE_IDS
-
-// This is a SYSTEMINCLUDE macro containing the applications
-// layer specific include directories
-APP_LAYER_SYSTEMINCLUDE
-
-START RESOURCE  svgtfileviewdetails.rss
-TARGETPATH      RESOURCE_FILES_DIR
-HEADER
-LANGUAGE_IDS
-END // RESOURCE
-
-SOURCEPATH    ../SvgtFileViewDetailsSrc
-SOURCE        svgtfileviewdetails.cpp
-SOURCE	      SVGTDrmHelper.cpp
-	
-USERINCLUDE   ../SvgtFileViewDetailsInc
-
-
-LIBRARY       euser.lib 
-LIBRARY       efsrv.lib 
-LIBRARY       cone.lib 
-LIBRARY       bafl.lib 
-LIBRARY       eikcoctl.lib 
-LIBRARY       caf.lib 
-LIBRARY       avkon.lib 
-LIBRARY       drmhelper.lib 
-LIBRARY       CommonEngine.lib 
-LIBRARY       tzclient.lib
-
-#if defined(WINSCW)
-    deffile ../BWINSCW/svgtfileviewdetails.def
-#elif defined(ARMCC)
-    deffile ../EABI/svgtfileviewdetails.def
-#endif
-
-nostrictdef
-//exportunfrozen
-
-// End of file
-