]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt inf
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 22 Apr 2016 07:08:47 +0000 (15:08 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Apr 2016 01:39:53 +0000 (09:39 +0800)
commit481252bbc9c0883e444bcbedd990d8164d10cf89
treef13e16006842f46f024bb1cfb01fdef9742faca4
parentdf81077f77f91b43f32f70e06950b86e20f711da
BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt inf

Per build spec, the .aml file should use ASL binary type in the Asbuilt
inf file. the original bug is .aml file may use BIN as binary type when
the module type is not BASE or USER_DEFINED. This patch 1) fix this bug.
2) fix some indent coding style issue.

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