]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/AutoGen: move functions
authorCarsey, Jaben <jaben.carsey@intel.com>
Thu, 10 Jan 2019 18:39:48 +0000 (02:39 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:33 +0000 (18:03 +0800)
commit1bcc2cd63da6b540ff9f19ac6bb0cb4cf7d20e00
tree0ce3324aec547317e69fd47666d4a4243cb15851
parent2b95556c06c445f7cbc02a9c92ce5481d760bddb
BaseTools/AutoGen: move functions

Move SplitOption and ConvertStringToByteArray from
Common.Misc to this file.
There were no other consumers of the functions.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/Common/Misc.py