csxhelp/group/bld.inf
branchRCL_3
changeset 17 12f60d9a73b3
parent 16 0d1adf67ec1b
child 18 cbffe13eac63
equal deleted inserted replaced
16:0d1adf67ec1b 17:12f60d9a73b3
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     CsHelp build specification file.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifdef __SERIES60_HELP //Help application will be present only when this flag is defined.
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 PRJ_EXPORTS
       
    27 // export localised loc file
       
    28 ../loc/csxhelp.loc                          APP_LAYER_LOC_EXPORT_PATH(csxhelp.loc)
       
    29 
       
    30 // export iby file
       
    31 ../rom/Cshelp.iby                           CORE_APP_LAYER_IBY_EXPORT_PATH(Cshelp.iby)
       
    32 ../rom/AiwHelpProvider.iby                  CORE_APP_LAYER_IBY_EXPORT_PATH(AiwHelpProvider.iby)
       
    33 ../rom/AiwHelpProviderResources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(AiwHelpProviderResources.iby)
       
    34 ../rom/CshelpResources.iby                  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(CshelpResources.iby)
       
    35 
       
    36 
       
    37 PRJ_PLATFORMS
       
    38 // The platforms Cshelp is built
       
    39 // Default platforms 
       
    40 DEFAULT
       
    41 
       
    42 
       
    43 PRJ_MMPFILES
       
    44 
       
    45 HelpEngine.mmp
       
    46 cshelp.mmp
       
    47 
       
    48 #ifdef RD_HELP_AIW_INTEGRATION
       
    49 
       
    50 PRJ_EXPORTS
       
    51 // export localised loc file
       
    52 ../AiwHelpProvider/loc/aiwxhelpprovider.loc        APP_LAYER_LOC_EXPORT_PATH(aiwxhelpprovider.loc)
       
    53 
       
    54 PRJ_MMPFILES
       
    55 ../AiwHelpProvider/group/AiwHelpProvider.mmp
       
    56 #endif
       
    57 
       
    58 PRJ_EXTENSIONS
       
    59 
       
    60 START EXTENSION s60/mifconv
       
    61 OPTION TARGETFILE cshelp.mif
       
    62 OPTION HEADERFILE cshelp.mbg
       
    63 OPTION SOURCES	-c8,1 qgn_prop_folder_tab2          \
       
    64 				        -c8,1 qgn_prop_list_keyword_tab2    \
       
    65 				        -c8,1 qgn_prop_help_open_tab1       \
       
    66 				        -c8,1 qgn_prop_folder_help_tab1     \
       
    67 				        -c8,1 qgn_prop_keyword_find_tab1    \
       
    68 				        -c8 empty13x13
       
    69 END
       
    70 
       
    71 START EXTENSION s60/mifconv
       
    72 OPTION TARGETFILE cshelp_aif.mif
       
    73 OPTION SOURCES -c8,8 qgn_menu_help
       
    74 END
       
    75 
       
    76 #endif //__SERIES60_HELP 
       
    77 
       
    78 // End of File