commonutilities/common/group/bld.inf
changeset 23 74c9f037fd5d
child 29 2c833fc9e98f
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project definition file for project glxdatasourcemanager.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 /* 
       
    25 * To rebuild the slideshow setting central repository txt file then rebuild 
       
    26 * the file using this tool
       
    27 * /epoc32/tools/cenrep> generate_cenrep_inifile.pl -r 3.1 -d S:mgallery/viewframework
       
    28 *           /uiutilities/cenrep  -rd S:/mgallery/viewframework/uiutilities/cenrep
       
    29 */
       
    30 
       
    31 // flags for setting the orientation
       
    32 
       
    33 #ifdef GLX_ORIENTATION_LANDSCAPE
       
    34 	// for device
       
    35 	../cenrep/200009EE_orientation_landscape.txt   			/epoc32/data/z/private/10202be9/200009EE.txt
       
    36 	// for emulator
       
    37 	../cenrep/200009EE_orientation_landscape.txt   			/epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt
       
    38 #elif defined (GLX_ORIENTATION_PORTRAIT_LANDSCAPE)	
       
    39 	// for device
       
    40 	../cenrep/200009EE_orientation_portrait_landscape.txt   /epoc32/data/z/private/10202be9/200009EE.txt
       
    41 	// for emulator
       
    42 	../cenrep/200009EE_orientation_portrait_landscape.txt   /epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt
       
    43 #else // default case
       
    44 	// for device
       
    45 	../cenrep/200009EE_orientation_portrait_landscape.txt   /epoc32/data/z/private/10202be9/200009EE.txt
       
    46 	// for emulator
       
    47 	../cenrep/200009EE_orientation_portrait_landscape.txt   /epoc32/release/winscw/udeb/z/private/10202be9/200009EE.txt
       
    48 #endif
       
    49 
       
    50 // Generic configuration interface for component cenrep settings  
       
    51 ../../../conf/gallery.confml                        CONFML_EXPORT_PATH(gallery.confml,customsw)
       
    52 ../../../conf/gallery_200009EE.crml	        CRML_EXPORT_PATH(gallery_200009EE.crml,customsw)
       
    53 
       
    54 PRJ_MMPFILES
       
    55 glxcommon.mmp
       
    56 
       
    57 
       
    58 PRJ_TESTMMPFILES
       
    59 #include "../test/group/bld.inf"