mediasettings/mpsettbase/group/mpsettbase.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mediasettings/mpsettbase/group/mpsettbase.mmp	Mon Jan 18 20:21:12 2010 +0200
@@ -0,0 +1,64 @@
+/*
+* 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 Media Settings base classes.*
+*/
+
+
+// Version : %version: 2 %
+
+
+
+#include <platform_paths.hrh>
+TARGET          MPSettBase.dll
+TARGETTYPE      dll
+UID             0x1000006C 0x101F85E3
+VENDORID		VID_DEFAULT
+
+SOURCEPATH      ../src
+SOURCE          MPSettingsBaseContainer.cpp
+SOURCE          MPSettingsBaseView.cpp
+SOURCE          MPSettingsPluginView.cpp
+
+USERINCLUDE     .
+USERINCLUDE     ../inc
+USERINCLUDE     ../../mediasettingsapp/inc
+
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+CAPABILITY      CAP_GENERAL_DLL
+
+LIBRARY         avkon.lib
+LIBRARY         euser.lib
+LIBRARY         ecom.lib
+LIBRARY         cone.lib
+LIBRARY         eikcore.lib
+LIBRARY         commonengine.lib
+
+LIBRARY         eikcoctl.lib
+LIBRARY         featmgr.lib
+LIBRARY         aknskins.lib 
+LIBRARY         Flogger.lib
+
+#if defined(ARMCC)
+deffile ../eabi/ 
+#elif defined(WINSCW)
+deffile ../bwinscw/ 
+#elif defined(WINS)
+deffile ../bwins/ 
+#else
+deffile ../bmarm/ 
+#endif
+
+//end of file