diff -r 839377eedc2b -r befca0ec475f mediasettings/mpsettbase/group/mpsettbase.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mediasettings/mpsettbase/group/mpsettbase.mmp Wed Sep 01 12:30:28 2010 +0100 @@ -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: 3 % + + + +#include +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