diff -r 41b775cdc0c8 -r 10c6e6d6e4d9 extras/about/group/about.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extras/about/group/about.mmp Wed Sep 01 12:29:54 2010 +0100 @@ -0,0 +1,72 @@ +/* +* 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 of about +* +*/ + +#include "../inc/about_test.hrh" +#include +#include + + TARGET about.exe + TARGETTYPE exe +UID 0x100039CE 0x10005A22 +VENDORID VID_DEFAULT + +// Modified by build team +CAPABILITY CAP_APPLICATION + + +SOURCEPATH ../src +SOURCE AboutApp.cpp +SOURCE AboutAppUi.cpp +SOURCE AboutDocument.cpp +SOURCE AboutContainer.cpp +SOURCE AboutImage.cpp + +APP_LAYER_SYSTEMINCLUDE +START RESOURCE ../data/about.rss +HEADER + TARGETPATH APP_RESOURCE_DIR +LANGUAGE_IDS +END + + START RESOURCE ../data/about_reg.rss +DEPENDS about.rsg + TARGETPATH /private/10003a3f/apps + END + +USERINCLUDE ../inc + + +LIBRARY apparc.lib +LIBRARY avkon.lib +LIBRARY bafl.lib +LIBRARY cone.lib +LIBRARY eikcoctl.lib +LIBRARY eikcore.lib +LIBRARY euser.lib +LIBRARY fbscli.lib +LIBRARY efsrv.lib +LIBRARY aknskins.lib //for skin sbackground +LIBRARY cdlengine.lib //for scalable ui +LIBRARY gdi.lib +LIBRARY aknicon.lib +LIBRARY egul.lib +LIBRARY aknlayout2scalable.lib +LIBRARY sysversioninfo.lib +LIBRARY commonengine.lib +LIBRARY apgrfx.lib + +// End of File