]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: use combined version of OrderedDict
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Tue, 3 Apr 2018 21:03:08 +0000 (05:03 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 8 Apr 2018 06:50:17 +0000 (14:50 +0800)
commit1f1c67128430bfd8a57213f7147d56f194880a51
tree522e57ea815cc690489443316cc7dce97e7d0c49
parent6e6d767edf855320e49892e5f8773e0b3394b975
BaseTools: use combined version of OrderedDict

since we need order and a default entry, use collections dicts to
auto generate.

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/Workspace/WorkspaceCommon.py