]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add comments in StructurePcd DSC file.
authorChen, Christine <Yuwei.Chen@intel.com>
Mon, 7 Dec 2020 07:57:54 +0000 (15:57 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 15 Dec 2020 07:17:12 +0000 (07:17 +0000)
commit532f907b753ef99b47371629187d5f53ea3c83e2
treecba11bbcbabb82e235917365eaca45ef99237c7d
parentdcaa93936591883aa7826eb45ef00416ad82ef08
BaseTools: Add comments in StructurePcd DSC file.

Currently VFR files have variables comments which will not be
added into StructurePcd.dsc file. Thus, it is not convenient for
developer to Modify Pcds. To solve this problem, The comments will
be modified to user friendly format and added after the corresponding
Pcd values in StructurePcd.dsc file.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/ConvertFceToStructurePcd.py