mirror_edk2/BaseTools/Source/Python/AutoGen
Felix Polyudov 842695d2ff BaseTools: Fix incorrect formatting of GenFds command dictionary
GenFdsCommand returned dictionary with elements that
are not compatible with GenFdsApi.
As a result the following options were not processed by GenFdsApi:
-v, -q, -d, --genfds-multi-thread, --ignore-sources
The issue is introduced by commit b3497bad12.

V2: Remove EFI_SOURCE references

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Felix Polyudov <felixp@ami.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-01-21 18:03:29 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
AutoGen.py BaseTools: Fix incorrect formatting of GenFds command dictionary 2019-01-21 18:03:29 +08:00
BuildEngine.py BaseTools: create and use a standard shared variable for '*' 2018-12-06 17:11:24 +08:00
GenC.py BaseTools: Remove unused logic for EDKI 2019-01-14 09:34:23 +08:00
GenDepex.py BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section 2018-07-23 08:56:37 +08:00
GenMake.py BaseTools: Remove unused logic for EDKI 2019-01-14 09:34:23 +08:00
GenPcdDb.py BaseTools: fix imports 2019-01-10 22:01:11 +08:00
GenVar.py BaseTool: Support different PCDs that refers to the same EFI variable. 2018-10-22 15:19:26 +08:00
IdfClassObject.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
InfSectionParser.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
StrGather.py BaseTools: Optimize string concatenation 2018-12-07 10:30:21 +08:00
UniClassObject.py BaseTools: cleanup LongFilePathSupport usage 2018-12-06 17:10:27 +08:00
ValidCheckingInfoObject.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00