diff options
author | Chen, Christine <Yuwei.Chen@intel.com> | 2020-12-17 08:53:48 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-03-08 03:14:35 +0000 |
commit | dd6c0a0ba3a042808cc54a4db27ff27089c2d766 (patch) | |
tree | c8d15bbed67674307933c917fa5d3195b2ae8f50 /EmbeddedPkg/Library | |
parent | 8c61f1934d473e9477fecc38ec1b9771f9c9d23e (diff) | |
download | edk2-dd6c0a0ba3a042808cc54a4db27ff27089c2d766.tar.gz edk2-dd6c0a0ba3a042808cc54a4db27ff27089c2d766.tar.bz2 edk2-dd6c0a0ba3a042808cc54a4db27ff27089c2d766.zip |
BaseTools: Adjust StructurePcd List Order.
Currently StructurePcd.dsc have the list order issue. For a Pcd
with several elements, the list indexs are used to distinguish
these elements like this:
PcdName.name.offset_name[0]|0x0
PcdName.name.offset_name[10]|0x0
PcdName.name.offset_name[11]|0x0
...
PcdName.name.offset_name[2]|0x0
...
However, the index is not strictly sorted by decimal numerical order,
which is not user friendly. One more sort rule for index is added to
the current rules to support for decimal numerical order in this patch.
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>
Diffstat (limited to 'EmbeddedPkg/Library')
0 files changed, 0 insertions, 0 deletions