cbs/cbsui/rom/CbsUiApp.iby
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2004 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:  IBY file for cbsui application
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CBSUIAPP_IBY__
       
    19 #define __CBSUIAPP_IBY__
       
    20 
       
    21 #ifdef __CELL_BROADCAST
       
    22 
       
    23 S60_APP_EXE(CbsUiApp)
       
    24 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,CbsUiApp)
       
    25 S60_APP_AIF_ICONS(CbsUiApp)
       
    26 S60_APP_AIF_RSC(CbsUiApp)
       
    27 
       
    28 // Enabler for eclipsing ROM binaries
       
    29 data=ZSYSTEM\install\cbsuiapp_stub.sis           system\install\cbsuiapp_stub.sis
       
    30 data=ZPRIVATE\10003a3f\apps\cbsuiapp_reg.rsc     private\10003a3f\import\apps\cbsuiapp_reg.rsc
       
    31 
       
    32 #endif
       
    33 
       
    34 #endif