]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 4 Sep 2019 07:53:37 +0000 (15:53 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 10 Sep 2019 00:39:19 +0000 (08:39 +0800)
commit000ab98574793b685e7a0f6a6e5032523d5c37c4
tree04572c8b7b62f5106678aa32f996203a3f2da77e
parent373298ca0d605b29d6f46f5ba57af53e112f59b3
BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2147

This patch is to sort the Pcd settings so that PcdTokenNumber
will not change if the platform's Pcd settings are the same.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
BaseTools/Source/Python/Workspace/BuildClassObject.py