audk/BaseTools/Source/Python/AutoGen
Supreeth Venkatesh 5a9c3e3e58 BaseTools/AutoGen: auto generate MM template APIs and dependencies.
This patch adds changes to auto generate MM_CORE_STANDALONE and
MM_STANDALONE Entry Point templates.
Also, it adds changes to help auto generate dependency expressions for
MM_STANDALONE modules.

PI Specification v1.5 specifies Management Mode System Table (MMST)
which is  a collection of common services for managing
MMRAM allocation and providing basic I/O services. MMST is similar to
the UEFI System Table. (Currently, EFI_SMM_SYSTEM_TABLE2 defines
Management Mode System Table)

Some of auto generated MM_CORE_STANDALONE and MM_STANDALONE template
APIs use MMST as parameter.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2017-07-07 10:49:13 +08:00
..
AutoGen.py BaseTools: Copy "TianoCore" userextensions into As Built Inf 2017-06-24 23:00:08 +08:00
BuildEngine.py BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
GenC.py BaseTools/AutoGen: auto generate MM template APIs and dependencies. 2017-07-07 10:49:13 +08:00
GenDepex.py BaseTools/AutoGen: auto generate MM template APIs and dependencies. 2017-07-07 10:49:13 +08:00
GenMake.py BaseTools: Fix the bug for CArray PCD override in command line 2017-05-12 13:36:20 +08:00
GenPcdDb.py BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId range 2016-09-20 16:50:48 +08:00
IdfClassObject.py BaseTools: add error check for "#image" for idf file format 2016-12-02 11:00:43 +08:00
InfSectionParser.py BaseTools: Copy "TianoCore" userextensions into As Built Inf 2017-06-24 23:00:08 +08:00
StrGather.py BaseTools: support generating image package from BMP/JPEG/PNG files 2016-09-27 09:43:28 +08:00
UniClassObject.py BaseTools: Allow string token identifier to use lower case letters 2016-08-08 10:52:31 +08:00
ValidCheckingInfoObject.py
__init__.py