]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Move OverrideAttribs to OptRomInfStatement.py
authorGary Lin <glin@suse.com>
Fri, 13 Jul 2018 10:18:34 +0000 (18:18 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 16 Jul 2018 03:22:13 +0000 (11:22 +0800)
commit8f3f5794b4b0027ee118fc6e03ea01620e6cd9d4
tree58e430bf5c238cc87e0ff95f4fbb08c8d9f77c23
parentbfa65b61dde887a9586e070101202bd37e3221fd
BaseTools: Move OverrideAttribs to OptRomInfStatement.py

Move "class OverrideAttribs" to OptRomInfStatement.py to remove
"import OptionRom" which may form a circular import:
GenFds.OptionRom => GenFds.OptRomInfStatement => GenFds.OptionRom

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