csxhelp/rom/CshelpResources.iby
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 *     Main resource file for the CsHelp application.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef __CSHELP_RESOURCES_IBY__
       
    22 #define __CSHELP_RESOURCES_IBY__
       
    23 
       
    24 
       
    25 
       
    26 #ifdef __SERIES60_HELP // Help files are put in the image only when this flag is defined
       
    27 
       
    28 S60_APP_CAPTION(Cshelp)
       
    29 
       
    30 //Resource file(s) for CsHelp application
       
    31 #ifndef RD_APPS_TO_EXES
       
    32 data=ZSYSTEM\Apps\Cshelp\cshelp.rsc  APP_RESOURCE_DIR\cshelp.rsc 
       
    33 
       
    34 #else
       
    35 data=DATAZ_\APP_RESOURCE_DIR\cshelp.rsc                                 APP_RESOURCE_DIR\cshelp.rsc
       
    36 #endif
       
    37 
       
    38 
       
    39 #endif //__SERIES60_HELP
       
    40 
       
    41 #endif