diff -r f7f0874bfe7d -r 74c9f037fd5d commonutilities/common/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commonutilities/common/group/bld.inf Fri Mar 19 09:28:59 2010 +0200 @@ -0,0 +1,59 @@ +/* +* Copyright (c) 2008-2009 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 definition file for project glxdatasourcemanager. +* +*/ + + +#include +#include + +PRJ_EXPORTS + +/* +* To rebuild the slideshow setting central repository txt file then rebuild +* the file using this tool +* /epoc32/tools/cenrep> generate_cenrep_inifile.pl -r 3.1 -d S:mgallery/viewframework +* /uiutilities/cenrep -rd S:/mgallery/viewframework/uiutilities/cenrep +*/ + +// flags for setting the orientation + +#ifdef GLX_ORIENTATION_LANDSCAPE + // for device + ../cenrep/200009EE_orientation_landscape.txt /epoc32/data/z/private/10202be9/200009EE.txt + // for emulator + ../cenrep/200009EE_orientation_landscape.txt /epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt +#elif defined (GLX_ORIENTATION_PORTRAIT_LANDSCAPE) + // for device + ../cenrep/200009EE_orientation_portrait_landscape.txt /epoc32/data/z/private/10202be9/200009EE.txt + // for emulator + ../cenrep/200009EE_orientation_portrait_landscape.txt /epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt +#else // default case + // for device + ../cenrep/200009EE_orientation_portrait_landscape.txt /epoc32/data/z/private/10202be9/200009EE.txt + // for emulator + ../cenrep/200009EE_orientation_portrait_landscape.txt /epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt +#endif + +// Generic configuration interface for component cenrep settings +../../../conf/gallery.confml CONFML_EXPORT_PATH(gallery.confml,customsw) +../../../conf/gallery_200009EE.crml CRML_EXPORT_PATH(gallery_200009EE.crml,customsw) + +PRJ_MMPFILES +glxcommon.mmp + + +PRJ_TESTMMPFILES +#include "../test/group/bld.inf" \ No newline at end of file