csxhelp/rom/Cshelp.iby
branchRCL_3
changeset 45 cbffe13eac63
parent 0 1f04cf54edd8
equal deleted inserted replaced
44:12f60d9a73b3 45:cbffe13eac63
       
     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 *     Main resource file for the CsHelp application.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef __CSHELP_IBY__
       
    22 #define __CSHELP_IBY__
       
    23 
       
    24 #ifdef __SERIES60_HELP // Help files are put in the image only when this flag is defined
       
    25 
       
    26 #include <hlpmodel.iby>
       
    27 
       
    28 file=ABI_DIR\BUILD_DIR\HelpEngine.dll    \SHARED_LIB_DIR\HelpEngine.dll
       
    29 
       
    30 S60_APP_EXE(cshelp)
       
    31 S60_APP_AIF_ICONS(cshelp)
       
    32 S60_APP_AIF_RSC(cshelp)
       
    33 S60_APP_BITMAP(cshelp)
       
    34 
       
    35 #endif //__SERIES60_HELP
       
    36 
       
    37 #endif //  __CSHELP_IBY__