diff -r 000000000000 -r 3ee3dfdd8d69 extras/about/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extras/about/group/bld.inf Mon Jan 18 20:20:33 2010 +0200 @@ -0,0 +1,55 @@ +/* +* 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 +#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