sf_config/rombuild/syborg/SyborgMinigui.oby
branchRCL_3
changeset 42 a7133d76f724
equal deleted inserted replaced
40:c6e687949bf3 42:a7133d76f724
       
     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 the License "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 *
       
    16 */
       
    17 
       
    18 #ifndef __SYBORG_OBY__
       
    19 #define __SYBORG_OBY__
       
    20 
       
    21 
       
    22 define OBEYFILE Syborg
       
    23 define ROMDATE	##TODAY##
       
    24 
       
    25                                                           
       
    26 #include <data_caging_paths_for_iby.hrh>                // Generic S60 Macro Definitions
       
    27 #include "S60Macros.iby"                                // Generic S60 Macro Definitions
       
    28 
       
    29 REM ##############################################################################
       
    30 
       
    31 REM Symbian UI Images OS Kernel Level
       
    32 
       
    33 REM ##############################################################################
       
    34 
       
    35 #include "header.iby"                         // EABI and DEBUG_DIR defines for Imaker
       
    36 
       
    37 
       
    38 #include "./baseport/Syborg_baseport.iby"                 // Kernel and Baseport Drivers
       
    39 
       
    40 #include "./F32/F32.iby"                                  // FileServer,File systems, Base Starter , Domain Manager	
       
    41 
       
    42 REM ##############################################################################
       
    43 
       
    44 REM Symbian UI Images OS Level
       
    45 
       
    46 REM ##############################################################################
       
    47 
       
    48 REM Including the Minigui Content
       
    49 
       
    50 #include "minigui_syborg.iby"
       
    51 
       
    52 
       
    53 #endif