stifui/rom/Stifui.iby
changeset 0 d6fe6244b863
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     1 /*
       
     2 * Copyright (c) 2009 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: Stifui.iby file specifies needed STIF and STIF UI 
       
    15 * and UITetsServerstarter components for ROM image
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __STIF_UI_IBY__
       
    20 #define __STIF_UI_IBY__
       
    21 
       
    22 S60_APP_EXE(Stifui)
       
    23 
       
    24 #ifdef S60_UPGRADABLE_APP_REG_RSC
       
    25   S60_UPGRADABLE_APP_REG_RSC(Stifui)
       
    26 #else
       
    27   S60_APP_AIF_RSC(Stifui)
       
    28 #endif
       
    29 
       
    30 S60_APP_RESOURCE(Stifui)
       
    31 
       
    32 S60_APP_EXE(UITestServerStarter)
       
    33 
       
    34 #ifdef S60_UPGRADABLE_APP_REG_RSC
       
    35   S60_UPGRADABLE_APP_REG_RSC(UITestServerStarter)
       
    36 #else
       
    37   S60_APP_AIF_RSC(UITestServerStarter)
       
    38 #endif
       
    39 
       
    40 
       
    41 S60_APP_RESOURCE(UITestServerStarter)
       
    42 
       
    43 // Note: before creating image, copy Stifui_31_Stub.sis from \stifui\sis\ to \epoc32\data\Z\system\install\
       
    44 data=ZSYSTEM\install\Stifui_31_Stub.sis    System\Install\Stifui_31_Stub.sis
       
    45 
       
    46 #endif
       
    47 // End of File