]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: AutoGen - refactor assemble_variable
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:19 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:02:59 +0000 (13:02 +0800)
commitdea5ef9dc41c5d7a1a6b20a9457433faf92cc623
tree7223d338fe3e3969393b42cd43fd907767ae7e2f
parent18011927b1b9083df1dae4a271cb2492c4438ab8
BaseTools: AutoGen - refactor assemble_variable

make this function @staticmethod since self parameter is not used.
change valuelist to valuedict since it is a dictionary.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/GenVar.py