|
From: <hc...@us...> - 2012-07-26 07:04:25
|
Revision: 2548
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2548&view=rev
Author: hchen30
Date: 2012-07-26 07:04:18 +0000 (Thu, 26 Jul 2012)
Log Message:
-----------
1. Add 'Includes' to the scope of section names which can have other items after ARCH
Assigned-by: Chen, Hesheng <hes...@in...>
Reviewed-by: Zeng, Yurui <yur...@in...>
Modified Paths:
--------------
trunk/BaseTools/Source/Python/Common/DataType.py
Modified: trunk/BaseTools/Source/Python/Common/DataType.py
===================================================================
--- trunk/BaseTools/Source/Python/Common/DataType.py 2012-07-17 01:58:45 UTC (rev 2547)
+++ trunk/BaseTools/Source/Python/Common/DataType.py 2012-07-26 07:04:18 UTC (rev 2548)
@@ -475,4 +475,5 @@
PCDS_DYNAMICEX_DEFAULT.upper(),
PCDS_DYNAMICEX_VPD.upper(),
PCDS_DYNAMICEX_HII.upper(),
- TAB_BUILD_OPTIONS.upper()]
+ TAB_BUILD_OPTIONS.upper(),
+ TAB_INCLUDES.upper()]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|