audk/BaseTools/Source/Python/AutoGen
Yonghong Zhu e5cf919889 BaseTools: Keep the Pcd order in the Asbuilt Inf is same with Source
The original behavior is that in the Asbuilt inf Pcd's order is base on
the Pcd's offset. Now we change the order to keep it is same with the Pcd
order in the source inf file.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2016-08-02 19:39:01 +08:00
..
AutoGen.py BaseTools: Keep the Pcd order in the Asbuilt Inf is same with Source 2016-08-02 19:39:01 +08:00
BuildEngine.py BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
GenC.py BaseTools: Fix a bug for FixedPcd value generation in AutoGen file 2016-07-18 08:51:27 +08:00
GenDepex.py BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
GenMake.py BaseTools: ignore the binary LIB file in gen_libs 2016-06-15 08:56:17 +08:00
GenPcdDb.py BaseTools: Add mixed PCD support feature 2016-04-20 09:24:46 +08:00
InfSectionParser.py
StrGather.py BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
UniClassObject.py BaseTools: fix a bug for uni file \x####\ format handling 2016-05-11 10:09:08 +08:00
ValidCheckingInfoObject.py BaseTools: Fix build fail when the number in validlist is long type. 2015-08-21 01:09:16 +00:00
__init__.py