--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filedetails/filedetailsdialog/group/MPFileDlg.mmp Wed Sep 01 12:30:28 2010 +0100
@@ -0,0 +1,91 @@
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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: Makefile for file details dialog.*
+*/
+
+
+// Version : %version: 11 %
+
+
+
+//#include <bldvariant.hrh>
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+TARGET mpfiledetailsdialog.dll
+TARGETTYPE dll
+UID 0x1000006C 0x101F8511
+
+START RESOURCE ../data/MPFileDetails.rss
+TARGETPATH APP_RESOURCE_DIR
+HEADER
+LANGUAGE_IDS
+END // RESOURCE
+
+#if defined(ARMCC)
+deffile ../eabi/
+#elif defined( WINSCW )
+deffile ../bwinscw/
+#elif defined( WINS )
+deffile ../bwins/
+#else
+deffile ../bmarm/
+#endif
+
+VENDORID VID_DEFAULT
+
+SOURCEPATH ../src
+SOURCE mppopuplist.cpp
+SOURCE MPFileDetailsDialog.cpp
+SOURCE MPFileDetails.cpp
+SOURCE MediaPlayerDrmHelper.cpp
+
+USERINCLUDE ../inc
+USERINCLUDE ../../../inc
+
+APP_LAYER_SYSTEMINCLUDE
+
+
+CAPABILITY CAP_GENERAL_DLL
+
+LIBRARY cone.lib
+LIBRARY euser.lib
+LIBRARY eikcoctl.lib
+LIBRARY avkon.lib
+LIBRARY bafl.lib
+LIBRARY flogger.lib
+LIBRARY eikcore.lib
+LIBRARY centralrepository.lib
+LIBRARY efsrv.lib
+LIBRARY playbackhelper.lib
+LIBRARY commonengine.lib
+LIBRARY featmgr.lib
+LIBRARY servicehandler.lib
+LIBRARY mmfcontrollerframework.lib
+LIBRARY mediaclientaudio.lib
+LIBRARY mediaclientvideo.lib
+LIBRARY metadatautility.lib
+LIBRARY caf.lib
+LIBRARY drmutility.lib
+
+
+
+LIBRARY drmcommon.lib
+LIBRARY drmhelper.lib
+LIBRARY drmuihandling.lib
+#ifdef __WINDOWS_MEDIA
+LIBRARY asxparser.lib
+#endif
+
+//end of file