photosgallery/viewframework/commandhandlers/commoncommandhandlers/group/bld.inf
changeset 0 4e91876724a2
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:    Common command handlers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../rom/glxcommoncommandhandlers.iby     		  CORE_APP_LAYER_IBY_EXPORT_PATH(glxcommoncommandhandlers.iby)
       
    25 ../rom/glxcommoncommandhandlers_resources.iby     LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxcommoncommandhandlers_resources.iby)
       
    26 
       
    27 PRJ_MMPFILES
       
    28 glxcommoncommandhandlers.mmp
       
    29 
       
    30 PRJ_TESTMMPFILES
       
    31 //../tsrc/ut_cglxcommandhandlersortorder/ut_cglxcommandhandlersortorder.mmp
       
    32 //../tsrc/t_glxcommandhandlerback/t_cglxcommandhandlerback.mmp
       
    33 
       
    34 // only include the test if the feature is enabled
       
    35 #ifdef GLX_TILE_VIEW_IMAGES_OR_VIDEOS_ONLY_FILTERING
       
    36 //../tsrc/t_glxcommandhandlerfilterimagesorvideos/t_cglxcommandhandlerfilterimagesorvideos.mmp
       
    37 #endif