svgtviewer/SvgtViewerPlugin/Group/bld.inf
branchRCL_3
changeset 14 20b99a6d6175
parent 0 632761c941a7
equal deleted inserted replaced
13:e52958d06c29 14:20b99a6d6175
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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:  This is a top level bld file that drives all sub-components
       
    15 *                that make up the SVGT Viewer App and the UI Control
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifdef __SVGT_VIEWER 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 //  Help exports
       
    28 #include "../help/group/bld.inf"
       
    29 
       
    30 PRJ_MMPFILES
       
    31 SVGTAppObserverUtil.mmp
       
    32 SVGTViewerApp.mmp
       
    33 SVGTUIControl.mmp
       
    34 SVGCodec.mmp
       
    35 svgtfileviewdetails.mmp
       
    36 #ifdef __SVGT_SCREENSAVER_PLUGIN
       
    37 SVGTScreenSaverPlugin.mmp
       
    38 #endif //__SVGT_SCREENSAVER_PLUGIN
       
    39 
       
    40 //gnumakefile icons_dc.mk
       
    41 //#ifdef __SCALABLE_ICONS
       
    42 //gnumakefile icons_aif_scalable_dc.mk
       
    43 //#else
       
    44 //gnumakefile icons_aif_bitmaps_dc.mk
       
    45 //#endif // __SCALABLE_ICONS
       
    46 
       
    47 //S60 CODE CHANGES FOR RAPTOR
       
    48 PRJ_EXTENSIONS
       
    49 START EXTENSION s60/mifconv
       
    50 OPTION TARGETFILE svgtuicontrol.mif
       
    51 OPTION HEADERFILE svgtuicontrol.mbg
       
    52 OPTION SOURCES -c8,8 qgn_indi_viewer_panning_down  \
       
    53               -c8,8 qgn_indi_viewer_panning_left  \
       
    54               -c8,8 qgn_indi_viewer_panning_right \
       
    55               -c8,8 qgn_indi_viewer_panning_up    \
       
    56               -c8,8 qgn_indi_viewer_pointer       \
       
    57               -c8,8 qgn_indi_viewer_pointer_hand  \
       
    58               -c8,8 qgn_indi_viewer_pointer_text  \
       
    59               -c8,8 qgn_indi_cams_paused         
       
    60 
       
    61 END
       
    62 
       
    63 START EXTENSION s60/mifconv
       
    64 OPTION TARGETFILE svgtviewerapp_aif.mif
       
    65 OPTION SOURCES -c8,8 qgn_menu_mg
       
    66 END
       
    67 
       
    68 
       
    69 
       
    70 PRJ_EXPORTS
       
    71 // CP50 Build Improvements
       
    72 ../rom/SVGTAppObserverUtil.iby   CORE_APP_LAYER_IBY_EXPORT_PATH(svgtappobserverutil.iby)
       
    73 ../rom/SVGTViewerApp.iby         CORE_APP_LAYER_IBY_EXPORT_PATH(svgtviewerapp.iby)
       
    74 ../rom/SVGTUIControl.iby         CORE_APP_LAYER_IBY_EXPORT_PATH(svgtuicontrol.iby)
       
    75 ../rom/SVGCodec.iby              CORE_APP_LAYER_IBY_EXPORT_PATH(svgcodec.iby)
       
    76 ../rom/SVGTFileViewDetails.iby   CORE_APP_LAYER_IBY_EXPORT_PATH(svgtfileviewdetails.iby)
       
    77 ../rom/SVGScreenSaverPlugin.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(svgscreensaverplugin.iby)
       
    78 
       
    79 // Localised Resource iby file exports
       
    80 ../rom/SVGTAppObserverUtilResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(svgtappobserverutilresources.iby)
       
    81 ../rom/SVGTFileViewDetailsResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(svgtfileviewdetailsresources.iby)
       
    82 ../rom/SVGTUIControlResources.iby       LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(svgtuicontrolresources.iby)
       
    83 ../rom/SVGTViewerAppResources.iby       LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(svgtviewerappresources.iby)
       
    84 
       
    85 // Loc files: Ease of localised builds
       
    86 ../loc/svgtfileviewdetails.loc 	 APP_LAYER_LOC_EXPORT_PATH(svgtfileviewdetails.loc)
       
    87 ../loc/svgtuicontrol.loc         APP_LAYER_LOC_EXPORT_PATH(svgtuicontrol.loc)
       
    88 
       
    89 #endif // __SVGT_VIEWER
       
    90 
       
    91 //  End of File