diff -r aecbbf00d063 -r d48ab3b357f1 uifw/AvKon/tsrc/bc/S60_SDK5.0/bctestappfrm/group/bctestappfrm.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uifw/AvKon/tsrc/bc/S60_SDK5.0/bctestappfrm/group/bctestappfrm.mmp Wed Sep 01 12:16:19 2010 +0100 @@ -0,0 +1,85 @@ +/* +* 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 "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 file for the BCTestappfrm. +* +*/ + + +#include + +TARGET bctestappfrm.exe +TARGETTYPE exe +UID 0x0 0x200045CC + +VENDORID 0x101FB657 +CAPABILITY NetworkServices LocalServices Location ReadUserData \ + WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment + +TARGETPATH sys/bin + +EPOCSTACKSIZE 0x10000 +EPOCHEAPSIZE 0x10000 0x1000000 + +START RESOURCE bctestappfrm.rss +HEADER +TARGETPATH resource/apps +END // RESOURCE + +LANG 01 + +SOURCEPATH ../Src +SOURCE bctestappfrmapp.cpp +SOURCE bctestappfrmdocument.cpp +SOURCE bctestappfrmappui.cpp +SOURCE bctestappfrmview.cpp +SOURCE bctestappfrmcontainer.cpp +SOURCE bctestaknapplication.cpp +SOURCE bctestakndoc.cpp +SOURCE bctesteikenvcase.cpp +SOURCE bctestaknviewappui.cpp +SOURCE bctesteikmobs.cpp +SOURCE bctestvcurs.cpp +SOURCE bctestappfrmaknappuicase.cpp +SOURCE bctestappfrmaknviewcase.cpp +SOURCE bctestappfrmeikappuicase.cpp +SOURCE bctestappfrmeiksrvcase.cpp + +USERINCLUDE . ../Inc +USERINCLUDE ../../../bctestutil/inc + +APP_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib +LIBRARY apparc.lib +LIBRARY cone.lib +LIBRARY eikcore.lib +LIBRARY eikcoctl.lib +LIBRARY avkon.lib +LIBRARY ws32.lib +LIBRARY aknskins.lib +LIBRARY apgrfx.lib +LIBRARY bctestutil.lib +LIBRARY efsrv.lib + +// Changes for Scalable UI: +// New registration resource defined. +// else Normal AIF will work. + +START RESOURCE ../group/bctestappfrm_reg.rss +DEPENDS bctestappfrm.rsg +HEADER +TARGETPATH /private/10003a3f/apps +END + +// End of File