commonutilities/common/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 14:58:46 +0300
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 29 2c833fc9e98f
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* 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 <bldvariant.hrh>
#include <platform_paths.hrh>

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"