navienginebsp/ne1_tb/bld.inf
changeset 0 5de814552237
child 2 048b58430d46
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 1998-2010 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 * ne1_tb/bld.inf
       
    16 * Bld.inf for Flexible, Multiple and Direct MM common binaries
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef NO_GCCXML
       
    22 #define NO_GCCXML
       
    23 #endif
       
    24 
       
    25 #include "../naviengine_assp/naviengine.inf"
       
    26 
       
    27 PRJ_PLATFORMS
       
    28 ARM4 ARMV5
       
    29 ARM4SMP ARMV5SMP
       
    30 
       
    31 
       
    32 PRJ_EXPORTS
       
    33 
       
    34 hcr/hcrconfig.h			 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    35 hcr/hcrconfig_mha.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    36 inc/iolines.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    37 inc/mconf.h                 SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    38 inc/variantmediadef.h       SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    39 
       
    40 ne1_tb.oby                  /epoc32/rom/include/                      //
       
    41 rom/base_ne1_tb.iby         /epoc32/rom/include/                      //
       
    42 rom/naviengine.oby          /epoc32/rom/include/                      //
       
    43 rom/header.iby              /epoc32/rom/ne1_tb/                       //
       
    44 rom/kernel.iby              /epoc32/rom/ne1_tb/                       //
       
    45 nand/variant_nand_plat.h    SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    46 inc/nand_fbr_offset.h       SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ne1_tb/)
       
    47 
       
    48 estart/estart.txt           /epoc32/rom/ne1_tb/
       
    49 estart/estarttechview.txt   /epoc32/rom/ne1_tb/
       
    50 
       
    51 nandboot/quicknand.bat		/epoc32/rom/ne1_tb/	
       
    52 nandboot/nandtest_load_rel_autoexec.bat	/epoc32/rom/ne1_tb/		
       
    53 
       
    54 rom/ne1usbhost.iby			/epoc32/rom/include/	
       
    55 
       
    56 
       
    57 #if !defined(GCCXML) || !defined(NO_GCCXML)
       
    58 
       
    59 PRJ_MMPFILES
       
    60 
       
    61 #ifdef SMP
       
    62 ../../../../os/kernelhwsrv/kernel/eka/nkernsmp/nk_exe
       
    63 ../../../../os/kernelhwsrv/kernel/eka/nkernsmp/nkern_sa
       
    64 #else
       
    65 ../../../../os/kernelhwsrv/kernel/eka/nkern/nk_exe
       
    66 ../../../../os/kernelhwsrv/kernel/eka/nkern/nkern_sa
       
    67 #endif
       
    68 
       
    69 ../../../../os/kernelhwsrv/kernel/eka/drivers/medint/medint
       
    70 ../../../../os/kernelhwsrv/kernel/eka/drivers/trace/btracex
       
    71 
       
    72 gpio
       
    73 variant
       
    74 watchdog
       
    75 monitor
       
    76 //datx
       
    77 lcdgce
       
    78 xyin
       
    79 power
       
    80 //serialno
       
    81 
       
    82 // TO DO: (mandatory)
       
    83 // There are two sample keyboard drivers; one is polled and the other interrupt-driven.
       
    84 // Need to comment out the one that is not appropriate for the hardware
       
    85 key_int
       
    86 key
       
    87 
       
    88 medlffs
       
    89 soundsc
       
    90 soundsc_v2
       
    91 //epbus
       
    92 //exbusab
       
    93 enet
       
    94 resmanpsl
       
    95 sdcontroller
       
    96 sdcontroller_v2
       
    97 i2s
       
    98 keypad
       
    99 rebootdrv
       
   100 csi
       
   101 csi_ctrless
       
   102 
       
   103 // Hardware Configuration Repository
       
   104 hcr/hcr
       
   105 
       
   106 #ifndef SMP
       
   107 // Keyboard translation tables (user side)
       
   108 keymap
       
   109 
       
   110 // Customized ESTART (user side)
       
   111 estart
       
   112 
       
   113 
       
   114 #include "memmodel_bld.inf"
       
   115 
       
   116 // Make the HAL
       
   117 PRJ_EXTENSIONS
       
   118 start   extension       base/config config
       
   119 
       
   120 option  HALPATH         $(EXTENSION_ROOT)/../../../../os/kernelhwsrv/halservices/hal/../.
       
   121 option  PREFIX          _ne1_tb_
       
   122 option  SOURCE          $(EXTENSION_ROOT)/hal
       
   123 
       
   124 end
       
   125 
       
   126 PRJ_MMPFILES
       
   127 hal/hal
       
   128 
       
   129 #endif // SMP
       
   130 
       
   131 // Build textshell image
       
   132 PRJ_EXTENSIONS
       
   133 start   extension       base/rom
       
   134 option  REE_TARGET      ne1_tb
       
   135 option  TYPE    tshell
       
   136 end
       
   137 
       
   138 #endif // GCCXML