photosgallery/group/bld.inf
changeset 0 4e91876724a2
child 1 9ba538e329bd
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:    Build information for project mgallery.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>     
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 DEFAULT
       
    27 
       
    28 //  Help exports
       
    29 #include "../help/group/bld.inf"
       
    30 
       
    31 
       
    32 PRJ_EXPORTS
       
    33 ../rom/glxgallery.iby                   CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby)
       
    34 ../rom/glxgallery_resources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby)
       
    35 
       
    36 
       
    37 #ifdef APP_LAYER_LOC_EXPORT_PATH
       
    38 // export engineering english loc file
       
    39 ../gallery/loc/photos.loc  		APP_LAYER_LOC_EXPORT_PATH(photos.loc)
       
    40 #endif 
       
    41 
       
    42 
       
    43 // Include the glxlogging.dll
       
    44 #include "../logging/group/bld.inf"
       
    45 
       
    46 // Include the glxcommon dll
       
    47 #include "../common/group/bld.inf"
       
    48 
       
    49 // Include the glxcommonui dll
       
    50 #include "../commonui/group/bld.inf"
       
    51 
       
    52 // include the collection framework subsystem
       
    53 #include "../collectionframework/group/bld.inf"
       
    54 
       
    55 // include the icons
       
    56 #include "../icons/bld.inf"
       
    57 
       
    58 // include the image viewer
       
    59 #include "../controllers/imageviewer/group/bld.inf"
       
    60 
       
    61 // include the view framework subsystem
       
    62 #include "../viewframework/group/bld.inf"
       
    63 
       
    64 // include the controllers subsystem
       
    65 #include "../controllers/group/bld.inf"
       
    66 
       
    67 // Include the application
       
    68 #include "../gallery/group/bld.inf"
       
    69 
       
    70 // include the slideshow build
       
    71 #include "../slideshow/group/bld.inf"
       
    72 
       
    73 
       
    74 #include "../contentharvesterplugin/group/bld.inf"
       
    75 #include "../photossuite/group/bld.inf"
       
    76 
       
    77 //include photos memory plug-in
       
    78 #include "../memoryplugin/group/bld.inf"
       
    79 
       
    80 //include Photos Suite Launcher
       
    81 #include "../photossuitelauncher/group/bld.inf"