]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/build.py
BaseTools: refine CreateAsBuiltInf function
authorBob Feng <bob.c.feng@intel.com>
Mon, 24 Jun 2019 01:51:24 +0000 (09:51 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 25 Jun 2019 01:23:53 +0000 (09:23 +0800)
commitdc174cd9e5de5171a5c7729e765b3af8b9e347fd
tree7262312bfbc5e0528b3af3ed92583b67a2eadf12
parent401507c786b4b8bc208c0c34ebdad047173e37ea
BaseTools: refine CreateAsBuiltInf function

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1932
ModuleAutogen.CreateAsBuiltInf IsOnlyCopy parameter
and related function can be moved out of CreateAsBuiltInf,
so that CreateAsBuiltInf is more clean.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Cc: Christian Rodriguez <christian.rodriguez@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Steven Shi <steven.shi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/build/build.py