diff options
author | Hess Chen <hesheng.chen@intel.com> | 2014-08-21 07:51:21 +0000 |
---|---|---|
committer | hchen30 <hchen30@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-21 07:51:21 +0000 |
commit | 0923aa1c3ad1a68f4781a98897889f3976d1b83d (patch) | |
tree | 0995d8898f2031e96be0decf6b3c93c7eccb709e /BaseTools/Source/Python/AutoGen/AutoGen.py | |
parent | 07b8564b113431f70ef4fcc469a42be5e4700263 (diff) | |
download | edk2-0923aa1c3ad1a68f4781a98897889f3976d1b83d.tar.gz edk2-0923aa1c3ad1a68f4781a98897889f3976d1b83d.tar.bz2 edk2-0923aa1c3ad1a68f4781a98897889f3976d1b83d.zip |
This patch is going to:
1. Skip the content defined in USER EXTENSION section without raising an error.
2. Wrap os.utime to use two arguments.
3. Add GenFdsCommand for PlatformAutoGen
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15865 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/AutoGen.py')
-rw-r--r-- | BaseTools/Source/Python/AutoGen/AutoGen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/AutoGen/AutoGen.py b/BaseTools/Source/Python/AutoGen/AutoGen.py index 5dc2cfd7bd..c589e2c016 100644 --- a/BaseTools/Source/Python/AutoGen/AutoGen.py +++ b/BaseTools/Source/Python/AutoGen/AutoGen.py @@ -1962,6 +1962,7 @@ class PlatformAutoGen(AutoGen): BuildRule = property(_GetBuildRule)
ModuleAutoGenList = property(_GetModuleAutoGenList)
LibraryAutoGenList = property(_GetLibraryAutoGenList)
+ GenFdsCommand = property(_GenFdsCommand)
## ModuleAutoGen class
#
|