]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools: DSC Components section support flexible PCD
authorYunhua Feng <yunhuax.feng@intel.com>
Sat, 3 Mar 2018 01:12:18 +0000 (09:12 +0800)
committerLiming Gao <liming.gao@intel.com>
Sat, 3 Mar 2018 04:40:35 +0000 (12:40 +0800)
commit0537f332c968e6c3adeefa2222b5f1aa7252b711
treed064a1ff2f493a00344021625baedb913f6cb8db
parent0e2a5749d89c96e3e17ea458365d2e5296c807e2
BaseTools: DSC Components section support flexible PCD

DSC Components section support flexible PCD, and for binary driver, we
need patch this value. Update the split char ',' not ', ' because some
value may have space, while others may not have this space.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/PatchPcdValue/PatchPcdValue.py