]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Ecc/Configuration.py
BaseTools: Ecc - add dict for config file to internal translation
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Fri, 4 May 2018 20:25:16 +0000 (04:25 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 6 May 2018 12:08:38 +0000 (20:08 +0800)
commita4c35dedd92f2b9b7c68e9bd0490bc14b96457ef
tree19640f48f1c617cdeccac0f73210b42061ad5fed
parent8252e6bf2ddfa210992c3590008029933592ad16
BaseTools: Ecc - add dict for config file to internal translation

Commit eece4292acc80 changed a variable name, which was tied directly to
a config file entry. This seperates the internal variable names from
the config file entries by having the internal dict accessed through a
translation of key words.

added a test when this is run straight from command line.

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