1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,128 @@
1.4 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// template/template_variant/bld.inf
1.18 +// Master build description file for template variant
1.19 +// TO DO: (mandatory)
1.20 +// If your port uses an ASSP / variant split, include the ASSP bld.inf file here
1.21 +//
1.22 +//
1.23 +
1.24 +#include "../template_assp/template_assp.inf"
1.25 +
1.26 +PRJ_PLATFORMS
1.27 +//
1.28 +// TO DO: (mandatory)
1.29 +//
1.30 +// Add here a definition for your ASSP port (as declared in E32PLAT.PM)
1.31 +//
1.32 +ARM4 ARMV4 ARMV5 ARM4T
1.33 +
1.34 +PRJ_EXPORTS
1.35 +
1.36 +inc/iolines.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/specific/)
1.37 +inc/mconf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/)
1.38 +inc/variantmediadef.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(template/)
1.39 +
1.40 +template.oby /epoc32/rom/include/ //
1.41 +rom/base_template.iby /epoc32/rom/include/ //
1.42 +rom/header.iby /epoc32/rom/template/ //
1.43 +rom/kernel.iby /epoc32/rom/template/ //
1.44 +
1.45 +PRJ_MMPFILES
1.46 +../../../kernel/eka/nkern/nk_exe
1.47 +../../../kernel/eka/nkern/nkern_sa
1.48 +../../../kernel/eka/kernel/ekern
1.49 +../../../kernel/eka/kernel/kc_exe
1.50 +../../../kernel/eka/drivers/medint/medint
1.51 +../../../kernel/eka/kernel/exmoncommon
1.52 +../../../kernel/eka/drivers/trace/btracex
1.53 +
1.54 +// TO DO:
1.55 +//
1.56 +// Uncomment the following line if euser is to be built from the variant
1.57 +//
1.58 +//../../../kernel/eka/euser/variant_euser
1.59 +
1.60 +// ../../../kernel/eka/drivers/medata/medata
1.61 +
1.62 +// TO DO: (mandatory)
1.63 +//
1.64 +// Add here the list of MMP files required to build the variant
1.65 +// parts of your port
1.66 +//
1.67 +
1.68 +vtemplate
1.69 +exmontemplate
1.70 +datxtemplate
1.71 +exlcdtemplate
1.72 +exxytemplate
1.73 +// SYM_BRANCH: delete old sound driver
1.74 +//dasntemplate
1.75 +expwrtemplate
1.76 +
1.77 +
1.78 +// TO DO: (mandatory)
1.79 +// There are two sample keyboard drivers; one is polled and the other interrupt-driven.
1.80 +// Need to comment out the one that is not appropriate for the hardware
1.81 +exkey_inttemplate
1.82 +exkeytemplate
1.83 +
1.84 +cakdtemplate
1.85 +medlffstemplate
1.86 +soundsctemplate
1.87 +camerasctemplate
1.88 +exi2s
1.89 +//epbus
1.90 +//exbusab
1.91 +//enet
1.92 +exiic
1.93 +
1.94 +// Make the HAL
1.95 +
1.96 +PRJ_EXTENSIONS
1.97 +start extension base/config
1.98 +
1.99 +option HALPATH $(EXTENSION_ROOT)/../../../halservices/hal/../.
1.100 +option PREFIX _template_
1.101 +option SOURCE $(EXTENSION_ROOT)/hal
1.102 +
1.103 +end
1.104 +
1.105 +PRJ_MMPFILES
1.106 +hal/hal
1.107 +
1.108 +// TO DO: (mandatory)
1.109 +//
1.110 +// Call the makefile to build the bootstrap
1.111 +//
1.112 +
1.113 +PRJ_EXTENSIONS
1.114 +start extension base/bootstrap
1.115 +
1.116 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
1.117 +option INC_PATH /epoc32/include
1.118 +#else
1.119 +option INC_PATH /epoc32/include/platform
1.120 +#endif
1.121 +
1.122 +option NAME _template_bootrom
1.123 +option CPU arm
1.124 +option MEMMODEL multiple
1.125 +option SOURCES template.s
1.126 +option EXTRA_SRC_PATH $(EXTENSION_ROOT)/bootstrap
1.127 +option INCLUDES $(EXTENSION_ROOT)/config.inc
1.128 +option E32PATH $(EXTENSION_ROOT)/../../../kernel/eka/../.
1.129 +
1.130 +end
1.131 +