sbsv1/abld/doc/epocrc.config.sample
author Richard Taylor <richard.i.taylor@nokia.com>
Wed, 14 Jul 2010 14:50:01 +0100
changeset 616 24e4ef208cca
parent 599 fa7a3cc6effd
permissions -rw-r--r--
sbs version 2.14.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     1
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     2
# All rights reserved.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     3
# This component and the accompanying materials are made available
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     4
# under the terms of "Eclipse Public License v1.0"
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     5
# which accompanies this distribution, and is available
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     6
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     7
#
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     8
# Initial Contributors:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
     9
# Nokia Corporation - initial contribution.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    10
# 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    11
# Contributors:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    12
#
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    13
# Description:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    14
# epocrc.config
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    15
# Configuration data which is read by epocrc.pl, the data in this file allows 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    16
# the method of localisation to be specified.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    17
# check_rls_items can take the values 0 or 1, setting this variable to 1
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    18
# will check for the presence of localisation comment tags before rls items
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    19
# and the use of correct syntax within these comments. If there are no
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    20
# localisation tags within the file then it is assumed that localisation is 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    21
# not required for this file. To emit a remark about files of this type adjust
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    22
# the value of strict_checking below.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    23
#
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    24
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    25
check_rls_items = 0;
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    26
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    27
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    28
# strict_checking can take the values 0 or 1, setting this variable to 1
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    29
# will cause rcomp to emit a warning if the rpp file contains rls items but
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    30
# no localisation comments. check_rls_items must also be set to 1 to enable
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    31
# this functionality.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    32
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    33
strict_checking = 0;
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    34
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    35
# Any files and directories which need to be passed to cpp (the c pre-processor) 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    36
# should be specified here. File names and directory names should be relative to 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    37
# EPOCROOT and should be proceeded by 'include: ' (without the quotes). 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    38
#
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    39
# The data added to the cpp command in each case will be:
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    40
# -I "<path-relative to EPOCROOT>" -include "<path-and-filename-relative to EPOCROOT>"
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    41
# if a file name is specified and 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    42
# -I "<path-relative to EPOCROOT>"
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    43
# if a directory is specified.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    44
#
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    45
# If a file included here #include-s another file do not specify the 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    46
# #include-d file here as cpp will then include the file twice.
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    47
# It is however, necessary to specify the directory that any #include-d 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    48
# files are in if this directory will not be searched by cpp through the
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    49
# files/directories which are included here. 
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    50
fa7a3cc6effd Add sbsv1 to new structure
jjkang
parents:
diff changeset
    51
include: epoc32\include\SymbianTags.rh