commit | 6358c320adc8ece41ef694337a27c21a68fd6ce8 | [log] [tgz] |
---|---|---|
author | Yonghong Zhu <yonghong.zhu@intel.com> | Thu May 11 21:23:29 2017 +0800 |
committer | Yonghong Zhu <yonghong.zhu@intel.com> | Fri May 12 13:37:49 2017 +0800 |
tree | ba850bd5d11a12165da59ea3cbc16334f7448ae9 | |
parent | 1d22d00766b0e8a14c22b26aa581f608b80b426e [diff] |
BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray Pcd This patch for the bug FixedPcdGetPtr report failure for the CArray type Pcd. 1) correct the Fixed Pcd list; 2) correct the Fixed Pcd in Library AutoGen file to same with Driver AutoGen file format. 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>