diff options
author | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-05 06:22:06 +0000 |
---|---|---|
committer | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-05 06:22:06 +0000 |
commit | de4bb9f6edc1db82e0616b24e6685b27d2b66061 (patch) | |
tree | 5a12c8f3e1ec20e101d133b89b391e89ac4ba4de /Tools/Conf | |
parent | c64af698a3b8f8967b0c60b906eabc01b8f19ada (diff) | |
download | edk2-platforms-de4bb9f6edc1db82e0616b24e6685b27d2b66061.tar.xz |
Fully support active platform policy.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@763 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf')
-rw-r--r-- | Tools/Conf/target.template | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index e961d705c6..fde5df2d5a 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -1,3 +1,11 @@ -ACTIVE_PLATFORM = MdePkg.fpd -ACTIVE_TARGET = DEBUG -ACTIVE_ARCH = IA32 +# Relative to WORKSPACE +TOOLS_DEFINITION_FILE = Tools/Conf/tools_def.txt + +# Relative to WORKSPACE +# ACTIVE_PLATFORM = MdePkg/MdePkg.fpd + +# Separate multiple targets with space, not not use comma +TARGET = +TARGET_ARCH = +TAGNAME = + |