extras/about/group/about.mmp
branchRCL_3
changeset 20 41b775cdc0c8
parent 19 0f21a5ec0db7
child 21 10c6e6d6e4d9
--- a/extras/about/group/about.mmp	Thu Aug 19 09:56:23 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-/*
-* 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 <data_caging_paths.hrh>
-#include <platform_paths.hrh>
-
-	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