extras/about/group/bld.inf
changeset 13 83b3f7c09925
parent 2 c4c2ac0facfd
--- a/extras/about/group/bld.inf	Tue Feb 02 00:11:26 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +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:   This file provides the information required for building About
-*               
-*/
-
-
-#include <platform_paths.hrh>
-#include "../aboutgsplugin/group/bld.inf"
-
-PRJ_PLATFORMS
-DEFAULT
-
-PRJ_EXPORTS
-// export localised loc file
-../loc/about.loc APP_LAYER_LOC_EXPORT_PATH(about.loc)
-
-// export IBY files
-../rom/About.iby          CORE_APP_LAYER_IBY_EXPORT_PATH(about.iby)
-../rom/AboutResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(aboutresources.iby)
-
-PRJ_MMPFILES
-
-about.mmp
-
-PRJ_EXTENSIONS
-
-START EXTENSION s60/mifconv
-OPTION TARGETFILE about.mif
-OPTION HEADERFILE about.mbg
-OPTION SOURCES -c8,8 qgn_menu_about_cxt\
-               -c8 qgn_graf_java_logo\
-               -c8,8 qgn_graf_s60_logo
-END
-
-START EXTENSION s60/mifconv
-OPTION TARGETFILE about_aif.mif
-OPTION SOURCES -c8,8 qgn_menu_about
-END
-
-//PRJ_TESTMMPFILES
-//../tsrc/CVTAbout.mmp  // CVT test case(s)
-
-// End of File