]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTool: Replace dict with OrderedDict.
authorBobCF <bob.c.feng@intel.com>
Tue, 25 Sep 2018 05:20:46 +0000 (13:20 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 26 Sep 2018 14:50:36 +0000 (22:50 +0800)
commit57ee97c01ca0e81d146600a00885719b84bf1581
tree678a1b4e02cfda40bcb6659236f784f9b7e98e76
parentf27e800a99866543a4bfc36088bcbb7b81f33a99
BaseTool: Replace dict with OrderedDict.

Replace dict with OrderedDict for PCD so that
the pcd list has same order.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py