]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code
authorLiming Gao <liming.gao@intel.com>
Tue, 25 Sep 2018 01:36:00 +0000 (09:36 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 26 Sep 2018 14:15:42 +0000 (22:15 +0800)
commitf27e800a99866543a4bfc36088bcbb7b81f33a99
tree7ab1d1336dce6f5a091487a5b4a3ec21e611ac69
parent8a94eb9283fa09a30f5f06f0c12cf0ee4e14fbcf
BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code

DscBuildData has been updated to define SkuIds instead of _GetSkuIds().
The consumer code should refer to SkuIds.

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