baseport/src/cedar/generic/base/syborg/bld.inf
changeset 0 ffa851df0825
equal deleted inserted replaced
-1:000000000000 0:ffa851df0825
       
     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 PRJ_PLATFORMS
       
    19 ARMV5
       
    20 
       
    21 PRJ_EXPORTS
       
    22 syborg.oby						\epoc32\rom\include\	//
       
    23 base.iby						\epoc32\rom\include\	//
       
    24 rom\base_syborg.iby				\epoc32\rom\include\	//
       
    25 rom\header.iby					\epoc32\rom\syborg\		//
       
    26 rom\kernel.iby					\epoc32\rom\syborg\		//
       
    27 specific\syborg.cfg				\epoc32\rom\syborg\		//
       
    28 estart.txt						\epoc32\rom\syborg\		//
       
    29 trk_l1.ini						\epoc32\data\Z\trk\trk_syborg.ini
       
    30 
       
    31 PRJ_EXTENSIONS
       
    32 start		extension		base/genexec
       
    33 option		EXTRA_SRC_PATH  $(TO_BLDINF)/../e32/kernel
       
    34 end
       
    35 
       
    36 PRJ_MMPFILES
       
    37 ..\e32\kernel\ekern
       
    38 ..\e32\kernel\kc_exe
       
    39 ..\e32\kernel\exmoncommon
       
    40 ..\e32\drivers\medint\medint
       
    41 ..\f32\etshell\eshell
       
    42 ..\e32\drivers\trace\btracex
       
    43 ..\e32\euser\variant_euser
       
    44 
       
    45 // SYBORG components
       
    46 kasyborg						// Variant library
       
    47 serial\serial					// Serial / UART ports
       
    48 fb\fb							// Framebuffer
       
    49 keyboard\keyboard				// Keyboard
       
    50 pointer\pointer					// Pointer
       
    51 monitor\monap					// Crash Debugger output
       
    52 
       
    53 keymap\keymap					// Key mapping library
       
    54 
       
    55 // platform device library - for flattened device tree (FDT)
       
    56 svpplatform\fdt
       
    57 
       
    58 //Host Filesystem
       
    59 svphostfs\svphostfs
       
    60 svphostfs\svphostfsdriver
       
    61 svphostfs\svphostfsstart
       
    62 svphostfs\svphostfsy
       
    63 
       
    64 //Snap Device
       
    65 svpsnapdriver\svpsnapdriver
       
    66 svpsnapdriver\snapapp
       
    67 
       
    68 PRJ_EXTENSIONS
       
    69 start		extension		base/config
       
    70 option		PREFIX			_syborg_
       
    71 option		HALPATH			$(TO_BLDINF)/..
       
    72 option		SOURCE			$(TO_BLDINF)/hal
       
    73 end
       
    74 
       
    75 PRJ_MMPFILES
       
    76 hal\hal
       
    77 
       
    78 PRJ_EXTENSIONS
       
    79 start		extension		base/bootstrap
       
    80 option		NAME			_syborg_bootloader_bootrom
       
    81 option		MEMMODEL		multiple
       
    82 //option		MEMMODEL		flexible
       
    83 //option		MEMMODEL		moving
       
    84 option		SOURCES			syborg.s
       
    85 option		INCLUDES		config.inc syborg.inc
       
    86 option		E32PATH			$(TO_BLDINF)/..
       
    87 option		EXTRA_INC_PATH	$(TO_BLDINF)/bootstrap
       
    88 option		EXTRA_SRC_PATH	$(TO_BLDINF)/bootstrap 
       
    89 end