3261N/A# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
1027N/A# This program and the accompanying materials
1027N/A# are licensed and made available under the terms and conditions of the BSD License
1027N/A# which accompanies this distribution. The full text of the license may be found at
1027N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1027N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
1027N/A# ALL Paths are Relative to WORKSPACE
1027N/A# Separate multiple LIST entries with a SINGLE SPACE character, do not use comma characters.
1027N/A# Un-set an option by either commenting out the line, or not setting a value.
2362N/A# PROPERTY Type Use Description
2362N/A# ---------------- -------- -------- -----------------------------------------------------------
2362N/A# ACTIVE_PLATFORM Filename Recommended Specify the WORKSPACE relative Path and Filename
1027N/A# of the platform description file that will be used for the
1027N/A# build. This line is required if and only if the current
1027N/A# working directory does not contain one or more description
1027N/A# TARGET List Optional Zero or more of the following: DEBUG, RELEASE, NOOPT
1027N/A# UserDefined; separated by a space character.
1027N/A# If the line is missing or no value is specified, all
1027N/A# valid targets specified in the platform description file
1027N/A# will attempt to be built. The following line will build
1027N/A# TARGET_ARCH List Optional What kind of architecture is the binary being target for.
1027N/A# One, or more, of the following, IA32, IPF, X64, EBC or ARM.
2546N/A# Multiple values can be specified on a single line, using
1027N/A# space charaters to separate the values. These are used
1027N/A# during the parsing of a platform description file,
1027N/A# restricting the build output target(s.)
1027N/A# The Build Target ARCH is determined by (precedence high to low):
1027N/A# Command-line: -a ARCH option
1027N/A# DSC file: [Defines] SUPPORTED_ARCHITECTURES tag
1027N/A# If not specified, then all valid architectures specified
1027N/A# in the platform file, for which tools are available, will be
1027N/A# TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
1027N/A# the tools to use for the build. If not specified,
1027N/A# If not specified, all applicable TagName tools will be
1027N/A# used for the build. The list uses space character separation.
1027N/A# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Recommend to set this
1027N/A# value to one more than the number of your compurter
1027N/A# cores or CPUs. Less than 2 means disable multithread build.
1027N/AMAX_CONCURRENT_THREAD_NUMBER = 1
1027N/A# BUILD_RULE_CONF Filename Optional Specify the file name to use for the build rules that are followed
1027N/A# when generating Makefiles. If not specified, the file: