REF:https://bugzilla.tianocore.org/show_bug.cgi?id=42

Many shared functions are not used by more than one consumer. 
Move them local to consumer until the use arises for sharing.

Cc: Bob Feng <bob.c.f...@intel.com>
Cc: Liming Gao <liming....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.car...@intel.com>

Jaben Carsey (5):
  BaseTools/build/build: refactor and move functions
  BaseTools/Workspace/InfBuildData: move functions
  BaseTools/DscBuildData: move function
  BaseTools/AutoGen: move functions
  BaseTools/GenFds/Capsule: move function logic

 BaseTools/Source/Python/AutoGen/AutoGen.py        |  77 ++++++++-
 BaseTools/Source/Python/Common/Misc.py            | 167 +-------------------
 BaseTools/Source/Python/GenFds/Capsule.py         |   4 +-
 BaseTools/Source/Python/Workspace/DscBuildData.py |  50 ++++--
 BaseTools/Source/Python/Workspace/InfBuildData.py |  46 +++++-
 BaseTools/Source/Python/build/build.py            |  46 +++++-
 6 files changed, 192 insertions(+), 198 deletions(-)

-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to