sbsv1/abld/doc/epocrc.config.sample
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 13:59:07 +0000
changeset 40 68f68128601f
permissions -rw-r--r--
1) Add the sbsv1 components from sftools/dev/build to make the linux_build package independent of the obsolete buildtools package. 2) Enhance romnibus.pl so that it generate the symbol file for the built rom when invoked by Raptor 3) Make the maksym.pl tool portable for Linux as well as Windows. 4) Remove the of armasm2as.pl from the e32tools component in favour of the copy now exported from sbsv1/e32util.

# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
# 
# Contributors:
#
# Description:
# epocrc.config
# Configuration data which is read by epocrc.pl, the data in this file allows 
# the method of localisation to be specified.
# check_rls_items can take the values 0 or 1, setting this variable to 1
# will check for the presence of localisation comment tags before rls items
# and the use of correct syntax within these comments. If there are no
# localisation tags within the file then it is assumed that localisation is 
# not required for this file. To emit a remark about files of this type adjust
# the value of strict_checking below.
#

check_rls_items = 0;


# strict_checking can take the values 0 or 1, setting this variable to 1
# will cause rcomp to emit a warning if the rpp file contains rls items but
# no localisation comments. check_rls_items must also be set to 1 to enable
# this functionality.

strict_checking = 0;

# Any files and directories which need to be passed to cpp (the c pre-processor) 
# should be specified here. File names and directory names should be relative to 
# EPOCROOT and should be proceeded by 'include: ' (without the quotes). 
#
# The data added to the cpp command in each case will be:
# -I "<path-relative to EPOCROOT>" -include "<path-and-filename-relative to EPOCROOT>"
# if a file name is specified and 
# -I "<path-relative to EPOCROOT>"
# if a directory is specified.
#
# If a file included here #include-s another file do not specify the 
# #include-d file here as cpp will then include the file twice.
# It is however, necessary to specify the directory that any #include-d 
# files are in if this directory will not be searched by cpp through the
# files/directories which are included here. 

include: epoc32\include\SymbianTags.rh