group/bld_glx.inf
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     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 #include <platform_paths.hrh>    //APP_LAYER_DOMAIN_EXPORT_PATH
       
    21 
       
    22 PRJ_EXPORTS
       
    23 //todo ../rom/glxgallery.iby                   CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby)
       
    24 //todo ../rom/glxgallery_resources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby)
       
    25 
       
    26 
       
    27 
       
    28 ../inc/glxgallery.hrh                    /epoc32/include/platform/app/glxgallery.hrh
       
    29 ../inc/glxcollectionpluginpriority.hrh  /epoc32/include/platform/app/glxcollectionpluginpriority.hrh
       
    30 ../inc/glxcollectionplugintype.hrh      /epoc32/include/platform/app/glxcollectionplugintype.hrh
       
    31 ../inc/glxcollectiongeneraldefs.h       /epoc32/include/platform/app/glxcollectiongeneraldefs.h
       
    32 ../inc/glxthumbnailinfo.h               /epoc32/include/platform/app/glxthumbnailinfo.h
       
    33 ../inc/glxthumbnailattributeinfo.h      /epoc32/include/platform/app/glxthumbnailattributeinfo.h
       
    34 ../inc/glxthumbnailattributeinfo.inl    /epoc32/include/platform/app/glxthumbnailattributeinfo.inl
       
    35 ../inc/glxmediageneraldefs.h            /epoc32/include/platform/app/glxmediageneraldefs.h
       
    36 ../inc/glxexternalinterfacedefs.h
       
    37 
       
    38 
       
    39 #ifdef APP_LAYER_LOC_EXPORT_PATH
       
    40 // export engineering english loc file
       
    41 ../gallery/loc/glxgallery.loc  			APP_LAYER_LOC_EXPORT_PATH(glxgallery.loc)
       
    42 ../gallery/loc/shwslideshow.loc  		APP_LAYER_LOC_EXPORT_PATH(shwslideshow.loc)
       
    43 #endif 
       
    44 
       
    45 
       
    46 // Include the glxlogging.dll
       
    47 #include "../loggers/logging/group/bld.inf"
       
    48 
       
    49 // Include the glxcommon dll
       
    50 #include "../commonutilities/common/group/bld.inf"
       
    51 // Include the glximageviewermanager dll
       
    52 #include "../commonutilities/imageviewer/group/bld.inf"
       
    53 
       
    54 // Include the glxcommonui dll
       
    55  #include "../commonui/group/bld.inf"
       
    56 
       
    57 // include the collection framework subsystem
       
    58 #include "../engine/collectionframework/group/bld.inf"
       
    59 
       
    60 #include "../ui/uiengine/drmutility/group/bld.inf"
       
    61 #include "../ui/uiengine/medialists/group/bld.inf"
       
    62 
       
    63 #include "../tvout/tvoutengine/group/bld.inf"