xref: /freebsd/sys/contrib/edk2/MdePkg.dec (revision 3245fa215aca18d135839a15c80ae1c905666a37)
10d1ba665SWarner Losh## @file  MdePkg.dec
20d1ba665SWarner Losh# This Package provides all definitions, library classes and libraries instances.
30d1ba665SWarner Losh#
40d1ba665SWarner Losh# It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
5*3245fa21SMitchell Horne# EFI1.10/UEFI2.7/PI1.7 and some Industry Standards.
60d1ba665SWarner Losh#
7*3245fa21SMitchell Horne# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
80d1ba665SWarner Losh# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9*3245fa21SMitchell Horne# (C) Copyright 2016 - 2020 Hewlett Packard Enterprise Development LP<BR>
100d1ba665SWarner Losh#
11*3245fa21SMitchell Horne# SPDX-License-Identifier: BSD-2-Clause-Patent
120d1ba665SWarner Losh#
130d1ba665SWarner Losh##
140d1ba665SWarner Losh
150d1ba665SWarner Losh
160d1ba665SWarner Losh[Defines]
170d1ba665SWarner Losh  DEC_SPECIFICATION              = 0x00010005
180d1ba665SWarner Losh  PACKAGE_NAME                   = MdePkg
190d1ba665SWarner Losh  PACKAGE_UNI_FILE               = MdePkg.uni
200d1ba665SWarner Losh  PACKAGE_GUID                   = 1E73767F-8F52-4603-AEB4-F29B510B6766
21*3245fa21SMitchell Horne  PACKAGE_VERSION                = 1.08
220d1ba665SWarner Losh
230d1ba665SWarner Losh
240d1ba665SWarner Losh[Includes]
250d1ba665SWarner Losh  Include
260d1ba665SWarner Losh
270d1ba665SWarner Losh[Includes.IA32]
280d1ba665SWarner Losh  Include/Ia32
290d1ba665SWarner Losh
300d1ba665SWarner Losh[Includes.X64]
310d1ba665SWarner Losh  Include/X64
320d1ba665SWarner Losh
330d1ba665SWarner Losh[Includes.EBC]
340d1ba665SWarner Losh  Include/Ebc
350d1ba665SWarner Losh
360d1ba665SWarner Losh[Includes.ARM]
370d1ba665SWarner Losh  Include/Arm
380d1ba665SWarner Losh
390d1ba665SWarner Losh[Includes.AARCH64]
400d1ba665SWarner Losh  Include/AArch64
410d1ba665SWarner Losh
42*3245fa21SMitchell Horne[Includes.RISCV64]
43*3245fa21SMitchell Horne  Include/RiscV64
44*3245fa21SMitchell Horne
450d1ba665SWarner Losh[LibraryClasses]
460d1ba665SWarner Losh  ##  @libraryclass  Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec
470d1ba665SWarner Losh  #                  and the standard requests defined in Usb 1.1 spec.
480d1ba665SWarner Losh  ##
490d1ba665SWarner Losh  UefiUsbLib|Include/Library/UefiUsbLib.h
500d1ba665SWarner Losh
510d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve a pointer to the EFI Runtime Services Table.
520d1ba665SWarner Losh  #                  Only available to DXE and UEFI module types.
530d1ba665SWarner Losh  UefiRuntimeServicesTableLib|Include/Library/UefiRuntimeServicesTableLib.h
540d1ba665SWarner Losh
550d1ba665SWarner Losh  ##  @libraryclass  Provides library functions for each of the UEFI Runtime Services.
560d1ba665SWarner Losh  #                  Only available to DXE and UEFI module types.
570d1ba665SWarner Losh  UefiRuntimeLib|Include/Library/UefiRuntimeLib.h
580d1ba665SWarner Losh
590d1ba665SWarner Losh  ##  @libraryclass  Provides library functions for common UEFI operations.
600d1ba665SWarner Losh  #                  Only available to DXE and UEFI module types.
610d1ba665SWarner Losh  ##
620d1ba665SWarner Losh  UefiLib|Include/Library/UefiLib.h
630d1ba665SWarner Losh
640d1ba665SWarner Losh  ##  @libraryclass  Module entry point library for UEFI drivers, DXE Drivers, DXE SMM Driver and DXE Runtime Drivers
650d1ba665SWarner Losh  UefiDriverEntryPoint|Include/Library/UefiDriverEntryPoint.h
660d1ba665SWarner Losh
670d1ba665SWarner Losh  ##  @libraryclass  UEFI Decompress Library Functions defintion for UEFI compress algorithm.
680d1ba665SWarner Losh  UefiDecompressLib|Include/Library/UefiDecompressLib.h
690d1ba665SWarner Losh
700d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve a pointer to the EFI Boot Services Table.
710d1ba665SWarner Losh  #                  Only available to DXE and UEFI module types.
720d1ba665SWarner Losh  UefiBootServicesTableLib|Include/Library/UefiBootServicesTableLib.h
730d1ba665SWarner Losh
740d1ba665SWarner Losh  ##  @libraryclass  Module entry point library for UEFI Applications.
750d1ba665SWarner Losh  UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h
760d1ba665SWarner Losh
770d1ba665SWarner Losh  ##  @libraryclass  Provides calibrated delay and performance counter services.
780d1ba665SWarner Losh  TimerLib|Include/Library/TimerLib.h
790d1ba665SWarner Losh
800d1ba665SWarner Losh  ##  @libraryclass  Provides library functions to access SMBUS devices.
810d1ba665SWarner Losh  #                  Libraries of this class must be ported to a specific SMBUS controller.
820d1ba665SWarner Losh  SmbusLib|Include/Library/SmbusLib.h
830d1ba665SWarner Losh
840d1ba665SWarner Losh  ##  @libraryclass  Provides the functions to submit Scsi commands defined in SCSI-2 specification for scsi device.
850d1ba665SWarner Losh  UefiScsiLib|Include/Library/UefiScsiLib.h
860d1ba665SWarner Losh
870d1ba665SWarner Losh  ##  @libraryclass  Provides a service to publish discovered system resources.
880d1ba665SWarner Losh  ResourcePublicationLib|Include/Library/ResourcePublicationLib.h
890d1ba665SWarner Losh
900d1ba665SWarner Losh  ##  @libraryclass  Provides services to log status code records.
910d1ba665SWarner Losh  ReportStatusCodeLib|Include/Library/ReportStatusCodeLib.h
920d1ba665SWarner Losh
930d1ba665SWarner Losh  ##  @libraryclass  Provides services to print a formatted string to a buffer.
940d1ba665SWarner Losh  #                  All combinations of Unicode and ASCII strings are supported.
950d1ba665SWarner Losh  ##
960d1ba665SWarner Losh  PrintLib|Include/Library/PrintLib.h
970d1ba665SWarner Losh
980d1ba665SWarner Losh  ##  @libraryclass  Provides an ordered collection data structure.
990d1ba665SWarner Losh  OrderedCollectionLib|Include/Library/OrderedCollectionLib.h
1000d1ba665SWarner Losh
1010d1ba665SWarner Losh  ##  @libraryclass  Provides services to send progress/error codes to a POST card.
1020d1ba665SWarner Losh  PostCodeLib|Include/Library/PostCodeLib.h
1030d1ba665SWarner Losh
1040d1ba665SWarner Losh  ##  @libraryclass  Provides services to log the execution times and retrieve them later.
1050d1ba665SWarner Losh  PerformanceLib|Include/Library/PerformanceLib.h
1060d1ba665SWarner Losh
1070d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve a pointer to the PEI Services Table.
1080d1ba665SWarner Losh  PeiServicesTablePointerLib|Include/Library/PeiServicesTablePointerLib.h
1090d1ba665SWarner Losh
1100d1ba665SWarner Losh  ##  @libraryclass  Provides library functions for all PEI Services.
1110d1ba665SWarner Losh  PeiServicesLib|Include/Library/PeiServicesLib.h
1120d1ba665SWarner Losh
1130d1ba665SWarner Losh  ##  @libraryclass  Module entry point library for PEIM.
1140d1ba665SWarner Losh  PeimEntryPoint|Include/Library/PeimEntryPoint.h
1150d1ba665SWarner Losh
1160d1ba665SWarner Losh  ##  @libraryclass  Module entry point library for PEI core.
1170d1ba665SWarner Losh  PeiCoreEntryPoint|Include/Library/PeiCoreEntryPoint.h
1180d1ba665SWarner Losh
1190d1ba665SWarner Losh  ##  @libraryclass  Provides services to load and relocate a PE/COFF image.
1200d1ba665SWarner Losh  PeCoffLib|Include/Library/PeCoffLib.h
1210d1ba665SWarner Losh  ##  @libraryclass  Provides extra action services for unloading and relocating a PE/COFF image on some specific platform such
1220d1ba665SWarner Losh  ## as NT32 emulator.
1230d1ba665SWarner Losh  PeCoffExtraActionLib|Include/Library/PeCoffExtraActionLib.h
1240d1ba665SWarner Losh
1250d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve the PE/COFF entry point from a PE/COFF image.
1260d1ba665SWarner Losh  PeCoffGetEntryPointLib|Include/Library/PeCoffGetEntryPointLib.h
1270d1ba665SWarner Losh
128*3245fa21SMitchell Horne  ##  @libraryclass  Provides services to return the PCI segment information.
129*3245fa21SMitchell Horne  PciSegmentInfoLib|Include/Library/PciSegmentInfoLib.h
130*3245fa21SMitchell Horne
1310d1ba665SWarner Losh  ##  @libraryclass  Provides services to access PCI Configuration Space on a platform with multiple PCI segments.
1320d1ba665SWarner Losh  PciSegmentLib|Include/Library/PciSegmentLib.h
1330d1ba665SWarner Losh
134*3245fa21SMitchell Horne  ##  @libraryclass  The multiple segments PCI configuration Library Services that carry out
135*3245fa21SMitchell Horne  ##                 PCI configuration and enable the PCI operations to be replayed during an
136*3245fa21SMitchell Horne  ##                 S3 resume. This library class maps directly on top of the PciSegmentLib class.
137*3245fa21SMitchell Horne  S3PciSegmentLib|Include/Library/S3PciSegmentLib.h
138*3245fa21SMitchell Horne
1390d1ba665SWarner Losh  ##  @libraryclass  Provides services to access PCI Configuration Space.
1400d1ba665SWarner Losh  PciLib|Include/Library/PciLib.h
1410d1ba665SWarner Losh
1420d1ba665SWarner Losh  ##  @libraryclass  Provides services to access PCI Configuration Space using the MMIO PCI Express window.
1430d1ba665SWarner Losh  PciExpressLib|Include/Library/PciExpressLib.h
1440d1ba665SWarner Losh
1450d1ba665SWarner Losh  ##  @libraryclass  Provides services to access PCI Configuration Space using the I/O ports 0xCF8 and 0xCFC.
1460d1ba665SWarner Losh  PciCf8Lib|Include/Library/PciCf8Lib.h
1470d1ba665SWarner Losh
1480d1ba665SWarner Losh  ##  @libraryclass  Provides library services to get and set Platform Configuration Database entries.
1490d1ba665SWarner Losh  PcdLib|Include/Library/PcdLib.h
1500d1ba665SWarner Losh
1510d1ba665SWarner Losh  ##  @libraryclass  Provides services to allocate and free memory buffers of various memory types and alignments.
1520d1ba665SWarner Losh  MemoryAllocationLib|Include/Library/MemoryAllocationLib.h
1530d1ba665SWarner Losh
1540d1ba665SWarner Losh  ##  @libraryclass  Provide services to access I/O Ports and MMIO registers.
1550d1ba665SWarner Losh  IoLib|Include/Library/IoLib.h
1560d1ba665SWarner Losh
1570d1ba665SWarner Losh  ##  @libraryclass  Provide services to create, get and update HSTI table in AIP protocol.
1580d1ba665SWarner Losh  HstiLib|Include/Library/HstiLib.h
1590d1ba665SWarner Losh
1600d1ba665SWarner Losh  ##  @libraryclass  Provides services to create and parse HOBs. Only available for PEI and DXE module types.
1610d1ba665SWarner Losh  HobLib|Include/Library/HobLib.h
1620d1ba665SWarner Losh
1630d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve a pointer to the DXE Services Table.
1640d1ba665SWarner Losh  #                  Only available to DXE module types.
1650d1ba665SWarner Losh  ##
1660d1ba665SWarner Losh  DxeServicesTableLib|Include/Library/DxeServicesTableLib.h
1670d1ba665SWarner Losh
1680d1ba665SWarner Losh  ##  @libraryclass  Module entry point library for DXE core.
1690d1ba665SWarner Losh  DxeCoreEntryPoint|Include/Library/DxeCoreEntryPoint.h
1700d1ba665SWarner Losh
1710d1ba665SWarner Losh  ##  @libraryclass  Provides library functions to construct and parse UEFI Device Paths.
1720d1ba665SWarner Losh  DevicePathLib|Include/Library/DevicePathLib.h
1730d1ba665SWarner Losh
1740d1ba665SWarner Losh  ##  @libraryclass  Provides services to print debug and assert messages to a debug output device.
1750d1ba665SWarner Losh  DebugLib|Include/Library/DebugLib.h
1760d1ba665SWarner Losh
1770d1ba665SWarner Losh  ##  @libraryclass  Provides CPU architecture specific functions that can not be defined in the Base Library
1780d1ba665SWarner Losh  #                  due to dependencies on the PAL Library
1790d1ba665SWarner Losh  ##
1800d1ba665SWarner Losh  CpuLib|Include/Library/CpuLib.h
1810d1ba665SWarner Losh
1820d1ba665SWarner Losh  ##  @libraryclass  Provides services to maintain instruction and data caches.
1830d1ba665SWarner Losh  CacheMaintenanceLib|Include/Library/CacheMaintenanceLib.h
1840d1ba665SWarner Losh
1850d1ba665SWarner Losh  ##  @libraryclass  Provides copy memory, fill memory, zero memory, and GUID functions.
1860d1ba665SWarner Losh  BaseMemoryLib|Include/Library/BaseMemoryLib.h
1870d1ba665SWarner Losh
1880d1ba665SWarner Losh  ##  @libraryclass  Provides string functions, linked list functions, math functions, synchronization functions
1890d1ba665SWarner Losh  #                  and CPU architecture specific functions.
1900d1ba665SWarner Losh  ##
1910d1ba665SWarner Losh  BaseLib|Include/Library/BaseLib.h
1920d1ba665SWarner Losh
1930d1ba665SWarner Losh  ##  @libraryclass  This library provides common functions to process the different guided section data.
1940d1ba665SWarner Losh  ExtractGuidedSectionLib|Include/Library/ExtractGuidedSectionLib.h
1950d1ba665SWarner Losh
1960d1ba665SWarner Losh  ##  @libraryclass  Provides three common serial I/O port functions.
1970d1ba665SWarner Losh  SerialPortLib|Include/Library/SerialPortLib.h
1980d1ba665SWarner Losh
1990d1ba665SWarner Losh  ##  @libraryclass  Provides a set of PI library functions and macros for DXE phase.
2000d1ba665SWarner Losh  DxeServicesLib|Include/Library/DxeServicesLib.h
2010d1ba665SWarner Losh
2020d1ba665SWarner Losh  ##  @libraryclass  Provides synchronization functions.
2030d1ba665SWarner Losh  ##
2040d1ba665SWarner Losh  SynchronizationLib|Include/Library/SynchronizationLib.h
2050d1ba665SWarner Losh
2060d1ba665SWarner Losh  ##  @libraryclass  Defines library APIs used by modules to save S3 Boot
2070d1ba665SWarner Losh  #                  Script Opcodes.  These OpCode will be restored by S3
2080d1ba665SWarner Losh  #                  related modules.
2090d1ba665SWarner Losh  S3BootScriptLib|Include/Library/S3BootScriptLib.h
2100d1ba665SWarner Losh
2110d1ba665SWarner Losh  ##  @libraryclass  I/O and MMIO Library Services that do I/O and also enable
2120d1ba665SWarner Losh  #                  the I/O operatation to be replayed during an S3 resume.
2130d1ba665SWarner Losh  #                  This library class maps directly on top of the IoLib class.
2140d1ba665SWarner Losh  S3IoLib|Include/Library/S3IoLib.h
2150d1ba665SWarner Losh
2160d1ba665SWarner Losh  ##  @libraryclass  PCI configuration Library Services that do PCI configuration
2170d1ba665SWarner Losh  #                  and also enable the PCI operations to be replayed during an
2180d1ba665SWarner Losh  #                  S3 resume. This library class maps directly on top of the
2190d1ba665SWarner Losh  #                  PciLib class.
2200d1ba665SWarner Losh  S3PciLib|Include/Library/S3PciLib.h
2210d1ba665SWarner Losh
2220d1ba665SWarner Losh  ##  @libraryclass  Smbus Library Services that do SMBus transactions and also
2230d1ba665SWarner Losh  #                  enable the operatation to be replayed during an S3 resume.
2240d1ba665SWarner Losh  #                  This library class maps directly on top of the SmbusLib class.
2250d1ba665SWarner Losh  S3SmbusLib|Include/Library/S3SmbusLib.h
2260d1ba665SWarner Losh
2270d1ba665SWarner Losh  ##  @libraryclass  Stall Services that do stall and also enable the Stall
2280d1ba665SWarner Losh  #                  operatation to be replayed during an S3 resume. This
2290d1ba665SWarner Losh  #                  library class maps directly on top of the Timer class.
2300d1ba665SWarner Losh  S3StallLib|Include/Library/S3StallLib.h
2310d1ba665SWarner Losh
2320d1ba665SWarner Losh  ##  @libraryclass  Defines library APIs used by modules to get/set print error level.
2330d1ba665SWarner Losh  DebugPrintErrorLevelLib|Include/Library/DebugPrintErrorLevelLib.h
2340d1ba665SWarner Losh
2350d1ba665SWarner Losh  ##  @libraryclass  provides EFI_FILE_HANDLE services
2360d1ba665SWarner Losh  FileHandleLib|Include/Library/FileHandleLib.h
2370d1ba665SWarner Losh
238*3245fa21SMitchell Horne  ## @libraryclass provides helper functions to prevent integer overflow during
239*3245fa21SMitchell Horne  #                type conversion, addition, subtraction, and multiplication.
240*3245fa21SMitchell Horne  ##
241*3245fa21SMitchell Horne  SafeIntLib|Include/Library/SafeIntLib.h
242*3245fa21SMitchell Horne
243*3245fa21SMitchell Horne  ## @libraryclass Provides a service to retrieve a pointer to the Standalone MM Services Table.
244*3245fa21SMitchell Horne  #                Only available to MM_STANDALONE, SMM/DXE Combined and SMM module types.
245*3245fa21SMitchell Horne  MmServicesTableLib|Include/Library/MmServicesTableLib.h
246*3245fa21SMitchell Horne
247*3245fa21SMitchell Horne  ##  @libraryclass  Module entry point library for standalone MM drivers.
248*3245fa21SMitchell Horne  StandaloneMmDriverEntryPoint|Include/Library/StandaloneMmDriverEntryPoint.h
249*3245fa21SMitchell Horne
250*3245fa21SMitchell Horne  ## @libraryclass Provides a unit test framework
251*3245fa21SMitchell Horne  #
252*3245fa21SMitchell Horne  UnitTestLib|Include/Library/UnitTestLib.h
253*3245fa21SMitchell Horne
2540d1ba665SWarner Losh[LibraryClasses.IA32, LibraryClasses.X64]
2550d1ba665SWarner Losh  ##  @libraryclass  Abstracts both S/W SMI generation and detection.
2560d1ba665SWarner Losh  ##
2570d1ba665SWarner Losh  SmmLib|Include/Library/SmmLib.h
2580d1ba665SWarner Losh
2590d1ba665SWarner Losh  ##  @libraryclass  Provides a service to retrieve a pointer to the SMM Services Table.
2600d1ba665SWarner Losh  #                  Only available to SMM/DXE Combined and SMM module types.
2610d1ba665SWarner Losh  SmmServicesTableLib|Include/Library/SmmServicesTableLib.h
2620d1ba665SWarner Losh
2630d1ba665SWarner Losh  ##  @libraryclass  Provides services for Smm Memory Operation.
2640d1ba665SWarner Losh  #
2650d1ba665SWarner Losh  SmmMemLib|Include/Library/SmmMemLib.h
2660d1ba665SWarner Losh
267*3245fa21SMitchell Horne  ##  @libraryclass  Provides services for Smm IO Operation.
268*3245fa21SMitchell Horne  #
269*3245fa21SMitchell Horne  SmmIoLib|Include/Library/SmmIoLib.h
270*3245fa21SMitchell Horne
2710d1ba665SWarner Losh  ##  @libraryclass  Provides services to enable/disable periodic SMI handlers.
2720d1ba665SWarner Losh  #
2730d1ba665SWarner Losh  SmmPeriodicSmiLib|Include/Library/SmmPeriodicSmiLib.h
2740d1ba665SWarner Losh
2750d1ba665SWarner Losh  ##  @libraryclass  Provides services to generate random number.
2760d1ba665SWarner Losh  #
2770d1ba665SWarner Losh  RngLib|Include/Library/RngLib.h
2780d1ba665SWarner Losh
2790d1ba665SWarner Losh  ##  @libraryclass  Provides services to log the SMI handler registration.
2800d1ba665SWarner Losh  SmiHandlerProfileLib|Include/Library/SmiHandlerProfileLib.h
2810d1ba665SWarner Losh
2820d1ba665SWarner Losh[Guids]
2830d1ba665SWarner Losh  #
2840d1ba665SWarner Losh  # GUID defined in UEFI2.1/UEFI2.0/EFI1.1
2850d1ba665SWarner Losh  #
2860d1ba665SWarner Losh  ## Include/Guid/GlobalVariable.h
2870d1ba665SWarner Losh  gEfiGlobalVariableGuid         = { 0x8BE4DF61, 0x93CA, 0x11D2, { 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C }}
2880d1ba665SWarner Losh
2890d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
2900d1ba665SWarner Losh  gEfiVT100PlusGuid              = { 0x7BAEC70B, 0x57E0, 0x4C76, { 0x8E, 0x87, 0x2F, 0x9E, 0x28, 0x08, 0x83, 0x43 }}
2910d1ba665SWarner Losh
2920d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
2930d1ba665SWarner Losh  gEfiVT100Guid                  = { 0xDFA66065, 0xB419, 0x11D3, { 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
2940d1ba665SWarner Losh
2950d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
2960d1ba665SWarner Losh  gEfiPcAnsiGuid                 = { 0xE0C14753, 0xF9BE, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
2970d1ba665SWarner Losh
2980d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
2990d1ba665SWarner Losh  gEfiVTUTF8Guid                 = { 0xAD15A0D6, 0x8BEC, 0x4ACF, { 0xA0, 0x73, 0xD0, 0x1D, 0xE7, 0x7E, 0x2D, 0x88 }}
3000d1ba665SWarner Losh
3010d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
3020d1ba665SWarner Losh  gEfiUartDevicePathGuid         = { 0x37499a9d, 0x542f, 0x4c89, { 0xa0, 0x26, 0x35, 0xda, 0x14, 0x20, 0x94, 0xe4 }}
3030d1ba665SWarner Losh
3040d1ba665SWarner Losh  ## Include/Guid/PcAnsi.h
3050d1ba665SWarner Losh  gEfiSasDevicePathGuid          = { 0xd487ddb4, 0x008b, 0x11d9, { 0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d }}
3060d1ba665SWarner Losh
3070d1ba665SWarner Losh  ## Include/Guid/Gpt.h
3080d1ba665SWarner Losh  gEfiPartTypeLegacyMbrGuid      = { 0x024DEE41, 0x33E7, 0x11D3, { 0x9D, 0x69, 0x00, 0x08, 0xC7, 0x81, 0xF3, 0x9F }}
3090d1ba665SWarner Losh
3100d1ba665SWarner Losh  ## Include/Guid/Gpt.h
3110d1ba665SWarner Losh  gEfiPartTypeSystemPartGuid     = { 0xC12A7328, 0xF81F, 0x11D2, { 0xBA, 0x4B, 0x00, 0xA0, 0xC9, 0x3E, 0xC9, 0x3B }}
3120d1ba665SWarner Losh
3130d1ba665SWarner Losh  ## Include/Guid/Gpt.h
3140d1ba665SWarner Losh  gEfiPartTypeUnusedGuid         = { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}
3150d1ba665SWarner Losh
3160d1ba665SWarner Losh  ## Include/Guid/DebugImageInfoTable.h
3170d1ba665SWarner Losh  gEfiDebugImageInfoTableGuid    = { 0x49152E77, 0x1ADA, 0x4764, { 0xB7, 0xA2, 0x7A, 0xFE, 0xFE, 0xD9, 0x5E, 0x8B }}
3180d1ba665SWarner Losh
3190d1ba665SWarner Losh  ## Include/Guid/Acpi.h
3200d1ba665SWarner Losh  gEfiAcpiTableGuid              = { 0x8868E871, 0xE4F1, 0x11D3, { 0xBC, 0x22, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
3210d1ba665SWarner Losh
3220d1ba665SWarner Losh  ## Include/Guid/Acpi.h
3230d1ba665SWarner Losh  gEfiAcpi20TableGuid            = { 0x8868E871, 0xE4F1, 0x11D3, { 0xBC, 0x22, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
3240d1ba665SWarner Losh
3250d1ba665SWarner Losh  ## Include/Guid/Acpi.h
3260d1ba665SWarner Losh  gEfiAcpi10TableGuid            = { 0xEB9D2D30, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
3270d1ba665SWarner Losh
3280d1ba665SWarner Losh  ## Include/Guid/SmBios.h
3290d1ba665SWarner Losh  gEfiSmbiosTableGuid            = { 0xEB9D2D31, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
3300d1ba665SWarner Losh
3310d1ba665SWarner Losh  ## Include/Guid/Mps.h
3320d1ba665SWarner Losh  gEfiMpsTableGuid               = { 0xEB9D2D2F, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
3330d1ba665SWarner Losh
3340d1ba665SWarner Losh  ## Include/Protocol/AuthenticationInfo.h
3350d1ba665SWarner Losh  gEfiAuthenticationChapLocalGuid = { 0xC280C73E, 0x15CA, 0x11DA, { 0xB0, 0xCA, 0x00, 0x10, 0x83, 0xFF, 0xCA, 0x4D }}
3360d1ba665SWarner Losh
3370d1ba665SWarner Losh  ## Include/Protocol/AuthenticationInfo.h
3380d1ba665SWarner Losh  gEfiAuthenticationChapRadiusGuid = { 0xD6062B50, 0x15CA, 0x11DA, { 0x92, 0x19, 0x00, 0x10, 0x83, 0xFF, 0xCA, 0x4D }}
3390d1ba665SWarner Losh
3400d1ba665SWarner Losh  ## Include/Guid/FileSystemVolumeLabelInfo.h
3410d1ba665SWarner Losh  gEfiFileSystemVolumeLabelInfoIdGuid = { 0xDB47D7D3, 0xFE81, 0x11D3, { 0x9A, 0x35, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
3420d1ba665SWarner Losh
3430d1ba665SWarner Losh  ## Include/Guid/FileSystemInfo.h
3440d1ba665SWarner Losh  gEfiFileSystemInfoGuid         = { 0x09576E93, 0x6D3F, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
3450d1ba665SWarner Losh
3460d1ba665SWarner Losh  ## Include/Guid/FileInfo.h
3470d1ba665SWarner Losh  gEfiFileInfoGuid               = { 0x09576E92, 0x6D3F, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
3480d1ba665SWarner Losh
3490d1ba665SWarner Losh  ## Include/Protocol/Bis.h
3500d1ba665SWarner Losh  gBootObjectAuthorizationParmsetGuid = { 0xEDD35E31, 0x07B9, 0x11D2, { 0x83, 0xA3, 0x00, 0xA0, 0xC9, 0x1F, 0xAD, 0xCF }}
3510d1ba665SWarner Losh
3520d1ba665SWarner Losh  ## Include/Protocol/PlatformToDriverConfiguration.h
3530d1ba665SWarner Losh  gEfiPlatformToDriverConfigurationClpGuid = { 0x345ecc0e, 0xcb6, 0x4b75, { 0xbb, 0x57, 0x1b, 0x12, 0x9c, 0x47, 0x33,0x3e }}
3540d1ba665SWarner Losh
3550d1ba665SWarner Losh  ## Include/Guid/HiiKeyBoardLayout.h
3560d1ba665SWarner Losh  gEfiHiiKeyBoardLayoutGuid      = { 0x14982a4f, 0xb0ed, 0x45b8, { 0xa8, 0x11, 0x5a, 0x7a, 0x9b, 0xc2, 0x32, 0xdf }}
3570d1ba665SWarner Losh
3580d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3590d1ba665SWarner Losh  gEfiHashAlgorithmMD5Guid       = { 0x0AF7C79C, 0x65B5, 0x4319, { 0xB0, 0xAE, 0x44, 0xEC, 0x48, 0x4E, 0x4A, 0xD7 }}
3600d1ba665SWarner Losh
3610d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3620d1ba665SWarner Losh  gEfiHashAlgorithmSha512Guid    = { 0xCAA4381E, 0x750C, 0x4770, { 0xB8, 0x70, 0x7A, 0x23, 0xB4, 0xE4, 0x21, 0x30 }}
3630d1ba665SWarner Losh
3640d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3650d1ba665SWarner Losh  gEfiHashAlgorithmSha384Guid    = { 0xEFA96432, 0xDE33, 0x4DD2, { 0xAE, 0xE6, 0x32, 0x8C, 0x33, 0xDF, 0x77, 0x7A }}
3660d1ba665SWarner Losh
3670d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3680d1ba665SWarner Losh  gEfiHashAlgorithmSha256Guid    = { 0x51AA59DE, 0xFDF2, 0x4EA3, { 0xBC, 0x63, 0x87, 0x5F, 0xB7, 0x84, 0x2E, 0xE9 }}
3690d1ba665SWarner Losh
3700d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3710d1ba665SWarner Losh  gEfiHashAlgorithmSha224Guid    = { 0x8DF01A06, 0x9BD5, 0x4BF7, { 0xB0, 0x21, 0xDB, 0x4F, 0xD9, 0xCC, 0xF4, 0x5B }}
3720d1ba665SWarner Losh
3730d1ba665SWarner Losh  ## Include/Protocol/Hash.h
3740d1ba665SWarner Losh  gEfiHashAlgorithmSha1Guid      = { 0x2AE9D80F, 0x3FB2, 0x4095, { 0xB7, 0xB1, 0xE9, 0x31, 0x57, 0xB9, 0x46, 0xB6 }}
3750d1ba665SWarner Losh
3760d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
3770d1ba665SWarner Losh  gEfiEventReadyToBootGuid       = { 0x7CE88FB3, 0x4BD7, 0x4679, { 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B }}
3780d1ba665SWarner Losh
3790d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
3800d1ba665SWarner Losh  gEfiEventMemoryMapChangeGuid   = { 0x78BEE926, 0x692F, 0x48FD, { 0x9E, 0xDB, 0x01, 0x42, 0x2E, 0xF0, 0xD7, 0xAB }}
3810d1ba665SWarner Losh
3820d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
3830d1ba665SWarner Losh  gEfiEventVirtualAddressChangeGuid = { 0x13FA7698, 0xC831, 0x49C7, { 0x87, 0xEA, 0x8F, 0x43, 0xFC, 0xC2, 0x51, 0x96 }}
3840d1ba665SWarner Losh
3850d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
3860d1ba665SWarner Losh  gEfiEventExitBootServicesGuid  = { 0x27ABF055, 0xB1B8, 0x4C26, { 0x80, 0x48, 0x74, 0x8F, 0x37, 0xBA, 0xA2, 0xDF }}
3870d1ba665SWarner Losh
3880d1ba665SWarner Losh  ## Include/Protocol/DebugPort.h
3890d1ba665SWarner Losh  gEfiDebugPortVariableGuid      = { 0xEBA4E8D2, 0x3858, 0x41EC, { 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 }}
3900d1ba665SWarner Losh
3910d1ba665SWarner Losh  ## Include/Protocol/DebugPort.h
3920d1ba665SWarner Losh  gEfiDebugPortDevicePathGuid    = { 0xEBA4E8D2, 0x3858, 0x41EC, { 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 }}
3930d1ba665SWarner Losh
3940d1ba665SWarner Losh  ## Include/Guid/HiiPlatformSetupFormset.h
3950d1ba665SWarner Losh  gEfiHiiPlatformSetupFormsetGuid = { 0x93039971, 0x8545, 0x4b04, { 0xb4, 0x5e, 0x32, 0xeb, 0x83, 0x26, 0x04, 0x0e }}
3960d1ba665SWarner Losh
3970d1ba665SWarner Losh  ## Include/Guid/HiiPlatformSetupFormset.h
3980d1ba665SWarner Losh  gEfiHiiDriverHealthFormsetGuid = { 0xf22fc20c, 0x8cf4, 0x45eb, { 0x8e, 0x6, 0xad, 0x4e, 0x50, 0xb9, 0x5d, 0xd3 }}
3990d1ba665SWarner Losh
4000d1ba665SWarner Losh  ## Include/Guid/HiiPlatformSetupFormset.h
4010d1ba665SWarner Losh  gEfiHiiUserCredentialFormsetGuid = { 0x337f4407, 0x5aee, 0x4b83, { 0xb2, 0xa7, 0x4e, 0xad, 0xca, 0x30, 0x88, 0xcd }}
4020d1ba665SWarner Losh
4030d1ba665SWarner Losh  ## Include/Guid/HiiFormMapMethodGuid.h
4040d1ba665SWarner Losh  gEfiHiiStandardFormGuid = { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 }}
4050d1ba665SWarner Losh
4060d1ba665SWarner Losh  ## Include/Guid/MemoryOverwriteControl.h
4070d1ba665SWarner Losh  gEfiMemoryOverwriteControlDataGuid = { 0xe20939be, 0x32d4, 0x41be, {0xa1, 0x50, 0x89, 0x7f, 0x85, 0xd4, 0x98, 0x29 }}
4080d1ba665SWarner Losh
4090d1ba665SWarner Losh  ## Include/IndustryStandard/MemoryOverwriteRequestControlLock.h
4100d1ba665SWarner Losh  gEfiMemoryOverwriteRequestControlLockGuid = { 0xBB983CCF, 0x151D, 0x40E1, {0xA0, 0x7B, 0x4A, 0x17, 0xBE, 0x16, 0x82, 0x92}}
4110d1ba665SWarner Losh
4120d1ba665SWarner Losh  ## Include/Guid/WinCertificate.h
4130d1ba665SWarner Losh  gEfiCertTypeRsa2048Sha256Guid = { 0xa7717414, 0xc616, 0x4977, {0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf }}
4140d1ba665SWarner Losh
4150d1ba665SWarner Losh  ## Include/Guid/Cper.h
4160d1ba665SWarner Losh  gEfiEventNotificationTypeCmcGuid   = { 0x2DCE8BB1, 0xBDD7, 0x450e, { 0xB9, 0xAD, 0x9C, 0xF4, 0xEB, 0xD4, 0xF8, 0x90 }}
4170d1ba665SWarner Losh
4180d1ba665SWarner Losh  ## Include/Guid/Cper.h
4190d1ba665SWarner Losh  gEfiEventNotificationTypeCpeGuid   = { 0x4E292F96, 0xD843, 0x4a55, { 0xA8, 0xC2, 0xD4, 0x81, 0xF2, 0x7E, 0xBE, 0xEE }}
4200d1ba665SWarner Losh
4210d1ba665SWarner Losh  ## Include/Guid/Cper.h
4220d1ba665SWarner Losh  gEfiEventNotificationTypeMceGuid   = { 0xE8F56FFE, 0x919C, 0x4cc5, { 0xBA, 0x88, 0x65, 0xAB, 0xE1, 0x49, 0x13, 0xBB }}
4230d1ba665SWarner Losh
4240d1ba665SWarner Losh  ## Include/Guid/Cper.h
4250d1ba665SWarner Losh  gEfiEventNotificationTypePcieGuid  = { 0xCF93C01F, 0x1A16, 0x4dfc, { 0xB8, 0xBC, 0x9C, 0x4D, 0xAF, 0x67, 0xC1, 0x04 }}
4260d1ba665SWarner Losh
4270d1ba665SWarner Losh  ## Include/Guid/Cper.h
4280d1ba665SWarner Losh  gEfiEventNotificationTypeInitGuid  = { 0xCC5263E8, 0x9308, 0x454a, { 0x89, 0xD0, 0x34, 0x0B, 0xD3, 0x9B, 0xC9, 0x8E }}
4290d1ba665SWarner Losh
4300d1ba665SWarner Losh  ## Include/Guid/Cper.h
4310d1ba665SWarner Losh  gEfiEventNotificationTypeNmiGuid   = { 0x5BAD89FF, 0xB7E6, 0x42c9, { 0x81, 0x4A, 0xCF, 0x24, 0x85, 0xD6, 0xE9, 0x8A }}
4320d1ba665SWarner Losh
4330d1ba665SWarner Losh  ## Include/Guid/Cper.h
4340d1ba665SWarner Losh  gEfiEventNotificationTypeBootGuid  = { 0x3D61A466, 0xAB40, 0x409a, { 0xA6, 0x98, 0xF3, 0x62, 0xD4, 0x64, 0xB3, 0x8F }}
4350d1ba665SWarner Losh
4360d1ba665SWarner Losh  ## Include/Guid/Cper.h
4370d1ba665SWarner Losh  gEfiEventNotificationTypeDmarGuid  = { 0x667DD791, 0xC6B3, 0x4c27, { 0x8A, 0x6B, 0x0F, 0x8E, 0x72, 0x2D, 0xEB, 0x41 }}
4380d1ba665SWarner Losh
4390d1ba665SWarner Losh  ## Include/Guid/Cper.h
440*3245fa21SMitchell Horne  gEfiEventNotificationTypeSeaGuid   = { 0x9A78788A, 0xBBE8, 0x11E4, { 0x80, 0x9E, 0x67, 0x61, 0x1E, 0x5D, 0x46, 0xB0 }}
441*3245fa21SMitchell Horne
442*3245fa21SMitchell Horne  ## Include/Guid/Cper.h
443*3245fa21SMitchell Horne  gEfiEventNotificationTypeSeiGuid   = { 0x5C284C81, 0xB0AE, 0x4E87, { 0xA3, 0x22, 0xB0, 0x4C, 0x85, 0x62, 0x43, 0x23 }}
444*3245fa21SMitchell Horne
445*3245fa21SMitchell Horne  ## Include/Guid/Cper.h
446*3245fa21SMitchell Horne  gEfiEventNotificationTypePeiGuid   = { 0x09A9D5AC, 0x5204, 0x4214, { 0x96, 0xE5, 0x94, 0x99, 0x2E, 0x75, 0x2B, 0xCD }}
447*3245fa21SMitchell Horne
448*3245fa21SMitchell Horne  ## Include/Guid/Cper.h
4490d1ba665SWarner Losh  gEfiProcessorGenericErrorSectionGuid  = { 0x9876ccad, 0x47b4, 0x4bdb, { 0xb6, 0x5e, 0x16, 0xf1, 0x93, 0xc4, 0xf3, 0xdb }}
4500d1ba665SWarner Losh
4510d1ba665SWarner Losh  ## Include/Guid/Cper.h
4520d1ba665SWarner Losh  gEfiProcessorSpecificErrorSectionGuid = { 0xdc3ea0b0, 0xa144, 0x4797, { 0xb9, 0x5b, 0x53, 0xfa, 0x24, 0x2b, 0x6e, 0x1d }}
4530d1ba665SWarner Losh
4540d1ba665SWarner Losh  ## Include/Guid/Cper.h
4550d1ba665SWarner Losh  gEfiIa32X64ProcessorErrorSectionGuid  = { 0xdc3ea0b0, 0xa144, 0x4797, { 0xb9, 0x5b, 0x53, 0xfa, 0x24, 0x2b, 0x6e, 0x1d }}
4560d1ba665SWarner Losh
4570d1ba665SWarner Losh  ## Include/Guid/Cper.h
4580d1ba665SWarner Losh  gEfiPlatformMemoryErrorSectionGuid = { 0xa5bc1114, 0x6f64, 0x4ede, { 0xb8, 0x63, 0x3e, 0x83, 0xed, 0x7c, 0x83, 0xb1 }}
4590d1ba665SWarner Losh
4600d1ba665SWarner Losh  ## Include/Guid/Cper.h
4610d1ba665SWarner Losh  gEfiPcieErrorSectionGuid           = { 0xd995e954, 0xbbc1, 0x430f, { 0xad, 0x91, 0xb4, 0x4d, 0xcb, 0x3c, 0x6f, 0x35 }}
4620d1ba665SWarner Losh
4630d1ba665SWarner Losh  ## Include/Guid/Cper.h
4640d1ba665SWarner Losh  gEfiFirmwareErrorSectionGuid       = { 0x81212a96, 0x09ed, 0x4996, { 0x94, 0x71, 0x8d, 0x72, 0x9c, 0x8e, 0x69, 0xed }}
4650d1ba665SWarner Losh
4660d1ba665SWarner Losh  ## Include/Guid/Cper.h
4670d1ba665SWarner Losh  gEfiPciBusErrorSectionGuid         = { 0xc5753963, 0x3b84, 0x4095, { 0xbf, 0x78, 0xed, 0xda, 0xd3, 0xf9, 0xc9, 0xdd }}
4680d1ba665SWarner Losh
4690d1ba665SWarner Losh  ## Include/Guid/Cper.h
4700d1ba665SWarner Losh  gEfiPciDevErrorSectionGuid         = { 0xeb5e4685, 0xca66, 0x4769, { 0xb6, 0xa2, 0x26, 0x06, 0x8b, 0x00, 0x13, 0x26 }}
4710d1ba665SWarner Losh
4720d1ba665SWarner Losh  ## Include/Guid/Cper.h
4730d1ba665SWarner Losh  gEfiDMArGenericErrorSectionGuid    = { 0x5b51fef7, 0xc79d, 0x4434, { 0x8f, 0x1b, 0xaa, 0x62, 0xde, 0x3e, 0x2c, 0x64 }}
4740d1ba665SWarner Losh
4750d1ba665SWarner Losh  ## Include/Guid/Cper.h
4760d1ba665SWarner Losh  gEfiDirectedIoDMArErrorSectionGuid = { 0x71761d37, 0x32b2, 0x45cd, { 0xa7, 0xd0, 0xb0, 0xfe, 0xdd, 0x93, 0xe8, 0xcf }}
4770d1ba665SWarner Losh
4780d1ba665SWarner Losh  ## Include/Guid/Cper.h
4790d1ba665SWarner Losh  gEfiIommuDMArErrorSectionGuid      = { 0x036f84e1, 0x7f37, 0x428c, { 0xa7, 0x9e, 0x57, 0x5f, 0xdf, 0xaa, 0x84, 0xec }}
4800d1ba665SWarner Losh
4810d1ba665SWarner Losh  #
4820d1ba665SWarner Losh  # GUID defined in UEFI2.2
4830d1ba665SWarner Losh  #
4840d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
4850d1ba665SWarner Losh  gEfiEventUserProfileChangedGuid = { 0xbaf1e6de, 0x209e, 0x4adb, {0x8d, 0x96, 0xfd, 0x8b, 0x71, 0xf3, 0xf6, 0x83 }}
4860d1ba665SWarner Losh
4870d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
4880d1ba665SWarner Losh  gEfiUserCredentialClassUnknownGuid = { 0x5cf32e68, 0x7660, 0x449b, { 0x80, 0xe6, 0x7e, 0xa3, 0x6e, 0x3, 0xf6, 0xa8 }}
4890d1ba665SWarner Losh
4900d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
4910d1ba665SWarner Losh  gEfiUserCredentialClassPasswordGuid = { 0xf8e5058c, 0xccb6, 0x4714, { 0xb2, 0x20, 0x3f, 0x7e, 0x3a, 0x64, 0xb, 0xd1 }}
4920d1ba665SWarner Losh
4930d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
4940d1ba665SWarner Losh  gEfiUserCredentialClassSmartCardGuid = { 0x5f03ba33, 0x8c6b, 0x4c24, { 0xaa, 0x2e, 0x14, 0xa2, 0x65, 0x7b, 0xd4, 0x54 }}
4950d1ba665SWarner Losh
4960d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
4970d1ba665SWarner Losh  gEfiUserCredentialClassFingerprintGuid = { 0x32cba21f, 0xf308, 0x4cbc, { 0x9a, 0xb5, 0xf5, 0xa3, 0x69, 0x9f, 0x4, 0x4a }}
4980d1ba665SWarner Losh
4990d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
5000d1ba665SWarner Losh  gEfiUserCredentialClassHandprintGuid = { 0x5917ef16, 0xf723, 0x4bb9, { 0xa6, 0x4b, 0xd8, 0xc5, 0x32, 0xf4, 0xd8, 0xb5 }}
5010d1ba665SWarner Losh
5020d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
5030d1ba665SWarner Losh  gEfiUserCredentialClassSecureCardGuid = { 0x8a6b4a83, 0x42fe, 0x45d2, { 0xa2, 0xef, 0x46, 0xf0, 0x6c, 0x7d, 0x98, 0x52 }}
5040d1ba665SWarner Losh
5050d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
5060d1ba665SWarner Losh  gEfiUserInfoAccessSetupAdminGuid = { 0x85b75607, 0xf7ce, 0x471e, { 0xb7, 0xe4, 0x2a, 0xea, 0x5f, 0x72, 0x32, 0xee }}
5070d1ba665SWarner Losh
5080d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
5090d1ba665SWarner Losh  gEfiUserInfoAccessSetupNormalGuid = { 0x1db29ae0, 0x9dcb, 0x43bc, { 0x8d, 0x87, 0x5d, 0xa1, 0x49, 0x64, 0xdd, 0xe2 }}
5100d1ba665SWarner Losh
5110d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
5120d1ba665SWarner Losh  gEfiUserInfoAccessSetupRestrictedGuid = { 0xbdb38125, 0x4d63, 0x49f4, { 0x82, 0x12, 0x61, 0xcf, 0x5a, 0x19, 0xa, 0xf8 }}
5130d1ba665SWarner Losh
5140d1ba665SWarner Losh  ## Include/Guid/ImageAuthentication.h
5150d1ba665SWarner Losh  gEfiImageSecurityDatabaseGuid  = { 0xd719b2cb, 0x3d3a, 0x4596, {0xa3, 0xbc, 0xda, 0xd0,  0xe, 0x67, 0x65, 0x6f }}
5160d1ba665SWarner Losh  gEfiCertSha256Guid             = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }}
5170d1ba665SWarner Losh  gEfiCertRsa2048Guid            = { 0x3c5766e8, 0x269c, 0x4e34, {0xaa, 0x14, 0xed, 0x77, 0x6e, 0x85, 0xb3, 0xb6 }}
5180d1ba665SWarner Losh  gEfiCertRsa2048Sha256Guid      = { 0xe2b36190, 0x879b, 0x4a3d, {0xad, 0x8d, 0xf2, 0xe7, 0xbb, 0xa3, 0x27, 0x84 }}
5190d1ba665SWarner Losh  gEfiCertSha1Guid               = { 0x826ca512, 0xcf10, 0x4ac9, {0xb1, 0x87, 0xbe,  0x1, 0x49, 0x66, 0x31, 0xbd }}
5200d1ba665SWarner Losh  gEfiCertRsa2048Sha1Guid        = { 0x67f8444f, 0x8743, 0x48f1, {0xa3, 0x28, 0x1e, 0xaa, 0xb8, 0x73, 0x60, 0x80 }}
5210d1ba665SWarner Losh  gEfiCertX509Guid               = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }}
5220d1ba665SWarner Losh
5230d1ba665SWarner Losh  #
5240d1ba665SWarner Losh  # GUIDs defined in UEFI2.3.1
5250d1ba665SWarner Losh  #
5260d1ba665SWarner Losh  ## Include/Protocol/Kms.h
5270d1ba665SWarner Losh  gEfiKmsFormatGeneric128Guid    = { 0xec8a3d69, 0x6ddf, 0x4108, {0x94, 0x76, 0x73, 0x37, 0xfc, 0x52, 0x21, 0x36 }}
5280d1ba665SWarner Losh  gEfiKmsFormatGeneric160Guid    = { 0xa3b3e6f8, 0xefca, 0x4bc1, {0x88, 0xfb, 0xcb, 0x87, 0x33, 0x9b, 0x25, 0x79 }}
5290d1ba665SWarner Losh  gEfiKmsFormatGeneric256Guid    = { 0x70f64793, 0xc323, 0x4261, {0xac, 0x2c, 0xd8, 0x76, 0xf2, 0x7c, 0x53, 0x45 }}
5300d1ba665SWarner Losh  gEfiKmsFormatGeneric512Guid    = { 0x978fe043, 0xd7af, 0x422e, {0x8a, 0x92, 0x2b, 0x48, 0xe4, 0x63, 0xbd, 0xe6 }}
5310d1ba665SWarner Losh  gEfiKmsFormatGeneric1024Guid   = { 0x43be0b44, 0x874b, 0x4ead, {0xb0, 0x9c, 0x24, 0x1a, 0x4f, 0xbd, 0x7e, 0xb3 }}
5320d1ba665SWarner Losh  gEfiKmsFormatGeneric2048Guid   = { 0x40093f23, 0x630c, 0x4626, {0x9c, 0x48, 0x40, 0x37, 0x3b, 0x19, 0xcb, 0xbe }}
5330d1ba665SWarner Losh  gEfiKmsFormatGeneric3072Guid   = { 0xb9237513, 0x6c44, 0x4411, {0xa9, 0x90, 0x21, 0xe5, 0x56, 0xe0, 0x5a, 0xde }}
5340d1ba665SWarner Losh  gEfiKmsFormatMd2128Guid        = { 0x78be11c4, 0xee44, 0x4a22, {0x9f, 0x05, 0x03, 0x85, 0x2e, 0xc5, 0xc9, 0x78 }}
5350d1ba665SWarner Losh  gEfiKmsFormatMdc2128Guid       = { 0xf7ad60f8, 0xefa8, 0x44a3, {0x91, 0x13, 0x23, 0x1f, 0x39, 0x9e, 0xb4, 0xc7 }}
5360d1ba665SWarner Losh  gEfiKmsFormatMd4128Guid        = { 0xd1c17aa1, 0xcac5, 0x400f, {0xbe, 0x17, 0xe2, 0xa2, 0xae, 0x06, 0x67, 0x7c }}
5370d1ba665SWarner Losh  gEfiKmsFormatMdc4128Guid       = { 0x3fa4f847, 0xd8eb, 0x4df4, {0xbd, 0x49, 0x10, 0x3a, 0x0a, 0x84, 0x7b, 0xbc }}
5380d1ba665SWarner Losh  gEfiKmsFormatMd5128Guid        = { 0xdcbc3662, 0x9cda, 0x4b52, {0xa0, 0x4c, 0x82, 0xeb, 0x1d, 0x23, 0x48, 0xc7 }}
5390d1ba665SWarner Losh  gEfiKmsFormatMd5sha128Guid     = { 0x1c178237, 0x6897, 0x459e, {0x9d, 0x36, 0x67, 0xce, 0x8e, 0xf9, 0x4f, 0x76 }}
5400d1ba665SWarner Losh  gEfiKmsFormatSha1160Guid       = { 0x453c5e5a, 0x482d, 0x43f0, {0x87, 0xc9, 0x59, 0x41, 0xf3, 0xa3, 0x8a, 0xc2 }}
5410d1ba665SWarner Losh  gEfiKmsFormatSha256256Guid     = { 0x6bb4f5cd, 0x8022, 0x448d, {0xbc, 0x6d, 0x77, 0x1b, 0xae, 0x93, 0x5f, 0xc6 }}
5420d1ba665SWarner Losh  gEfiKmsFormatSha512512Guid     = { 0x2f240e12, 0xe14d, 0x475c, {0x83, 0xb0, 0xef, 0xff, 0x22, 0xd7, 0x7b, 0xe7 }}
5430d1ba665SWarner Losh  gEfiKmsFormatAesxts128Guid     = { 0x4776e33f, 0xdb47, 0x479a, {0xa2, 0x5f, 0xa1, 0xcd, 0x0a, 0xfa, 0xb3, 0x8b }}
5440d1ba665SWarner Losh  gEfiKmsFormatAesxts256Guid     = { 0xdc7e8613, 0xc4bb, 0x4db0, {0x84, 0x62, 0x13, 0x51, 0x13, 0x57, 0xab, 0xe2 }}
5450d1ba665SWarner Losh  gEfiKmsFormatAescbc128Guid     = { 0xa0e8ee6a, 0x0e92, 0x44d4, {0x86, 0x1b, 0x0e, 0xaa, 0x4a, 0xca, 0x44, 0xa2 }}
5460d1ba665SWarner Losh  gEfiKmsFormatAescbc256Guid     = { 0xd7e69789, 0x1f68, 0x45e8, {0x96, 0xef, 0x3b, 0x64, 0x07, 0xa5, 0xb2, 0xdc }}
5470d1ba665SWarner Losh  gEfiKmsFormatRsasha11024Guid   = { 0x56417bed, 0x6bbe, 0x4882, {0x86, 0xa0, 0x3a, 0xe8, 0xbb, 0x17, 0xf8, 0xf9 }}
5480d1ba665SWarner Losh  gEfiKmsFormatRsasha12048Guid   = { 0xf66447d4, 0x75a6, 0x463e, {0xa8, 0x19, 0x07, 0x7f, 0x2d, 0xda, 0x05, 0xe9 }}
5490d1ba665SWarner Losh  gEfiKmsFormatRsasha2562048Guid = { 0xa477af13, 0x877d, 0x4060, {0xba, 0xa1, 0x25, 0xd1, 0xbe, 0xa0, 0x8a, 0xd3 }}
5500d1ba665SWarner Losh  gEfiKmsFormatRsasha2563072Guid = { 0x4e1356c2,  0xeed, 0x463f, {0x81, 0x47, 0x99, 0x33, 0xab, 0xdb, 0xc7, 0xd5 }}
5510d1ba665SWarner Losh
5520d1ba665SWarner Losh  ## Include/Guid/ImageAuthentication.h
5530d1ba665SWarner Losh  gEfiCertSha224Guid             = { 0xb6e5233,  0xa65c, 0x44c9, {0x94, 0x7,  0xd9, 0xab, 0x83, 0xbf, 0xc8, 0xbd }}
5540d1ba665SWarner Losh  gEfiCertSha384Guid             = { 0xff3e5307, 0x9fd0, 0x48c9, {0x85, 0xf1, 0x8a, 0xd5, 0x6c, 0x70, 0x1e,  0x1 }}
5550d1ba665SWarner Losh  gEfiCertSha512Guid             = { 0x93e0fae,  0xa6c4, 0x4f50, {0x9f, 0x1b, 0xd4, 0x1e, 0x2b, 0x89, 0xc1, 0x9a }}
5560d1ba665SWarner Losh  gEfiCertPkcs7Guid              = { 0x4aafd29d, 0x68df, 0x49ee, {0x8a, 0xa9, 0x34, 0x7d, 0x37, 0x56, 0x65, 0xa7 }}
5570d1ba665SWarner Losh
5580d1ba665SWarner Losh  ## Include/Protocol/Hash.h
5590d1ba665SWarner Losh  gEfiHashAlgorithmSha1NoPadGuid = { 0x24c5dc2f, 0x53e2, 0x40ca, { 0x9e, 0xd6, 0xa5, 0xd9, 0xa4, 0x9f, 0x46, 0x3b }}
5600d1ba665SWarner Losh  gEfiHashAlgorithmSha256NoPadGuid = { 0x8628752a, 0x6cb7, 0x4814, { 0x96, 0xfc, 0x24, 0xa8, 0x15, 0xac, 0x22, 0x26 }}
5610d1ba665SWarner Losh
5620d1ba665SWarner Losh  #
5630d1ba665SWarner Losh  # GUIDs defined in UEFI2.4
5640d1ba665SWarner Losh  #
5650d1ba665SWarner Losh  ## Include/Guid/FmpCapsule.h
5660d1ba665SWarner Losh  gEfiFmpCapsuleGuid             =  { 0x6dcbd5ed, 0xe82d, 0x4c44, {0xbd, 0xa1, 0x71, 0x94, 0x19, 0x9a, 0xd9, 0x2a }}
5670d1ba665SWarner Losh
5680d1ba665SWarner Losh  ## Include/Guid/ImageAuthentication.h
5690d1ba665SWarner Losh  gEfiCertX509Sha256Guid         = { 0x3bd2a492, 0x96c0, 0x4079, {0xb4, 0x20, 0xfc, 0xf9, 0x8e, 0xf1, 0x03, 0xed }}
5700d1ba665SWarner Losh  gEfiCertX509Sha384Guid         = { 0x7076876e, 0x80c2, 0x4ee6, {0xaa, 0xd2, 0x28, 0xb3, 0x49, 0xa6, 0x86, 0x5b }}
5710d1ba665SWarner Losh  gEfiCertX509Sha512Guid         = { 0x446dbf63, 0x2502, 0x4cda, {0xbc, 0xfa, 0x24, 0x65, 0xd2, 0xb0, 0xfe, 0x9d }}
5720d1ba665SWarner Losh
5730d1ba665SWarner Losh  ## Include/Protocol/Rng.h
5740d1ba665SWarner Losh  gEfiRngAlgorithmSp80090Hash256Guid = { 0xa7af67cb, 0x603b, 0x4d42, {0xba, 0x21, 0x70, 0xbf, 0xb6, 0x29, 0x3f, 0x96 }}
5750d1ba665SWarner Losh  gEfiRngAlgorithmSp80090Hmac256Guid = { 0xc5149b43, 0xae85, 0x4f53, {0x99, 0x82, 0xb9, 0x43, 0x35, 0xd3, 0xa9, 0xe7 }}
5760d1ba665SWarner Losh  gEfiRngAlgorithmSp80090Ctr256Guid  = { 0x44f0de6e, 0x4d8c, 0x4045, {0xa8, 0xc7, 0x4d, 0xd1, 0x68, 0x85, 0x6b, 0x9e }}
5770d1ba665SWarner Losh  gEfiRngAlgorithmX9313DesGuid       = { 0x63c4785a, 0xca34, 0x4012, {0xa3, 0xc8, 0x0b, 0x6a, 0x32, 0x4f, 0x55, 0x46 }}
5780d1ba665SWarner Losh  gEfiRngAlgorithmX931AesGuid        = { 0xacd03321, 0x777e, 0x4d3d, {0xb1, 0xc8, 0x20, 0xcf, 0xd8, 0x88, 0x20, 0xc9 }}
5790d1ba665SWarner Losh  gEfiRngAlgorithmRaw                = { 0xe43176d7, 0xb6e8, 0x4827, {0xb7, 0x84, 0x7f, 0xfd, 0xc4, 0xb6, 0x85, 0x61 }}
5800d1ba665SWarner Losh
5810d1ba665SWarner Losh  ## Include/Protocol/AdapterInformation.h
5820d1ba665SWarner Losh  gEfiAdapterInfoMediaStateGuid       = { 0xD7C74207, 0xA831, 0x4A26, {0xB1, 0xF5, 0xD1, 0x93, 0x06, 0x5C, 0xE8, 0xB6 }}
5830d1ba665SWarner Losh  gEfiAdapterInfoNetworkBootGuid      = { 0x1FBD2960, 0x4130, 0x41E5, {0x94, 0xAC, 0xD2, 0xCF, 0x03, 0x7F, 0xB3, 0x7C }}
5840d1ba665SWarner Losh  gEfiAdapterInfoSanMacAddressGuid    = { 0x114da5ef, 0x2cf1, 0x4e12, {0x9b, 0xbb, 0xc4, 0x70, 0xb5, 0x52, 0x5, 0xd9 }}
5850d1ba665SWarner Losh
5860d1ba665SWarner Losh  ## Include/Guid/CapsuleReport.h
5870d1ba665SWarner Losh  gEfiCapsuleReportGuid               = { 0x39b68c46, 0xf7fb, 0x441b, {0xb6, 0xec, 0x16, 0xb0, 0xf6, 0x98, 0x21, 0xf3 }}
5880d1ba665SWarner Losh
5890d1ba665SWarner Losh  #
5900d1ba665SWarner Losh  # GUIDs defined in UEFI2.5
5910d1ba665SWarner Losh  #
5920d1ba665SWarner Losh
5930d1ba665SWarner Losh  ## Include/Guid/SystemResourceTable.h
5940d1ba665SWarner Losh  gEfiSystemResourceTableGuid    = { 0xb122a263, 0x3661, 0x4f68, {0x99, 0x29, 0x78, 0xf8, 0xb0, 0xd6, 0x21, 0x80 }}
5950d1ba665SWarner Losh
5960d1ba665SWarner Losh  ## Include/Protocol/AdapterInformation.h
5970d1ba665SWarner Losh  gEfiAdapterInfoUndiIpv6SupportGuid = { 0x4bd56be3, 0x4975, 0x4d8a, {0xa0, 0xad, 0xc4, 0x91, 0x20, 0x4b, 0x5d, 0x4d }}
5980d1ba665SWarner Losh
5990d1ba665SWarner Losh  ## Include/Protocol/RegularExpressionProtocol.h
6000d1ba665SWarner Losh  gEfiRegexSyntaxTypePosixExtendedGuid = {0x5F05B20F, 0x4A56, 0xC231, {0xFA, 0x0B, 0xA7, 0xB1, 0xF1, 0x10, 0x04, 0x1D }}
6010d1ba665SWarner Losh
6020d1ba665SWarner Losh  ## Include/Protocol/RegularExpressionProtocol.h
6030d1ba665SWarner Losh  gEfiRegexSyntaxTypeEcma262Guid = { 0x9A473A4A, 0x4CEB, 0xB95A, {0x41, 0x5E, 0x5B, 0xA0, 0xBC, 0x63, 0x9B, 0x2E }}
6040d1ba665SWarner Losh
6050d1ba665SWarner Losh  ## Include/Protocol/RegularExpressionProtocol.h
6060d1ba665SWarner Losh  gEfiRegexSyntaxTypePerlGuid = {0x63E60A51, 0x497D, 0xD427, {0xC4, 0xA5, 0xB8, 0xAB, 0xDC, 0x3A, 0xAE, 0xB6 }}
6070d1ba665SWarner Losh
6080d1ba665SWarner Losh  ## Include/Guid/Cper.h
6090d1ba665SWarner Losh  gEfiPlatformMemory2ErrorSectionGuid = { 0x61EC04FC, 0x48E6, 0xD813, { 0x25, 0xC9, 0x8D, 0xAA, 0x44, 0x75, 0x0B, 0x12 }}
6100d1ba665SWarner Losh
6110d1ba665SWarner Losh  ## Include/Protocol/BlockIoCrypto.h
6120d1ba665SWarner Losh  gEfiBlockIoCryptoAlgoAesXtsGuid            = { 0x2f87ba6a, 0x5c04, 0x4385, {0xa7, 0x80, 0xf3, 0xbf, 0x78, 0xa9, 0x7b, 0xec }}
6130d1ba665SWarner Losh  gEfiBlockIoCryptoAlgoAesCbcMsBitlockerGuid = { 0x689e4c62, 0x70bf, 0x4cf3, {0x88, 0xbb, 0x33, 0xb3, 0x18, 0x26, 0x86, 0x70 }}
6140d1ba665SWarner Losh
6150d1ba665SWarner Losh  ## Include/Protocol/SmartCardEdge.h
6160d1ba665SWarner Losh  gEfiPaddingRsassaPkcs1V1P5Guid = { 0x9317ec24, 0x7cb0, 0x4d0e, {0x8b, 0x32, 0x2e, 0xd9, 0x20, 0x9c, 0xd8, 0xaf }}
6170d1ba665SWarner Losh  gEfiPaddingRsassaPssGuid       = { 0x7b2349e0, 0x522d, 0x4f8e, {0xb9, 0x27, 0x69, 0xd9, 0x7c, 0x9e, 0x79, 0x5f }}
6180d1ba665SWarner Losh  gEfiPaddingNoneGuid            = { 0x3629ddb1, 0x228c, 0x452e, {0xb6, 0x16, 0x09, 0xed, 0x31, 0x6a, 0x97, 0x00 }}
6190d1ba665SWarner Losh  gEfiPaddingRsaesPkcs1V1P5Guid  = { 0xe1c1d0a9, 0x40b1, 0x4632, {0xbd, 0xcc, 0xd9, 0xd6, 0xe5, 0x29, 0x56, 0x31 }}
6200d1ba665SWarner Losh  gEfiPaddingRsaesOaepGuid       = { 0xc1e63ac4, 0xd0cf, 0x4ce6, {0x83, 0x5b, 0xee, 0xd0, 0xe6, 0xa8, 0xa4, 0x5b }}
6210d1ba665SWarner Losh
6220d1ba665SWarner Losh  ## Include/Guid/SmBios.h
6230d1ba665SWarner Losh  gEfiSmbios3TableGuid = { 0xF2FD1544, 0x9794, 0x4A2C, { 0x99, 0x2E, 0xE5, 0xBB, 0xCF, 0x20, 0xE3, 0x94 }}
6240d1ba665SWarner Losh
6250d1ba665SWarner Losh  ## Include/Protocol/BootManagerPolicy.h
6260d1ba665SWarner Losh  gEfiBootManagerPolicyConsoleGuid    = { 0xCAB0E94C, 0xE15F, 0x11E3, { 0x91, 0x8D, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA }}
6270d1ba665SWarner Losh  gEfiBootManagerPolicyNetworkGuid    = { 0xD04159DC, 0xE15F, 0x11E3, { 0xB2, 0x61, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA }}
6280d1ba665SWarner Losh  gEfiBootManagerPolicyConnectAllGuid = { 0x113B2126, 0xFC8A, 0x11E3, { 0xBD, 0x6C, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA }}
6290d1ba665SWarner Losh
6300d1ba665SWarner Losh  ## Include/Protocol/DevicePath.h
6310d1ba665SWarner Losh  gEfiVirtualDiskGuid            = { 0x77AB535A, 0x45FC, 0x624B, {0x55, 0x60, 0xF7, 0xB2, 0x81, 0xD1, 0xF9, 0x6E }}
6320d1ba665SWarner Losh  gEfiVirtualCdGuid              = { 0x3D5ABD30, 0x4175, 0x87CE, {0x6D, 0x64, 0xD2, 0xAD, 0xE5, 0x23, 0xC4, 0xBB }}
6330d1ba665SWarner Losh  gEfiPersistentVirtualDiskGuid  = { 0x5CEA02C9, 0x4D07, 0x69D3, {0x26, 0x9F ,0x44, 0x96, 0xFB, 0xE0, 0x96, 0xF9 }}
6340d1ba665SWarner Losh  gEfiPersistentVirtualCdGuid    = { 0x08018188, 0x42CD, 0xBB48, {0x10, 0x0F, 0x53, 0x87, 0xD5, 0x3D, 0xED, 0x3D }}
6350d1ba665SWarner Losh
6360d1ba665SWarner Losh  #
6370d1ba665SWarner Losh  # GUIDs defined in UEFI2.6
6380d1ba665SWarner Losh  #
6390d1ba665SWarner Losh
6400d1ba665SWarner Losh  ## Include/Guid/MemoryAttributesTable.h
6410d1ba665SWarner Losh  gEfiMemoryAttributesTableGuid        = { 0xdcfa911d, 0x26eb, 0x469f, {0xa2, 0x20, 0x38, 0xb7, 0xdc, 0x46, 0x12, 0x20}}
6420d1ba665SWarner Losh
6430d1ba665SWarner Losh  ## Include/Guid/Cper.h
6440d1ba665SWarner Losh  gEfiArmProcessorErrorSectionGuid     = { 0xe19e3d16, 0xbc11, 0x11e4, { 0x9c, 0xaa, 0xc2, 0x05, 0x1d, 0x5d, 0x46, 0xb0 }}
6450d1ba665SWarner Losh
6460d1ba665SWarner Losh  ## Guid for Image decoder
6470d1ba665SWarner Losh  ## Include/Protocol/ImageDecoder.h
6480d1ba665SWarner Losh  gEfiHiiImageDecoderNameJpegGuid           = { 0xefefd093, 0x0d9b, 0x46eb, { 0xa8, 0x56, 0x48, 0x35, 0x07, 0x00, 0xc9, 0x08 }}
6490d1ba665SWarner Losh  gEfiHiiImageDecoderNamePngGuid            = { 0xaf060190, 0x5e3a, 0x4025, { 0xaf, 0xbd, 0xe1, 0xf9, 0x05, 0xbf, 0xaa, 0x4c }}
6500d1ba665SWarner Losh
6510d1ba665SWarner Losh  #
652*3245fa21SMitchell Horne  # GUIDs defined in UEFI2.7
653*3245fa21SMitchell Horne  #
654*3245fa21SMitchell Horne  ## Include/Guid/Btt.h
655*3245fa21SMitchell Horne  gEfiBttAbstractionGuid         = { 0x18633bfc, 0x1735, 0x4217, { 0x8a, 0xc9, 0x17, 0x23, 0x92, 0x82, 0xd3, 0xf8 }}
656*3245fa21SMitchell Horne
657*3245fa21SMitchell Horne  # GUIDs defined in UEFI2.8
658*3245fa21SMitchell Horne  #
659*3245fa21SMitchell Horne  ## Include/Guid/JsonCapsule.h
660*3245fa21SMitchell Horne  gEfiJsonConfigDataTableGuid      = { 0x87367f87, 0x1119, 0x41ce, { 0xaa, 0xec, 0x8b, 0xe0, 0x11, 0x1f, 0x55, 0x8a }}
661*3245fa21SMitchell Horne  gEfiJsonCapsuleDataTableGuid     = { 0x35e7a725, 0x8dd2, 0x4cac, { 0x80, 0x11, 0x33, 0xcd, 0xa8, 0x10, 0x90, 0x56 }}
662*3245fa21SMitchell Horne  gEfiJsonCapsuleResultTableGuid   = { 0xdbc461c3, 0xb3de, 0x422a, { 0xb9, 0xb4, 0x98, 0x86, 0xfd, 0x49, 0xa1, 0xe5 }}
663*3245fa21SMitchell Horne  gEfiJsonCapsuleIdGuid            = { 0x67d6f4cd, 0xd6b8, 0x4573, { 0xbf, 0x4a, 0xde, 0x5e, 0x25, 0x2d, 0x61, 0xae }}
664*3245fa21SMitchell Horne
665*3245fa21SMitchell Horne  ## Include/Guid/HiiPlatformSetupFormset.h
666*3245fa21SMitchell Horne  gEfiHiiResetStyleFormsetGuid     = { 0x790217bd, 0xbecf, 0x485b, { 0x91, 0x70, 0x5f, 0xf7, 0x11, 0x31, 0x8b, 0x27 }}
667*3245fa21SMitchell Horne
668*3245fa21SMitchell Horne  # GUIDs defined in UEFI2.8a
669*3245fa21SMitchell Horne  #
670*3245fa21SMitchell Horne  ## Include/Guid/RtPropertiesTable.h
671*3245fa21SMitchell Horne  gEfiRtPropertiesTableGuid      = { 0xeb66918a, 0x7eef, 0x402a, { 0x84, 0x2e, 0x93, 0x1d, 0x21, 0xc3, 0x8a, 0xe9 }}
672*3245fa21SMitchell Horne
673*3245fa21SMitchell Horne  #
6740d1ba665SWarner Losh  # GUID defined in PI1.0
6750d1ba665SWarner Losh  #
6760d1ba665SWarner Losh  ## Include/Guid/AprioriFileName.h
6770d1ba665SWarner Losh  gPeiAprioriFileNameGuid        = { 0x1b45cc0a, 0x156a, 0x428a, { 0XAF, 0x62,  0x49, 0x86, 0x4d, 0xa0, 0xe6, 0xe6 }}
6780d1ba665SWarner Losh
6790d1ba665SWarner Losh  ## Include/Guid/Apriori.h
6800d1ba665SWarner Losh  gAprioriGuid                   = { 0xFC510EE7, 0xFFDC, 0x11D4, { 0xBD, 0x41, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
6810d1ba665SWarner Losh
6820d1ba665SWarner Losh  ## Include/Guid/FirmwareFileSystem2.h
6830d1ba665SWarner Losh  gEfiFirmwareFileSystem2Guid     = { 0x8c8ce578, 0x8a3d, 0x4f1c, { 0x99, 0x35, 0x89, 0x61, 0x85, 0xc3, 0x2d, 0xd3 }}
6840d1ba665SWarner Losh
6850d1ba665SWarner Losh  ## Include/Guid/FirmwareFileSystem2.h
6860d1ba665SWarner Losh  gEfiFirmwareVolumeTopFileGuid  = { 0x1BA0062E, 0xC779, 0x4582, { 0x85, 0x66, 0x33, 0x6A, 0xE8, 0xF7, 0x8F, 0x09 }}
6870d1ba665SWarner Losh
6880d1ba665SWarner Losh  ## Include/Guid/MemoryAllocationHob.h
6890d1ba665SWarner Losh  gEfiHobMemoryAllocModuleGuid   = { 0xF8E21975, 0x0899, 0x4F58, { 0xA4, 0xBE, 0x55, 0x25, 0xA9, 0xC6, 0xD7, 0x7A }}
6900d1ba665SWarner Losh
6910d1ba665SWarner Losh  ## Include/Guid/MemoryAllocationHob.h
6920d1ba665SWarner Losh  gEfiHobMemoryAllocStackGuid    = { 0x4ED4BF27, 0x4092, 0x42E9, { 0x80, 0x7D, 0x52, 0x7B, 0x1D, 0x00, 0xC9, 0xBD }}
6930d1ba665SWarner Losh
6940d1ba665SWarner Losh  ## Include/Guid/MemoryAllocationHob.h
6950d1ba665SWarner Losh  gEfiHobMemoryAllocBspStoreGuid = { 0x564B33CD, 0xC92A, 0x4593, { 0x90, 0xBF, 0x24, 0x73, 0xE4, 0x3C, 0x63, 0x22 }}
6960d1ba665SWarner Losh
6970d1ba665SWarner Losh  ## Include/Guid/EventLegacyBios.h
6980d1ba665SWarner Losh  gEfiEventLegacyBootGuid        = { 0x2A571201, 0x4966, 0x47F6, { 0x8B, 0x86, 0xF3, 0x1E, 0x41, 0xF3, 0x2F, 0x10 }}
6990d1ba665SWarner Losh
7000d1ba665SWarner Losh  ## Include/Guid/HobList.h
7010d1ba665SWarner Losh  gEfiHobListGuid                = { 0x7739F24C, 0x93D7, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
7020d1ba665SWarner Losh
7030d1ba665SWarner Losh  ## Include/Guid/DxeServices.h
7040d1ba665SWarner Losh  gEfiDxeServicesTableGuid       = { 0x05AD34BA, 0x6F02, 0x4214, { 0x95, 0x2E, 0x4D, 0xA0, 0x39, 0x8E, 0x2B, 0xB9 }}
7050d1ba665SWarner Losh
7060d1ba665SWarner Losh  ## Include/Guid/MdePkgTokenSpace.h
7070d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid       = { 0x914AEBE7, 0x4635, 0x459b, { 0xAA, 0x1C, 0x11, 0xE2, 0x19, 0xB0, 0x3A, 0x10 }}
7080d1ba665SWarner Losh
7090d1ba665SWarner Losh  ## Include/Guid/HardwareErrorVariable.h
7100d1ba665SWarner Losh  gEfiHardwareErrorVariableGuid  = { 0x414E6BDD, 0xE47B, 0x47cc, { 0xB2, 0x44, 0xBB, 0x61, 0x02, 0x0C, 0xF5, 0x16 }}
7110d1ba665SWarner Losh
7120d1ba665SWarner Losh  #
7130d1ba665SWarner Losh  # GUID defined in PI1.2
7140d1ba665SWarner Losh  #
7150d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
7160d1ba665SWarner Losh  gEfiEventDxeDispatchGuid       = { 0x7081E22F, 0xCAC6, 0x4053, { 0x94, 0x68, 0x67, 0x57, 0x82, 0xCF, 0x88, 0xE5 }}
7170d1ba665SWarner Losh
7180d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Ide interface.
7190d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7200d1ba665SWarner Losh  gEfiDiskInfoIdeInterfaceGuid   = { 0x5E948FE3, 0x26D3, 0x42B5, { 0xAF, 0x17, 0x61, 0x02, 0x87, 0x18, 0x8D, 0xEC }}
7210d1ba665SWarner Losh
7220d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Scsi interface.
7230d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7240d1ba665SWarner Losh  gEfiDiskInfoScsiInterfaceGuid  = { 0x08F74BAA, 0xEA36, 0x41D9, { 0x95, 0x21, 0x21, 0xA7, 0x0F, 0x87, 0x80, 0xBC }}
7250d1ba665SWarner Losh
7260d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Usb interface.
7270d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7280d1ba665SWarner Losh  gEfiDiskInfoUsbInterfaceGuid   = { 0xCB871572, 0xC11A, 0x47B5, { 0xB4, 0x92, 0x67, 0x5E, 0xAF, 0xA7, 0x77, 0x27 }}
7290d1ba665SWarner Losh
7300d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Ahci interface.
7310d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7320d1ba665SWarner Losh  gEfiDiskInfoAhciInterfaceGuid  = { 0x9e498932, 0x4abc, 0x45af, { 0xa3, 0x4d, 0x02, 0x47, 0x78, 0x7b, 0xe7, 0xc6 }}
7330d1ba665SWarner Losh
7340d1ba665SWarner Losh  ## Include/Guid/StatusCodeDataTypeId.h
7350d1ba665SWarner Losh  gEfiStatusCodeDataTypeStringGuid = { 0x92D11080, 0x496F, 0x4D95, { 0xBE, 0x7E, 0x03, 0x74, 0x88, 0x38, 0x2B, 0x0A }}
7360d1ba665SWarner Losh
7370d1ba665SWarner Losh  ## Include/Guid/StatusCodeDataTypeId.h
7380d1ba665SWarner Losh  gEfiStatusCodeSpecificDataGuid   = { 0x335984BD, 0xE805, 0x409A, { 0xB8, 0xF8, 0xD2, 0x7E, 0xCE, 0x5F, 0xF7, 0xA6 }}
7390d1ba665SWarner Losh
7400d1ba665SWarner Losh  ## Include/Guid/FirmwareFileSystem3.h
7410d1ba665SWarner Losh  gEfiFirmwareFileSystem3Guid      = { 0x5473c07a, 0x3dcb, 0x4dca, { 0xbd, 0x6f, 0x1e, 0x96, 0x89, 0xe7, 0x34, 0x9a }}
7420d1ba665SWarner Losh
7430d1ba665SWarner Losh  #
7440d1ba665SWarner Losh  # GUID defined in PI1.2.1
7450d1ba665SWarner Losh  #
7460d1ba665SWarner Losh  ## Include/Guid/EventGroup.h
7470d1ba665SWarner Losh  gEfiEndOfDxeEventGroupGuid        = { 0x2ce967a, 0xdd7e, 0x4ffc, { 0x9e, 0xe7, 0x81, 0xc, 0xf0, 0x47, 0x8, 0x80 }}
7480d1ba665SWarner Losh
7490d1ba665SWarner Losh  ## Include/Guid/FirmwareContentsSigned.h
7500d1ba665SWarner Losh  gEfiFirmwareContentsSignedGuid    = { 0xf9d89e8, 0x9259, 0x4f76, { 0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf }}
7510d1ba665SWarner Losh
7520d1ba665SWarner Losh  ## Include/Guid/VectorHandoffTable.h
7530d1ba665SWarner Losh  gEfiVectorHandoffTableGuid        = { 0x996ec11c, 0x5397, 0x4e73, { 0xb5, 0x8f, 0x82, 0x7e, 0x52, 0x90, 0x6d, 0xef }}
7540d1ba665SWarner Losh
7550d1ba665SWarner Losh  ## Include/IndustryStandard/Hsti.h
7560d1ba665SWarner Losh  gAdapterInfoPlatformSecurityGuid  = {0x6be272c7, 0x1320, 0x4ccd, { 0x90, 0x17, 0xd4, 0x61, 0x2c, 0x01, 0x2b, 0x25 }}
7570d1ba665SWarner Losh
7580d1ba665SWarner Losh  #
7590d1ba665SWarner Losh  # GUID defined in PI1.3
7600d1ba665SWarner Losh  #
7610d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Nvme interface.
7620d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7630d1ba665SWarner Losh  gEfiDiskInfoNvmeInterfaceGuid  = { 0x3ab14680, 0x5d3f, 0x4a4d, { 0xbc, 0xdc, 0xcc, 0x38, 0x0, 0x18, 0xc7, 0xf7 }}
7640d1ba665SWarner Losh
7650d1ba665SWarner Losh  #
7660d1ba665SWarner Losh  # GUID defined in PI1.4
7670d1ba665SWarner Losh  #
7680d1ba665SWarner Losh  ## Include/Guid/GraphicsInfoHob.h
7690d1ba665SWarner Losh  gEfiGraphicsInfoHobGuid           = { 0x39f62cce, 0x6825, 0x4669, { 0xbb, 0x56, 0x54, 0x1a, 0xba, 0x75, 0x3a, 0x07 }}
7700d1ba665SWarner Losh
7710d1ba665SWarner Losh  ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify UFS interface.
7720d1ba665SWarner Losh  ## Include/Protocol/DiskInfo.h
7730d1ba665SWarner Losh  gEfiDiskInfoUfsInterfaceGuid   = { 0x4b3029cc, 0x6b98, 0x47fb, { 0xbc, 0x96, 0x76, 0xdc, 0xb8, 0x4, 0x41, 0xf0 }}
7740d1ba665SWarner Losh
7750d1ba665SWarner Losh  #
7760d1ba665SWarner Losh  # GUID defined in PI1.5
7770d1ba665SWarner Losh  #
7780d1ba665SWarner Losh  ## Include/Guid/GraphicsInfoHob.h
7790d1ba665SWarner Losh  gEfiGraphicsDeviceInfoHobGuid     = { 0xe5cb2ac9, 0xd35d, 0x4430, { 0x93, 0x6e, 0x1d, 0xe3, 0x32, 0x47, 0x8d, 0xe7 }}
7800d1ba665SWarner Losh
781*3245fa21SMitchell Horne  ## Include/Guid/SmramMemoryReserve.h
782*3245fa21SMitchell Horne  gEfiSmmSmramMemoryGuid            = { 0x6dadf1d1, 0xd4cc, 0x4910, { 0xbb, 0x6e, 0x82, 0xb1, 0xfd, 0x80, 0xff, 0x3d }}
783*3245fa21SMitchell Horne
784*3245fa21SMitchell Horne  #
785*3245fa21SMitchell Horne  # GUID defined in PI1.6
786*3245fa21SMitchell Horne  #
787*3245fa21SMitchell Horne  ## Include/Protocol/DiskInfo.h
788*3245fa21SMitchell Horne  gEfiDiskInfoSdMmcInterfaceGuid  = { 0x8deec992, 0xd39c, 0x4a5c, { 0xab, 0x6b, 0x98, 0x6e, 0x14, 0x24, 0x2b, 0x9d }}
789*3245fa21SMitchell Horne
7900d1ba665SWarner Losh  #
7910d1ba665SWarner Losh  # GUID defined in Windows UEFI Firmware Update Platform doc
7920d1ba665SWarner Losh  #
7930d1ba665SWarner Losh  ## Include/IndustryStandard/WindowsUxCapsule.h
7940d1ba665SWarner Losh  gWindowsUxCapsuleGuid          = { 0x3b8c8162, 0x188c, 0x46a4, { 0xae, 0xc9, 0xbe, 0x43, 0xf1, 0xd6, 0x56, 0x97}}
7950d1ba665SWarner Losh
796*3245fa21SMitchell Horne  #
797*3245fa21SMitchell Horne  # GUID indicates the tiano custom compress/decompress algorithm.
798*3245fa21SMitchell Horne  #
799*3245fa21SMitchell Horne  gTianoCustomDecompressGuid     = { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 }}
800*3245fa21SMitchell Horne
8010d1ba665SWarner Losh[Guids.IA32, Guids.X64]
8020d1ba665SWarner Losh  ## Include/Guid/Cper.h
8030d1ba665SWarner Losh  gEfiIa32X64ErrorTypeCacheCheckGuid = { 0xA55701F5, 0xE3EF, 0x43de, { 0xAC, 0x72, 0x24, 0x9B, 0x57, 0x3F, 0xAD, 0x2C }}
8040d1ba665SWarner Losh
8050d1ba665SWarner Losh  ## Include/Guid/Cper.h
8060d1ba665SWarner Losh  gEfiIa32X64ErrorTypeTlbCheckGuid   = { 0xFC06B535, 0x5E1F, 0x4562, { 0x9F, 0x25, 0x0A, 0x3B, 0x9A, 0xDB, 0x63, 0xC3 }}
8070d1ba665SWarner Losh
8080d1ba665SWarner Losh  ## Include/Guid/Cper.h
8090d1ba665SWarner Losh  gEfiIa32X64ErrorTypeBusCheckGuid   = { 0x1CF3F8B3, 0xC5B1, 0x49a2, { 0xAA, 0x59, 0x5E, 0xEF, 0x92, 0xFF, 0xA6, 0x3C }}
8100d1ba665SWarner Losh
8110d1ba665SWarner Losh  ## Include/Guid/Cper.h
8120d1ba665SWarner Losh  gEfiIa32X64ErrorTypeMsCheckGuid    = { 0x48AB7F57, 0xDC34, 0x4f6c, { 0xA7, 0xD3, 0xB0, 0xB5, 0xB0, 0xA7, 0x43, 0x14 }}
8130d1ba665SWarner Losh
8140d1ba665SWarner Losh[Ppis]
8150d1ba665SWarner Losh  ## Include/Ppi/MasterBootMode.h
8160d1ba665SWarner Losh  gEfiPeiMasterBootModePpiGuid = { 0x7408d748, 0xfc8c, 0x4ee6, {0x92, 0x88, 0xc4, 0xbe, 0xc0, 0x92, 0xa4, 0x10 } }
8170d1ba665SWarner Losh
8180d1ba665SWarner Losh  ## Include/Ppi/DxeIpl.h
8190d1ba665SWarner Losh  gEfiDxeIplPpiGuid = {0xae8ce5d, 0xe448, 0x4437, {0xa8, 0xd7, 0xeb, 0xf5, 0xf1, 0x94, 0xf7, 0x31 }}
8200d1ba665SWarner Losh
8210d1ba665SWarner Losh  ## Include/Ppi/MemoryDiscovered.h
8220d1ba665SWarner Losh  gEfiPeiMemoryDiscoveredPpiGuid = {0xf894643d, 0xc449, 0x42d1, {0x8e, 0xa8, 0x85, 0xbd, 0xd8, 0xc6, 0x5b, 0xde } }
8230d1ba665SWarner Losh
8240d1ba665SWarner Losh  ## Include/Ppi/BootInRecoveryMode.h
8250d1ba665SWarner Losh  gEfiPeiBootInRecoveryModePpiGuid = { 0x17ee496a, 0xd8e4, 0x4b9a, {0x94, 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 } }
8260d1ba665SWarner Losh
8270d1ba665SWarner Losh  ## Include/Ppi/EndOfPeiPhase.h
8280d1ba665SWarner Losh  gEfiEndOfPeiSignalPpiGuid = {0x605EA650, 0xC65C, 0x42e1, {0xBA, 0x80, 0x91, 0xA5, 0x2A, 0xB6, 0x18, 0xC6 } }
8290d1ba665SWarner Losh
8300d1ba665SWarner Losh  ## Include/Ppi/Reset.h
8310d1ba665SWarner Losh  gEfiPeiResetPpiGuid = { 0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } }
8320d1ba665SWarner Losh
8330d1ba665SWarner Losh  ## Include/Ppi/StatusCode.h
8340d1ba665SWarner Losh  gEfiPeiStatusCodePpiGuid = { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } }
8350d1ba665SWarner Losh
8360d1ba665SWarner Losh  ## Include/Ppi/Security2.h
8370d1ba665SWarner Losh  gEfiPeiSecurity2PpiGuid = { 0xdcd0be23, 0x9586, 0x40f4, { 0xb6, 0x43, 0x6, 0x52, 0x2c, 0xed, 0x4e, 0xde } }
8380d1ba665SWarner Losh
8390d1ba665SWarner Losh  ## Include/Ppi/TemporaryRamSupport.h
8400d1ba665SWarner Losh  gEfiTemporaryRamSupportPpiGuid = { 0xdbe23aa9, 0xa345, 0x4b97, {0x85, 0xb6, 0xb2, 0x26, 0xf1, 0x61, 0x73, 0x89} }
8410d1ba665SWarner Losh
8420d1ba665SWarner Losh  ## Include/Ppi/CpuIo.h
8430d1ba665SWarner Losh  gEfiPeiCpuIoPpiInstalledGuid = { 0xe6af1f7b, 0xfc3f, 0x46da, {0xa8, 0x28, 0xa3, 0xb4, 0x57, 0xa4, 0x42, 0x82 } }
8440d1ba665SWarner Losh
8450d1ba665SWarner Losh  ## Include/Ppi/PciCfg2.h
8460d1ba665SWarner Losh  gEfiPciCfg2PpiGuid = { 0x57a449a, 0x1fdc, 0x4c06, { 0xbf, 0xc9, 0xf5, 0x3f, 0x6a, 0x99, 0xbb, 0x92 } }
8470d1ba665SWarner Losh
8480d1ba665SWarner Losh  ## Include/Ppi/Stall.h
8490d1ba665SWarner Losh  gEfiPeiStallPpiGuid = { 0x1f4c6f90, 0xb06b, 0x48d8, {0xa2, 0x01, 0xba, 0xe5, 0xf1, 0xcd, 0x7d, 0x56 } }
8500d1ba665SWarner Losh
8510d1ba665SWarner Losh  ## Include/Ppi/ReadOnlyVariable2.h
8520d1ba665SWarner Losh  gEfiPeiReadOnlyVariable2PpiGuid = { 0x2ab86ef5, 0xecb5, 0x4134, { 0xb5, 0x56, 0x38, 0x54, 0xca, 0x1f, 0xe1, 0xb4 } }
8530d1ba665SWarner Losh
8540d1ba665SWarner Losh  ## Include/Ppi/SecPlatformInformation.h
8550d1ba665SWarner Losh  gEfiSecPlatformInformationPpiGuid = { 0x6f8c2b35, 0xfef4, 0x448d, {0x82, 0x56, 0xe1, 0x1b, 0x19, 0xd6, 0x10, 0x77 } }
8560d1ba665SWarner Losh
8570d1ba665SWarner Losh  ## Include/Ppi/LoadImage.h
8580d1ba665SWarner Losh  gEfiPeiLoadedImagePpiGuid = { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } }
8590d1ba665SWarner Losh
8600d1ba665SWarner Losh  ## Include/Ppi/Smbus2.h
8610d1ba665SWarner Losh  gEfiPeiSmbus2PpiGuid = { 0x9ca93627, 0xb65b, 0x4324, { 0xa2, 0x2, 0xc0, 0xb4, 0x61, 0x76, 0x45, 0x43 } }
8620d1ba665SWarner Losh
8630d1ba665SWarner Losh  ## Include/Ppi/FirmwareVolumeInfo.h
8640d1ba665SWarner Losh  gEfiPeiFirmwareVolumeInfoPpiGuid = { 0x49edb1c1, 0xbf21, 0x4761, { 0xbb, 0x12, 0xeb, 0x0, 0x31, 0xaa, 0xbb, 0x39 } }
8650d1ba665SWarner Losh
8660d1ba665SWarner Losh  ## Include/Ppi/LoadFile.h
8670d1ba665SWarner Losh  gEfiPeiLoadFilePpiGuid = { 0xb9e0abfe, 0x5979, 0x4914, { 0x97, 0x7f, 0x6d, 0xee, 0x78, 0xc2, 0x78, 0xa6 } }
8680d1ba665SWarner Losh
8690d1ba665SWarner Losh  ## Include/Ppi/Decompress.h
8700d1ba665SWarner Losh  gEfiPeiDecompressPpiGuid = { 0x1a36e4e7, 0xfab6, 0x476a, { 0x8e, 0x75, 0x69, 0x5a, 0x5, 0x76, 0xfd, 0xd7 } }
8710d1ba665SWarner Losh
8720d1ba665SWarner Losh  ## Include/Ppi/Pcd.h
8730d1ba665SWarner Losh  gPcdPpiGuid = { 0x6e81c58, 0x4ad7, 0x44bc, { 0x83, 0x90, 0xf1, 0x2, 0x65, 0xf7, 0x24, 0x80 } }
8740d1ba665SWarner Losh
8750d1ba665SWarner Losh  ## Include/Ppi/PcdInfo.h
8760d1ba665SWarner Losh  gGetPcdInfoPpiGuid                 = { 0x4d8b155b, 0xc059, 0x4c8f, { 0x89, 0x26,  0x6, 0xfd, 0x43, 0x31, 0xdb, 0x8a } }
8770d1ba665SWarner Losh
8780d1ba665SWarner Losh  #
8790d1ba665SWarner Losh  # PPIs defined in PI 1.2.
8800d1ba665SWarner Losh  #
8810d1ba665SWarner Losh
8820d1ba665SWarner Losh  ## Include/Ppi/RecoveryModule.h
8830d1ba665SWarner Losh  gEfiPeiRecoveryModulePpiGuid       = { 0xFB6D9542, 0x612D, 0x4f45, { 0x87, 0x2f, 0x5c, 0xff, 0x52, 0xe9, 0x3d, 0xcf }}
8840d1ba665SWarner Losh
8850d1ba665SWarner Losh  ## Include/Ppi/DeviceRecoveryModule.h
8860d1ba665SWarner Losh  gEfiPeiDeviceRecoveryModulePpiGuid = { 0x0DE2CE25, 0x446A, 0x45a7, { 0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 }}
8870d1ba665SWarner Losh
8880d1ba665SWarner Losh  ## Include/Ppi/BlockIo.h
8890d1ba665SWarner Losh  gEfiPeiVirtualBlockIoPpiGuid       = { 0x695d8aa1, 0x42ee, 0x4c46, { 0x80, 0x5c, 0x6e, 0xa6, 0xbc, 0xe7, 0x99, 0xe3 }}
8900d1ba665SWarner Losh
8910d1ba665SWarner Losh  ## Include/Ppi/S3Resume2.h
8920d1ba665SWarner Losh  gEfiPeiS3Resume2PpiGuid             = { 0x6D582DBC, 0xDB85, 0x4514, {0x8F, 0xCC, 0x5A, 0xDF, 0x62, 0x27, 0xB1, 0x47 }}
8930d1ba665SWarner Losh
8940d1ba665SWarner Losh  ## Include/Ppi/ReportStatusCodeHandler.h
8950d1ba665SWarner Losh  gEfiPeiRscHandlerPpiGuid           = { 0x65d394, 0x9951, 0x4144, {0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51 }}
8960d1ba665SWarner Losh
8970d1ba665SWarner Losh  ## Include/Ppi/PiPcd.h
8980d1ba665SWarner Losh  gEfiPeiPcdPpiGuid                  = { 0x1f34d25, 0x4de2, 0x23ad, { 0x3f, 0xf3, 0x36, 0x35, 0x3f, 0xf3, 0x23, 0xf1 } }
8990d1ba665SWarner Losh
9000d1ba665SWarner Losh  #
9010d1ba665SWarner Losh  # PPIs defined in PI 1.2.1.
9020d1ba665SWarner Losh  #
9030d1ba665SWarner Losh
9040d1ba665SWarner Losh  ## Include/Ppi/PiPcdInfo.h
9050d1ba665SWarner Losh  gEfiGetPcdInfoPpiGuid              = { 0xa60c6b59, 0xe459, 0x425d, { 0x9c, 0x69,  0xb, 0xcc, 0x9c, 0xb2, 0x7d, 0x81 } }
9060d1ba665SWarner Losh
9070d1ba665SWarner Losh  ## Include/Ppi/TemporaryRamDone.h
9080d1ba665SWarner Losh  gEfiTemporaryRamDonePpiGuid        = { 0xceab683c, 0xec56, 0x4a2d, { 0xa9, 0x6, 0x40, 0x53, 0xfa, 0x4e, 0x9c, 0x16 } }
9090d1ba665SWarner Losh
9100d1ba665SWarner Losh  ## Include/Ppi/VectorHandoffInfo.h
9110d1ba665SWarner Losh  gEfiVectorHandoffInfoPpiGuid       = { 0x3cd652b4, 0x6d33, 0x4dce, { 0x89, 0xdb, 0x83, 0xdf, 0x97, 0x66, 0xfc, 0xca }}
9120d1ba665SWarner Losh
9130d1ba665SWarner Losh  ## Include/Ppi/IsaHc.h
9140d1ba665SWarner Losh  gEfiIsaHcPpiGuid                   = { 0x8d48bd70, 0xc8a3, 0x4c06, {0x90, 0x1b, 0x74, 0x79, 0x46, 0xaa, 0xc3, 0x58 } }
9150d1ba665SWarner Losh
9160d1ba665SWarner Losh  ## Include/Ppi/SuperIo.h
9170d1ba665SWarner Losh  gEfiSioPpiGuid                     = { 0x23a464ad, 0xcb83, 0x48b8, {0x94, 0xab, 0x1a, 0x6f, 0xef, 0xcf, 0xe5, 0x22 } }
9180d1ba665SWarner Losh
9190d1ba665SWarner Losh  #
9200d1ba665SWarner Losh  # PPIs defined in PI 1.3.
9210d1ba665SWarner Losh  #
9220d1ba665SWarner Losh
9230d1ba665SWarner Losh  ## Include/Ppi/I2cMaster.h
9240d1ba665SWarner Losh  gEfiPeiI2cMasterPpiGuid            = { 0xb3bfab9b, 0x9f9c, 0x4e8b, { 0xad, 0x37, 0x7f, 0x8c, 0x51, 0xfc, 0x62, 0x80 }}
9250d1ba665SWarner Losh
9260d1ba665SWarner Losh  ## Include/Ppi/FirmwareVolumeInfo2.h
9270d1ba665SWarner Losh  gEfiPeiFirmwareVolumeInfo2PpiGuid  = { 0xea7ca24b, 0xded5, 0x4dad, { 0xa3, 0x89, 0xbf, 0x82, 0x7e, 0x8f, 0x9b, 0x38 } }
9280d1ba665SWarner Losh
9290d1ba665SWarner Losh  #
9300d1ba665SWarner Losh  # PPIs defined in PI 1.4.
9310d1ba665SWarner Losh  #
9320d1ba665SWarner Losh
9330d1ba665SWarner Losh  ## Include/Ppi/Graphics.h
9340d1ba665SWarner Losh  gEfiPeiGraphicsPpiGuid             = { 0x6ecd1463, 0x4a4a, 0x461b, { 0xaf, 0x5f, 0x5a, 0x33, 0xe3, 0xb2, 0x16, 0x2b } }
9350d1ba665SWarner Losh
9360d1ba665SWarner Losh  ## Include/Ppi/MpServices.h
9370d1ba665SWarner Losh  gEfiPeiMpServicesPpiGuid           = { 0xee16160a, 0xe8be, 0x47a6, { 0x82, 0xa, 0xc6, 0x90, 0xd, 0xb0, 0x25, 0xa } }
9380d1ba665SWarner Losh
9390d1ba665SWarner Losh  ## Include/Ppi/Capsule.h
9400d1ba665SWarner Losh  gEfiPeiCapsulePpiGuid             = { 0x3acf33ee, 0xd892, 0x40f4, { 0xa2, 0xfc, 0x38, 0x54, 0xd2, 0xe1, 0x32, 0x3d }}
9410d1ba665SWarner Losh  ## Keep name backwards compatible before PI Version 1.4
9420d1ba665SWarner Losh  gPeiCapsulePpiGuid                = { 0x3acf33ee, 0xd892, 0x40f4, { 0xa2, 0xfc, 0x38, 0x54, 0xd2, 0xe1, 0x32, 0x3d }}
9430d1ba665SWarner Losh
9440d1ba665SWarner Losh  ## Include/Ppi/Reset2.h
9450d1ba665SWarner Losh  gEfiPeiReset2PpiGuid              = { 0x6cc45765, 0xcce4, 0x42fd, {0xbc, 0x56, 0x1, 0x1a, 0xaa, 0xc6, 0xc9, 0xa8 } }
9460d1ba665SWarner Losh
9470d1ba665SWarner Losh  ## Include/Ppi/BlockIo2.h
9480d1ba665SWarner Losh  gEfiPeiVirtualBlockIo2PpiGuid     = { 0x26cc0fad, 0xbeb3, 0x478a, { 0x91, 0xb2, 0xc, 0x18, 0x8f, 0x72, 0x61, 0x98 }}
9490d1ba665SWarner Losh
9500d1ba665SWarner Losh  ## Include/Ppi/SecPlatformInformation.h
9510d1ba665SWarner Losh  gEfiSecPlatformInformation2PpiGuid = { 0x9e9f374b, 0x8f16, 0x4230, {0x98, 0x24, 0x58, 0x46, 0xee, 0x76, 0x6a, 0x97 } }
9520d1ba665SWarner Losh
953*3245fa21SMitchell Horne  #
954*3245fa21SMitchell Horne  # PPIs defined in PI 1.5.
955*3245fa21SMitchell Horne  #
956*3245fa21SMitchell Horne
957*3245fa21SMitchell Horne  ## Include/Ppi/SecHobData.h
958*3245fa21SMitchell Horne  gEfiSecHobDataPpiGuid = { 0x3ebdaf20, 0x6667, 0x40d8, {0xb4, 0xee, 0xf5, 0x99, 0x9a, 0xc1, 0xb7, 0x1f } }
959*3245fa21SMitchell Horne
960*3245fa21SMitchell Horne  ## Include/Ppi/MmAccess.h
961*3245fa21SMitchell Horne  gEfiPeiMmAccessPpiGuid          =  { 0x268f33a9, 0xcccd, 0x48be, { 0x88, 0x17, 0x86, 0x5, 0x3a, 0xc3, 0x2e, 0xd6 }}
962*3245fa21SMitchell Horne
963*3245fa21SMitchell Horne  ## Include/Ppi/MmControl.h
964*3245fa21SMitchell Horne  gEfiPeiMmControlPpiGuid         =  { 0x61c68702, 0x4d7e, 0x4f43, { 0x8d, 0xef, 0xa7, 0x43, 0x5, 0xce, 0x74, 0xc5 }}
965*3245fa21SMitchell Horne
966*3245fa21SMitchell Horne  #
967*3245fa21SMitchell Horne  # PPIs defined in PI 1.7.
968*3245fa21SMitchell Horne  #
969*3245fa21SMitchell Horne
970*3245fa21SMitchell Horne  ## Include/Ppi/PeiCoreFvLocation.h
971*3245fa21SMitchell Horne  gEfiPeiCoreFvLocationPpiGuid   = { 0x52888eae, 0x5b10, 0x47d0, { 0xa8, 0x7f, 0xb8, 0x22, 0xab, 0xa0, 0xca, 0xf4 }}
972*3245fa21SMitchell Horne
973*3245fa21SMitchell Horne  ## Include/Ppi/DelayedDispatch.h
974*3245fa21SMitchell Horne  gEfiPeiDelayedDispatchPpiGuid  = { 0x869c711d, 0x649c, 0x44fe, { 0x8b, 0x9e, 0x2c, 0xbb, 0x29, 0x11, 0xc3, 0xe6 }}
975*3245fa21SMitchell Horne
9760d1ba665SWarner Losh[Protocols]
9770d1ba665SWarner Losh  ## Include/Protocol/Pcd.h
9780d1ba665SWarner Losh  gPcdProtocolGuid               = { 0x11B34006, 0xD85B, 0x4D0A, { 0xA2, 0x90, 0xD5, 0xA5, 0x71, 0x31, 0x0E, 0xF7 }}
9790d1ba665SWarner Losh
9800d1ba665SWarner Losh  ## Include/Protocol/PcdInfo.h
9810d1ba665SWarner Losh  gGetPcdInfoProtocolGuid        = { 0x5be40f57, 0xfa68, 0x4610, { 0xbb, 0xbf, 0xe9, 0xc5, 0xfc, 0xda, 0xd3, 0x65 } }
9820d1ba665SWarner Losh
9830d1ba665SWarner Losh  #
9840d1ba665SWarner Losh  # Protocols defined in PI1.0.
9850d1ba665SWarner Losh  #
9860d1ba665SWarner Losh
9870d1ba665SWarner Losh  ## Include/Protocol/Bds.h
9880d1ba665SWarner Losh  gEfiBdsArchProtocolGuid        = { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
9890d1ba665SWarner Losh
9900d1ba665SWarner Losh  ## Include/Protocol/Cpu.h
9910d1ba665SWarner Losh  gEfiCpuArchProtocolGuid        = { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
9920d1ba665SWarner Losh
9930d1ba665SWarner Losh  ## Include/Protocol/Metronome.h
9940d1ba665SWarner Losh  gEfiMetronomeArchProtocolGuid  = { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
9950d1ba665SWarner Losh
9960d1ba665SWarner Losh  ## Include/Protocol/MonotonicCounter.h
9970d1ba665SWarner Losh  gEfiMonotonicCounterArchProtocolGuid = { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
9980d1ba665SWarner Losh
9990d1ba665SWarner Losh  ## Include/Protocol/RealTimeClock.h
10000d1ba665SWarner Losh  gEfiRealTimeClockArchProtocolGuid = { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
10010d1ba665SWarner Losh
10020d1ba665SWarner Losh  ## Include/Protocol/Reset.h
10030d1ba665SWarner Losh  gEfiResetArchProtocolGuid      = { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
10040d1ba665SWarner Losh
10050d1ba665SWarner Losh  ## Include/Protocol/Runtime.h
10060d1ba665SWarner Losh  gEfiRuntimeArchProtocolGuid    = { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
10070d1ba665SWarner Losh
10080d1ba665SWarner Losh  ## Include/Protocol/Security.h
10090d1ba665SWarner Losh  gEfiSecurityArchProtocolGuid   = { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
10100d1ba665SWarner Losh
10110d1ba665SWarner Losh  ## Include/Protocol/SecurityPolicy.h
10120d1ba665SWarner Losh  gEfiSecurityPolicyProtocolGuid = { 0x78E4D245, 0xCD4D, 0x4A05, { 0xA2, 0xBA, 0x47, 0x43, 0xE8, 0x6C, 0xFC, 0xAB }}
10130d1ba665SWarner Losh
10140d1ba665SWarner Losh  ## Include/Protocol/Timer.h
10150d1ba665SWarner Losh  gEfiTimerArchProtocolGuid      = { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
10160d1ba665SWarner Losh
10170d1ba665SWarner Losh  ## Include/Protocol/VariableWrite.h
10180d1ba665SWarner Losh  gEfiVariableWriteArchProtocolGuid = { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
10190d1ba665SWarner Losh
10200d1ba665SWarner Losh  ## Include/Protocol/Variable.h
10210d1ba665SWarner Losh  gEfiVariableArchProtocolGuid   = { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
10220d1ba665SWarner Losh
10230d1ba665SWarner Losh  ## Include/Protocol/WatchdogTimer.h
10240d1ba665SWarner Losh  gEfiWatchdogTimerArchProtocolGuid = { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
10250d1ba665SWarner Losh
10260d1ba665SWarner Losh  ## Include/Protocol/StatusCode.h
10270d1ba665SWarner Losh  gEfiStatusCodeRuntimeProtocolGuid = { 0xD2B2B828, 0x0826, 0x48A7, { 0xB3, 0xDF, 0x98, 0x3C, 0x00, 0x60, 0x24, 0xF0 }}
10280d1ba665SWarner Losh
10290d1ba665SWarner Losh  ## Include/Protocol/SmbusHc.h
10300d1ba665SWarner Losh  gEfiSmbusHcProtocolGuid        = {0xe49d33ed, 0x513d, 0x4634, { 0xb6, 0x98, 0x6f, 0x55, 0xaa, 0x75, 0x1c, 0x1b} }
10310d1ba665SWarner Losh
10320d1ba665SWarner Losh  ## Include/Protocol/FirmwareVolume2.h
10330d1ba665SWarner Losh  gEfiFirmwareVolume2ProtocolGuid = { 0x220e73b6, 0x6bdb, 0x4413, { 0x84, 0x5, 0xb9, 0x74, 0xb1, 0x8, 0x61, 0x9a } }
10340d1ba665SWarner Losh
10350d1ba665SWarner Losh  ## Include/Protocol/FirmwareVolumeBlock.h
10360d1ba665SWarner Losh  gEfiFirmwareVolumeBlockProtocolGuid = { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }
10370d1ba665SWarner Losh
10380d1ba665SWarner Losh  ## Include/Protocol/Capsule.h
10390d1ba665SWarner Losh  gEfiCapsuleArchProtocolGuid    = { 0x5053697E, 0x2CBC, 0x4819, { 0x90, 0xD9, 0x05, 0x80, 0xDE, 0xEE, 0x57, 0x54 }}
10400d1ba665SWarner Losh
10410d1ba665SWarner Losh  #
10420d1ba665SWarner Losh  # Protocols defined in PI 1.2.
10430d1ba665SWarner Losh  #
10440d1ba665SWarner Losh
10450d1ba665SWarner Losh  ## Include/Protocol/MpService.h
10460d1ba665SWarner Losh  gEfiMpServiceProtocolGuid = { 0x3fdda605, 0xa76e, 0x4f46, { 0xad, 0x29, 0x12, 0xf4, 0x53, 0x1b, 0x3d, 0x08 }}
10470d1ba665SWarner Losh
10480d1ba665SWarner Losh  ## Include/Protocol/PciHostBridgeResourceAllocation.h
10490d1ba665SWarner Losh  gEfiPciHostBridgeResourceAllocationProtocolGuid = { 0xCF8034BE, 0x6768, 0x4d8b, { 0xb7, 0x39, 0x7c, 0xce, 0x68, 0x3a, 0x9f, 0xbe }}
10500d1ba665SWarner Losh
10510d1ba665SWarner Losh  ## Include/Protocol/PciPlatform.h
10520d1ba665SWarner Losh  gEfiPciPlatformProtocolGuid    = { 0x07d75280, 0x27d4, 0x4d69, { 0x90, 0xd0, 0x56, 0x43, 0xe2, 0x38, 0xb3, 0x41 }}
10530d1ba665SWarner Losh
10540d1ba665SWarner Losh  ## Include/Protocol/PciOverride.h
10550d1ba665SWarner Losh  gEfiPciOverrideProtocolGuid    = { 0xb5b35764, 0x460c, 0x4a06, {0x99, 0xfc, 0x77, 0xa1, 0x7c, 0x1b, 0x5c, 0xeb }}
10560d1ba665SWarner Losh
10570d1ba665SWarner Losh  ## Include/Protocol/PciEnumerationComplete.h
10580d1ba665SWarner Losh  gEfiPciEnumerationCompleteProtocolGuid    = { 0x30cfe3e7, 0x3de1, 0x4586, {0xbe, 0x20, 0xde, 0xab, 0xa1, 0xb3, 0xb7, 0x93}}
10590d1ba665SWarner Losh
10600d1ba665SWarner Losh
10610d1ba665SWarner Losh  ## Include/Protocol/IncompatiblePciDeviceSupport.h
10620d1ba665SWarner Losh  gEfiIncompatiblePciDeviceSupportProtocolGuid = { 0xeb23f55a, 0x7863, 0x4ac2, { 0x8d, 0x3d, 0x95, 0x65, 0x35, 0xde, 0x03, 0x75 }}
10630d1ba665SWarner Losh
10640d1ba665SWarner Losh  ## Include/Protocol/PciHotPlugInit.h
10650d1ba665SWarner Losh  gEfiPciHotPlugInitProtocolGuid = { 0xaa0e8bc1, 0xdabc, 0x46b0, { 0xa8, 0x44, 0x37, 0xb8, 0x16, 0x9b, 0x2b, 0xea }}
10660d1ba665SWarner Losh
10670d1ba665SWarner Losh  ## This protocol is used to add or remove all PCI child devices on the PCI root bridge.
10680d1ba665SWarner Losh  #  Include/Protocol/PciHotPlugRequest.h
10690d1ba665SWarner Losh  gEfiPciHotPlugRequestProtocolGuid = { 0x19CB87AB, 0x2CB9, 0x4665, { 0x83, 0x60, 0xDD, 0xCF, 0x60, 0x54, 0xF7, 0x9D }}
10700d1ba665SWarner Losh
10710d1ba665SWarner Losh  ## Include/Protocol/IdeControllerInit.h
10720d1ba665SWarner Losh  gEfiIdeControllerInitProtocolGuid = { 0xa1e37052, 0x80d9, 0x4e65, { 0xa3, 0x17, 0x3e, 0x9a, 0x55, 0xc4, 0x3e, 0xc9 }}
10730d1ba665SWarner Losh
10740d1ba665SWarner Losh  ## Disk Info protocol is used to export Inquiry Data for a drive.
10750d1ba665SWarner Losh  #  Include/Protocol/DiskInfo.h
10760d1ba665SWarner Losh  gEfiDiskInfoProtocolGuid       = { 0xD432A67F, 0x14DC, 0x484B, { 0xB3, 0xBB, 0x3F, 0x02, 0x91, 0x84, 0x93, 0x27 }}
10770d1ba665SWarner Losh
10780d1ba665SWarner Losh  ## Include/Protocol/Smbios.h
10790d1ba665SWarner Losh  gEfiSmbiosProtocolGuid          = {0x3583ff6, 0xcb36, 0x4940, { 0x94, 0x7e, 0xb9, 0xb3, 0x9f, 0x4a, 0xfa, 0xf7}}
10800d1ba665SWarner Losh
10810d1ba665SWarner Losh  ## Include/Protocol/S3SaveState.h
10820d1ba665SWarner Losh  gEfiS3SaveStateProtocolGuid     = {0xe857caf6, 0xc046, 0x45dc, { 0xbe, 0x3f, 0xee, 0x7, 0x65, 0xfb, 0xa8, 0x87}}
10830d1ba665SWarner Losh
10840d1ba665SWarner Losh  ## Include/Protocol/S3SmmSaveState.h
10850d1ba665SWarner Losh  gEfiS3SmmSaveStateProtocolGuid  = {0x320afe62, 0xe593, 0x49cb, { 0xa9, 0xf1, 0xd4, 0xc2, 0xf4, 0xaf, 0x1, 0x4c}}
10860d1ba665SWarner Losh
10870d1ba665SWarner Losh  ## Include/Protocol/ReportStatusCodeHandler.h
10880d1ba665SWarner Losh  gEfiRscHandlerProtocolGuid      = { 0x86212936, 0xe76, 0x41c8, { 0xa0, 0x3a, 0x2a, 0xf2, 0xfc, 0x1c, 0x39, 0xe2 }}
10890d1ba665SWarner Losh
10900d1ba665SWarner Losh  ## Include/Protocol/SmmReportStatusCodeHandler.h
10910d1ba665SWarner Losh  gEfiSmmRscHandlerProtocolGuid   = { 0x2ff29fa7, 0x5e80, 0x4ed9, { 0xb3, 0x80, 0x1, 0x7d, 0x3c, 0x55, 0x4f, 0xf4 }}
10920d1ba665SWarner Losh
10930d1ba665SWarner Losh  ## Include/Protocol/AcpiSystemDescriptionTable.h
10940d1ba665SWarner Losh  gEfiAcpiSdtProtocolGuid         = { 0xeb97088e, 0xcfdf, 0x49c6, { 0xbe, 0x4b, 0xd9, 0x6, 0xa5, 0xb2, 0xe, 0x86 }}
10950d1ba665SWarner Losh
10960d1ba665SWarner Losh  ## Include/Protocol/SuperIo.h
10970d1ba665SWarner Losh  gEfiSioProtocolGuid             = { 0x215fdd18, 0xbd50, 0x4feb, { 0x89, 0xb, 0x58, 0xca, 0xb, 0x47, 0x39, 0xe9 }}
10980d1ba665SWarner Losh
10990d1ba665SWarner Losh  ## Include/Protocol/SmmCpuIo2.h
11000d1ba665SWarner Losh  gEfiSmmCpuIo2ProtocolGuid        = { 0x3242a9d8, 0xce70, 0x4aa0, { 0x95, 0x5d, 0x5e, 0x7b, 0x14, 0x0d, 0xe4, 0xd2 }}
11010d1ba665SWarner Losh
11020d1ba665SWarner Losh  ## Include/Protocol/SmmBase2.h
11030d1ba665SWarner Losh  gEfiSmmBase2ProtocolGuid        = { 0xf4ccbfb7, 0xf6e0, 0x47fd, { 0x9d, 0xd4, 0x10, 0xa8, 0xf1, 0x50, 0xc1, 0x91 }}
11040d1ba665SWarner Losh
11050d1ba665SWarner Losh  ## Include/Protocol/SmmAccess2.h
11060d1ba665SWarner Losh  gEfiSmmAccess2ProtocolGuid      = { 0xc2702b74, 0x800c, 0x4131, { 0x87, 0x46, 0x8f, 0xb5, 0xb8, 0x9c, 0xe4, 0xac }}
11070d1ba665SWarner Losh
11080d1ba665SWarner Losh  ## Include/Protocol/SmmControl2.h
11090d1ba665SWarner Losh  gEfiSmmControl2ProtocolGuid     = { 0x843dc720, 0xab1e, 0x42cb, { 0x93, 0x57, 0x8a, 0x0, 0x78, 0xf3, 0x56, 0x1b}}
11100d1ba665SWarner Losh
11110d1ba665SWarner Losh  ## Include/Protocol/SmmConfiguration.h
11120d1ba665SWarner Losh  gEfiSmmConfigurationProtocolGuid= { 0x26eeb3de, 0xb689, 0x492e, { 0x80, 0xf0, 0xbe, 0x8b, 0xd7, 0xda, 0x4b, 0xa7 }}
11130d1ba665SWarner Losh
11140d1ba665SWarner Losh  ## Include/Protocol/SmmReadyToLock.h
11150d1ba665SWarner Losh  gEfiSmmReadyToLockProtocolGuid  = { 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 }}
11160d1ba665SWarner Losh
11170d1ba665SWarner Losh  ## Include/Protocol/DxeSmmReadyToLock.h
11180d1ba665SWarner Losh  gEfiDxeSmmReadyToLockProtocolGuid = { 0x60ff8964, 0xe906, 0x41d0, { 0xaf, 0xed, 0xf2, 0x41, 0xe9, 0x74, 0xe0, 0x8e }}
11190d1ba665SWarner Losh
11200d1ba665SWarner Losh  ## Include/Protocol/SmmCommunication.h
11210d1ba665SWarner Losh  gEfiSmmCommunicationProtocolGuid  = { 0xc68ed8e2, 0x9dc6, 0x4cbd, { 0x9d, 0x94, 0xdb, 0x65, 0xac, 0xc5, 0xc3, 0x32 }}
11220d1ba665SWarner Losh
11230d1ba665SWarner Losh  ## Include/Protocol/SmmStatusCode.h
11240d1ba665SWarner Losh  gEfiSmmStatusCodeProtocolGuid   = { 0x6afd2b77, 0x98c1, 0x4acd, { 0xa6, 0xf9, 0x8a, 0x94, 0x39, 0xde, 0xf, 0xb1}}
11250d1ba665SWarner Losh
11260d1ba665SWarner Losh  ## Include/Protocol/SmmCpu.h
11270d1ba665SWarner Losh  gEfiSmmCpuProtocolGuid          = { 0xeb346b97, 0x975f, 0x4a9f, { 0x8b, 0x22, 0xf8, 0xe9, 0x2b, 0xb3, 0xd5, 0x69 }}
11280d1ba665SWarner Losh
11290d1ba665SWarner Losh  ## Include/Protocol/SmmPciRootBridgeIo.h
11300d1ba665SWarner Losh  gEfiSmmPciRootBridgeIoProtocolGuid = { 0x8bc1714d, 0xffcb, 0x41c3, { 0x89, 0xdc, 0x6c, 0x74, 0xd0, 0x6d, 0x98, 0xea }}
11310d1ba665SWarner Losh
11320d1ba665SWarner Losh  ## Include/Protocol/SmmSwDispatch2.h
11330d1ba665SWarner Losh  gEfiSmmSwDispatch2ProtocolGuid  = { 0x18a3c6dc, 0x5eea, 0x48c8, {0xa1, 0xc1, 0xb5, 0x33, 0x89, 0xf9, 0x89, 0x99 }}
11340d1ba665SWarner Losh
11350d1ba665SWarner Losh  ## Include/Protocol/SmmSxDispatch2.h
11360d1ba665SWarner Losh  gEfiSmmSxDispatch2ProtocolGuid  = { 0x456d2859, 0xa84b, 0x4e47, {0xa2, 0xee, 0x32, 0x76, 0xd8, 0x86, 0x99, 0x7d }}
11370d1ba665SWarner Losh
11380d1ba665SWarner Losh  ## Include/Protocol/SmmPeriodicTimerDispatch2.h
11390d1ba665SWarner Losh  gEfiSmmPeriodicTimerDispatch2ProtocolGuid = { 0x4cec368e, 0x8e8e, 0x4d71, {0x8b, 0xe1, 0x95, 0x8c, 0x45, 0xfc, 0x8a, 0x53 }}
11400d1ba665SWarner Losh
11410d1ba665SWarner Losh  ## Include/Protocol/SmmUsbDispatch2.h
11420d1ba665SWarner Losh  gEfiSmmUsbDispatch2ProtocolGuid = { 0xee9b8d90, 0xc5a6, 0x40a2, {0xbd, 0xe2, 0x52, 0x55, 0x8d, 0x33, 0xcc, 0xa1 }}
11430d1ba665SWarner Losh
11440d1ba665SWarner Losh  ## Include/Protocol/SmmGpiDispatch2.h
11450d1ba665SWarner Losh  gEfiSmmGpiDispatch2ProtocolGuid = { 0x25566b03, 0xb577, 0x4cbf, {0x95, 0x8c, 0xed, 0x66, 0x3e, 0xa2, 0x43, 0x80 }}
11460d1ba665SWarner Losh
11470d1ba665SWarner Losh  ## Include/Protocol/SmmStandbyButtonDispatch2.h
11480d1ba665SWarner Losh  gEfiSmmStandbyButtonDispatch2ProtocolGuid = { 0x7300c4a1, 0x43f2, 0x4017, {0xa5, 0x1b, 0xc8, 0x1a, 0x7f, 0x40, 0x58, 0x5b }}
11490d1ba665SWarner Losh
11500d1ba665SWarner Losh  ## Include/Protocol/SmmPowerButtonDispatch2.h
11510d1ba665SWarner Losh  gEfiSmmPowerButtonDispatch2ProtocolGuid = { 0x1b1183fa, 0x1823, 0x46a7, {0x88, 0x72, 0x9c, 0x57, 0x87, 0x55, 0x40, 0x9d }}
11520d1ba665SWarner Losh
11530d1ba665SWarner Losh  ## Include/Protocol/SmmIoTrapDispatch2.h
11540d1ba665SWarner Losh  gEfiSmmIoTrapDispatch2ProtocolGuid = { 0x58dc368d, 0x7bfa, 0x4e77, {0xab, 0xbc, 0xe, 0x29, 0x41, 0x8d, 0xf9, 0x30 }}
11550d1ba665SWarner Losh
11560d1ba665SWarner Losh  ## Include/Protocol/PiPcd.h
11570d1ba665SWarner Losh  gEfiPcdProtocolGuid = { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
11580d1ba665SWarner Losh
11590d1ba665SWarner Losh  ## Include/Protocol/FirmwareVolumeBlock.h
11600d1ba665SWarner Losh  gEfiFirmwareVolumeBlock2ProtocolGuid = { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }
11610d1ba665SWarner Losh
11620d1ba665SWarner Losh  ## Include/Protocol/CpuIo2.h
11630d1ba665SWarner Losh  gEfiCpuIo2ProtocolGuid = {0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }
11640d1ba665SWarner Losh
11650d1ba665SWarner Losh  ## Include/Protocol/LegacyRegion2.h
11660d1ba665SWarner Losh  gEfiLegacyRegion2ProtocolGuid = {0x70101eaf, 0x85, 0x440c, {0xb3, 0x56, 0x8e, 0xe3, 0x6f, 0xef, 0x24, 0xf0 } }
11670d1ba665SWarner Losh
11680d1ba665SWarner Losh  #
11690d1ba665SWarner Losh  # Protocols defined in PI 1.2.1
11700d1ba665SWarner Losh  #
11710d1ba665SWarner Losh
11720d1ba665SWarner Losh  ## Include/Protocol/Security2.h
11730d1ba665SWarner Losh  gEfiSecurity2ArchProtocolGuid   = { 0x94ab2f58, 0x1438, 0x4ef1, {0x91, 0x52, 0x18, 0x94, 0x1a, 0x3a, 0x0e, 0x68 } }
11740d1ba665SWarner Losh
11750d1ba665SWarner Losh  ## Include/Protocol/SmmEndOfDxe.h
11760d1ba665SWarner Losh  gEfiSmmEndOfDxeProtocolGuid = { 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d }}
11770d1ba665SWarner Losh
11780d1ba665SWarner Losh  ## Include/Protocol/IsaHc.h
11790d1ba665SWarner Losh  gEfiIsaHcProtocolGuid               = { 0xbcdaf080, 0x1bde, 0x4e22, {0xae, 0x6a, 0x43, 0x54, 0x1e, 0x12, 0x8e, 0xc4 } }
11800d1ba665SWarner Losh  gEfiIsaHcServiceBindingProtocolGuid = { 0xfad7933a, 0x6c21, 0x4234, {0xa4, 0x34, 0x0a, 0x8a, 0x0d, 0x2b, 0x07, 0x81 } }
11810d1ba665SWarner Losh
11820d1ba665SWarner Losh  ## Include/Protocol/SuperIoControl.h
11830d1ba665SWarner Losh  gEfiSioControlProtocolGuid          = { 0xb91978df, 0x9fc1, 0x427d, { 0xbb, 0x5, 0x4c, 0x82, 0x84, 0x55, 0xca, 0x27 } }
11840d1ba665SWarner Losh
11850d1ba665SWarner Losh  ## Include/Protocol/PiPcdInfo.h
11860d1ba665SWarner Losh  gEfiGetPcdInfoProtocolGuid      = { 0xfd0f4478,  0xefd, 0x461d, { 0xba, 0x2d, 0xe5, 0x8c, 0x45, 0xfd, 0x5f, 0x5e } }
11870d1ba665SWarner Losh
11880d1ba665SWarner Losh  #
11890d1ba665SWarner Losh  # Protocols defined in PI 1.3.
11900d1ba665SWarner Losh  #
11910d1ba665SWarner Losh
11920d1ba665SWarner Losh  ## Include/Protocol/I2cMaster.h
11930d1ba665SWarner Losh  gEfiI2cMasterProtocolGuid = { 0xcd72881f, 0x45b5, 0x4feb, { 0x98, 0xc8, 0x31, 0x3d, 0xa8, 0x11, 0x74, 0x62 }}
11940d1ba665SWarner Losh
11950d1ba665SWarner Losh  ## Include/Protocol/I2cIo.h
11960d1ba665SWarner Losh  gEfiI2cIoProtocolGuid = { 0xb60a3e6b, 0x18c4, 0x46e5, { 0xa2, 0x9a, 0xc9, 0xa1, 0x06, 0x65, 0xa2, 0x8e }}
11970d1ba665SWarner Losh
11980d1ba665SWarner Losh  ## Include/Protocol/I2cEnumerate.h
11990d1ba665SWarner Losh  gEfiI2cEnumerateProtocolGuid = { 0xda8cd7c4, 0x1c00, 0x49e2, { 0x80, 0x3e, 0x52, 0x14, 0xe7, 0x01, 0x89, 0x4c }}
12000d1ba665SWarner Losh
12010d1ba665SWarner Losh  ## Include/Protocol/I2cHost.h
12020d1ba665SWarner Losh  gEfiI2cHostProtocolGuid = { 0xa5aab9e3, 0xc727, 0x48cd, { 0x8b, 0xbf, 0x42, 0x72, 0x33, 0x85, 0x49, 0x48 }}
12030d1ba665SWarner Losh
12040d1ba665SWarner Losh  ## Include/Protocol/I2cBusConfigurationManagement.h
12050d1ba665SWarner Losh  gEfiI2cBusConfigurationManagementProtocolGuid = { 0x55b71fb5, 0x17c6, 0x410e, { 0xb5, 0xbd, 0x5f, 0xa2, 0xe3, 0xd4, 0x46, 0x6b }}
12060d1ba665SWarner Losh
12070d1ba665SWarner Losh  #
1208*3245fa21SMitchell Horne  # Protocols defined in PI 1.5.
1209*3245fa21SMitchell Horne  #
1210*3245fa21SMitchell Horne
1211*3245fa21SMitchell Horne  ## Include/Protocol/MmMp.h
1212*3245fa21SMitchell Horne  gEfiMmMpProtocolGuid = { 0x5d5450d7, 0x990c, 0x4180, { 0xa8, 0x3, 0x8e, 0x63, 0xf0, 0x60, 0x83, 0x7 }}
1213*3245fa21SMitchell Horne
1214*3245fa21SMitchell Horne  ## Include/Protocol/MmEndOfDxe.h
1215*3245fa21SMitchell Horne  gEfiMmEndOfDxeProtocolGuid = { 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d }}
1216*3245fa21SMitchell Horne
1217*3245fa21SMitchell Horne  ## Include/Protocol/MmIoTrapDispatch.h
1218*3245fa21SMitchell Horne  gEfiMmIoTrapDispatchProtocolGuid = { 0x58dc368d, 0x7bfa, 0x4e77, {0xab, 0xbc, 0xe, 0x29, 0x41, 0x8d, 0xf9, 0x30 }}
1219*3245fa21SMitchell Horne
1220*3245fa21SMitchell Horne  ## Include/Protocol/MmPowerButtonDispatch.h
1221*3245fa21SMitchell Horne  gEfiMmPowerButtonDispatchProtocolGuid = { 0x1b1183fa, 0x1823, 0x46a7, {0x88, 0x72, 0x9c, 0x57, 0x87, 0x55, 0x40, 0x9d }}
1222*3245fa21SMitchell Horne
1223*3245fa21SMitchell Horne  ## Include/Protocol/MmStandbyButtonDispatch.h
1224*3245fa21SMitchell Horne  gEfiMmStandbyButtonDispatchProtocolGuid = { 0x7300c4a1, 0x43f2, 0x4017, {0xa5, 0x1b, 0xc8, 0x1a, 0x7f, 0x40, 0x58, 0x5b }}
1225*3245fa21SMitchell Horne
1226*3245fa21SMitchell Horne  ## Include/Protocol/MmGpiDispatch.h
1227*3245fa21SMitchell Horne  gEfiMmGpiDispatchProtocolGuid = { 0x25566b03, 0xb577, 0x4cbf, {0x95, 0x8c, 0xed, 0x66, 0x3e, 0xa2, 0x43, 0x80 }}
1228*3245fa21SMitchell Horne
1229*3245fa21SMitchell Horne  ## Include/Protocol/MmUsbDispatch.h
1230*3245fa21SMitchell Horne  gEfiMmUsbDispatchProtocolGuid = { 0xee9b8d90, 0xc5a6, 0x40a2, {0xbd, 0xe2, 0x52, 0x55, 0x8d, 0x33, 0xcc, 0xa1 }}
1231*3245fa21SMitchell Horne
1232*3245fa21SMitchell Horne  ## Include/Protocol/MmPeriodicTimerDispatch.h
1233*3245fa21SMitchell Horne  gEfiMmPeriodicTimerDispatchProtocolGuid = { 0x4cec368e, 0x8e8e, 0x4d71, {0x8b, 0xe1, 0x95, 0x8c, 0x45, 0xfc, 0x8a, 0x53 }}
1234*3245fa21SMitchell Horne
1235*3245fa21SMitchell Horne  ## Include/Protocol/MmSxDispatch.h
1236*3245fa21SMitchell Horne  gEfiMmSxDispatchProtocolGuid  = { 0x456d2859, 0xa84b, 0x4e47, {0xa2, 0xee, 0x32, 0x76, 0xd8, 0x86, 0x99, 0x7d }}
1237*3245fa21SMitchell Horne
1238*3245fa21SMitchell Horne  ## Include/Protocol/MmSwDispatch.h
1239*3245fa21SMitchell Horne  gEfiMmSwDispatchProtocolGuid  = { 0x18a3c6dc, 0x5eea, 0x48c8, {0xa1, 0xc1, 0xb5, 0x33, 0x89, 0xf9, 0x89, 0x99 }}
1240*3245fa21SMitchell Horne
1241*3245fa21SMitchell Horne  ## Include/Protocol/MmPciRootBridgeIo.h
1242*3245fa21SMitchell Horne  gEfiMmPciRootBridgeIoProtocolGuid = { 0x8bc1714d, 0xffcb, 0x41c3, { 0x89, 0xdc, 0x6c, 0x74, 0xd0, 0x6d, 0x98, 0xea }}
1243*3245fa21SMitchell Horne
1244*3245fa21SMitchell Horne  ## Include/Protocol/MmCpu.h
1245*3245fa21SMitchell Horne  gEfiMmCpuProtocolGuid          = { 0xeb346b97, 0x975f, 0x4a9f, { 0x8b, 0x22, 0xf8, 0xe9, 0x2b, 0xb3, 0xd5, 0x69 }}
1246*3245fa21SMitchell Horne
1247*3245fa21SMitchell Horne  ## Include/Protocol/MmStatusCode.h
1248*3245fa21SMitchell Horne  gEfiMmStatusCodeProtocolGuid   = { 0x6afd2b77, 0x98c1, 0x4acd, { 0xa6, 0xf9, 0x8a, 0x94, 0x39, 0xde, 0xf, 0xb1}}
1249*3245fa21SMitchell Horne
1250*3245fa21SMitchell Horne  ## Include/Protocol/DxeMmReadyToLock.h
1251*3245fa21SMitchell Horne  gEfiDxeMmReadyToLockProtocolGuid = { 0x60ff8964, 0xe906, 0x41d0, { 0xaf, 0xed, 0xf2, 0x41, 0xe9, 0x74, 0xe0, 0x8e }}
1252*3245fa21SMitchell Horne
1253*3245fa21SMitchell Horne  ## Include/Protocol/MmConfiguration.h
1254*3245fa21SMitchell Horne  gEfiMmConfigurationProtocolGuid= { 0x26eeb3de, 0xb689, 0x492e, { 0x80, 0xf0, 0xbe, 0x8b, 0xd7, 0xda, 0x4b, 0xa7 }}
1255*3245fa21SMitchell Horne
1256*3245fa21SMitchell Horne  ## Include/Protocol/MmReadyToLock.h
1257*3245fa21SMitchell Horne  gEfiMmReadyToLockProtocolGuid  = { 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 }}
1258*3245fa21SMitchell Horne
1259*3245fa21SMitchell Horne  ## Include/Protocol/MmControl.h
1260*3245fa21SMitchell Horne  gEfiMmControlProtocolGuid     = { 0x843dc720, 0xab1e, 0x42cb, { 0x93, 0x57, 0x8a, 0x0, 0x78, 0xf3, 0x56, 0x1b}}
1261*3245fa21SMitchell Horne
1262*3245fa21SMitchell Horne  ## Include/Protocol/MmAccess.h
1263*3245fa21SMitchell Horne  gEfiMmAccessProtocolGuid      = { 0xc2702b74, 0x800c, 0x4131, { 0x87, 0x46, 0x8f, 0xb5, 0xb8, 0x9c, 0xe4, 0xac }}
1264*3245fa21SMitchell Horne
1265*3245fa21SMitchell Horne  ## Include/Protocol/MmBase.h
1266*3245fa21SMitchell Horne  gEfiMmBaseProtocolGuid        = { 0xf4ccbfb7, 0xf6e0, 0x47fd, { 0x9d, 0xd4, 0x10, 0xa8, 0xf1, 0x50, 0xc1, 0x91 }}
1267*3245fa21SMitchell Horne
1268*3245fa21SMitchell Horne  ## Include/Protocol/MmCpuIo.h
1269*3245fa21SMitchell Horne  gEfiMmCpuIoProtocolGuid        = { 0x3242a9d8, 0xce70, 0x4aa0, { 0x95, 0x5d, 0x5e, 0x7b, 0x14, 0x0d, 0xe4, 0xd2 }}
1270*3245fa21SMitchell Horne
1271*3245fa21SMitchell Horne  ## Include/Protocol/MmReportStatusCodeHandler.h
1272*3245fa21SMitchell Horne  gEfiMmRscHandlerProtocolGuid   = { 0x2ff29fa7, 0x5e80, 0x4ed9, { 0xb3, 0x80, 0x1, 0x7d, 0x3c, 0x55, 0x4f, 0xf4 }}
1273*3245fa21SMitchell Horne
1274*3245fa21SMitchell Horne  ## Include/Protocol/MmCommunication.h
1275*3245fa21SMitchell Horne  gEfiMmCommunicationProtocolGuid  = { 0xc68ed8e2, 0x9dc6, 0x4cbd, { 0x9d, 0x94, 0xdb, 0x65, 0xac, 0xc5, 0xc3, 0x32 }}
1276*3245fa21SMitchell Horne
1277*3245fa21SMitchell Horne  #
1278*3245fa21SMitchell Horne  # Protocols defined in PI 1.6.
1279*3245fa21SMitchell Horne  #
1280*3245fa21SMitchell Horne
1281*3245fa21SMitchell Horne  ## Include/Protocol/LegacySpiController.h
1282*3245fa21SMitchell Horne  gEfiLegacySpiControllerProtocolGuid    = { 0x39136fc7, 0x1a11, 0x49de, { 0xbf, 0x35, 0x0e, 0x78, 0xdd, 0xb5, 0x24, 0xfc }}
1283*3245fa21SMitchell Horne
1284*3245fa21SMitchell Horne  ## Include/Protocol/LegacySpiFlash.h
1285*3245fa21SMitchell Horne  gEfiLegacySpiFlashProtocolGuid         = { 0xf01bed57, 0x04bc, 0x4f3f, { 0x96, 0x60, 0xd6, 0xf2, 0xea, 0x22, 0x82, 0x59 }}
1286*3245fa21SMitchell Horne
1287*3245fa21SMitchell Horne  ## Include/Protocol/LegacySpiSmmController.h
1288*3245fa21SMitchell Horne  gEfiLegacySpiSmmControllerProtocolGuid = { 0x62331b78, 0xd8d0, 0x4c8c, { 0x8c, 0xcb, 0xd2, 0x7d, 0xfe, 0x32, 0xdb, 0x9b }}
1289*3245fa21SMitchell Horne
1290*3245fa21SMitchell Horne  ## Include/Protocol/LegacySpiSmmFlash.h
1291*3245fa21SMitchell Horne  gEfiLegacySpiSmmFlashProtocolGuid      = { 0x5e3848d4, 0x0db5, 0x4fc0, { 0x97, 0x29, 0x3f, 0x35, 0x3d, 0x4f, 0x87, 0x9f }}
1292*3245fa21SMitchell Horne
1293*3245fa21SMitchell Horne  ## Include/Protocol/SpiConfiguration.h
1294*3245fa21SMitchell Horne  gEfiSpiConfigurationProtocolGuid       = { 0x85a6d3e6, 0xb65b, 0x4afc, { 0xb3, 0x8f, 0xc6, 0xd5, 0x4a, 0xf6, 0xdd, 0xc8 }}
1295*3245fa21SMitchell Horne
1296*3245fa21SMitchell Horne  ## Include/Protocol/SpiHc.h
1297*3245fa21SMitchell Horne  gEfiSpiHcProtocolGuid                  = { 0xc74e5db2, 0xfa96, 0x4ae2, { 0xb3, 0x99, 0x15, 0x97, 0x7f, 0xe3, 0x0, 0x2d }}
1298*3245fa21SMitchell Horne
1299*3245fa21SMitchell Horne  ## Include/Protocol/SpiNorFlash.h
1300*3245fa21SMitchell Horne  gEfiSpiNorFlashProtocolGuid            = { 0xb57ec3fe, 0xf833, 0x4ba6, { 0x85, 0x78, 0x2a, 0x7d, 0x6a, 0x87, 0x44, 0x4b }}
1301*3245fa21SMitchell Horne
1302*3245fa21SMitchell Horne  ## Include/Protocol/SpiSmmConfiguration.h
1303*3245fa21SMitchell Horne  gEfiSpiSmmConfigurationProtocolGuid    = { 0x995c6eca, 0x171b, 0x45fd, { 0xa3, 0xaa, 0xfd, 0x4c, 0x9c, 0x9d, 0xef, 0x59 }}
1304*3245fa21SMitchell Horne
1305*3245fa21SMitchell Horne  ## Include/Protocol/SpiSmmHc.h
1306*3245fa21SMitchell Horne  gEfiSpiSmmHcProtocolGuid               = { 0xe9f02217, 0x2093, 0x4470, { 0x8a, 0x54, 0x5c, 0x2c, 0xff, 0xe7, 0x3e, 0xcb }}
1307*3245fa21SMitchell Horne
1308*3245fa21SMitchell Horne  ## Include/Protocol/SpiSmmNorFlash.h
1309*3245fa21SMitchell Horne  gEfiSpiSmmNorFlashProtocolGuid         = { 0xaab18f19, 0xfe14, 0x4666, { 0x86, 0x04, 0x87, 0xff, 0x6d, 0x66, 0x2c, 0x9a }}
1310*3245fa21SMitchell Horne
1311*3245fa21SMitchell Horne  #
1312*3245fa21SMitchell Horne  # Protocols defined in PI 1.7.
1313*3245fa21SMitchell Horne  #
1314*3245fa21SMitchell Horne
1315*3245fa21SMitchell Horne  ## Include/Protocol/MmCommunication2.h
1316*3245fa21SMitchell Horne  gEfiMmCommunication2ProtocolGuid  = { 0x378daedc, 0xf06b, 0x4446, { 0x83, 0x14, 0x40, 0xab, 0x93, 0x3c, 0x87, 0xa3 }}
1317*3245fa21SMitchell Horne
1318*3245fa21SMitchell Horne  #
13190d1ba665SWarner Losh  # Protocols defined in UEFI2.1/UEFI2.0/EFI1.1
13200d1ba665SWarner Losh  #
13210d1ba665SWarner Losh
13220d1ba665SWarner Losh  ## Include/Protocol/DebugPort.h
13230d1ba665SWarner Losh  gEfiDebugPortProtocolGuid      = { 0xEBA4E8D2, 0x3858, 0x41EC, { 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 }}
13240d1ba665SWarner Losh
13250d1ba665SWarner Losh  ## Include/Protocol/DebugSupport.h
13260d1ba665SWarner Losh  gEfiDebugSupportProtocolGuid   = { 0x2755590C, 0x6F3C, 0x42FA, { 0x9E, 0xA4, 0xA3, 0xBA, 0x54, 0x3C, 0xDA, 0x25 }}
13270d1ba665SWarner Losh
13280d1ba665SWarner Losh  ## Include/Protocol/Decompress.h
13290d1ba665SWarner Losh  gEfiDecompressProtocolGuid     = { 0xD8117CFE, 0x94A6, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
13300d1ba665SWarner Losh
13310d1ba665SWarner Losh  ## Include/Protocol/DeviceIo.h
13320d1ba665SWarner Losh  gEfiDeviceIoProtocolGuid       = { 0xAF6AC311, 0x84C3, 0x11D2, { 0x8E, 0x3C, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
13330d1ba665SWarner Losh
13340d1ba665SWarner Losh  ## Include/Protocol/DevicePath.h
13350d1ba665SWarner Losh  gEfiDevicePathProtocolGuid     = { 0x09576E91, 0x6D3F, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
13360d1ba665SWarner Losh
13370d1ba665SWarner Losh  ## Include/Protocol/DevicePathFromText.h
13380d1ba665SWarner Losh  gEfiDevicePathFromTextProtocolGuid = { 0x05C99A21, 0xC70F, 0x4AD2, { 0x8A, 0x5F, 0x35, 0xDF, 0x33, 0x43, 0xF5, 0x1E }}
13390d1ba665SWarner Losh
13400d1ba665SWarner Losh  ## Include/Protocol/DevicePathToText.h
13410d1ba665SWarner Losh  gEfiDevicePathToTextProtocolGuid = { 0x8B843E20, 0x8132, 0x4852, { 0x90, 0xCC, 0x55, 0x1A, 0x4E, 0x4A, 0x7F, 0x1C }}
13420d1ba665SWarner Losh
13430d1ba665SWarner Losh  ## Include/Protocol/DevicePathUtilities.h
13440d1ba665SWarner Losh  gEfiDevicePathUtilitiesProtocolGuid = { 0x0379BE4E, 0xD706, 0x437D, { 0xB0, 0x37, 0xED, 0xB8, 0x2F, 0xB7, 0x72, 0xA4 }}
13450d1ba665SWarner Losh
13460d1ba665SWarner Losh  ## Include/Protocol/DriverBinding.h
13470d1ba665SWarner Losh  gEfiDriverBindingProtocolGuid  = { 0x18A031AB, 0xB443, 0x4D1A, { 0xA5, 0xC0, 0x0C, 0x09, 0x26, 0x1E, 0x9F, 0x71 }}
13480d1ba665SWarner Losh
13490d1ba665SWarner Losh  ## Include/Protocol/PlatformDriverOverride.h
13500d1ba665SWarner Losh  gEfiPlatformDriverOverrideProtocolGuid = { 0x6b30c738, 0xa391, 0x11d4, {0x9a, 0x3b, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } }
13510d1ba665SWarner Losh
13520d1ba665SWarner Losh  ## Include/Protocol/DriverFamilyOverride.h
13530d1ba665SWarner Losh  gEfiDriverFamilyOverrideProtocolGuid = { 0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 }}
13540d1ba665SWarner Losh
13550d1ba665SWarner Losh  ## Include/Protocol/BusSpecificDriverOverride.h
13560d1ba665SWarner Losh  gEfiBusSpecificDriverOverrideProtocolGuid = { 0x3BC1B285, 0x8A15, 0x4A82, { 0xAA, 0xBF, 0x4D, 0x7D, 0x13, 0xFB, 0x32, 0x65 }}
13570d1ba665SWarner Losh
13580d1ba665SWarner Losh  ## Include/Protocol/DriverDiagnostics2.h
13590d1ba665SWarner Losh  gEfiDriverDiagnostics2ProtocolGuid = { 0x4D330321, 0x025F, 0x4AAC, { 0x90, 0xD8, 0x5E, 0xD9, 0x00, 0x17, 0x3B, 0x63 }}
13600d1ba665SWarner Losh
13610d1ba665SWarner Losh  ## Include/Protocol/DriverDiagnostics.h
13620d1ba665SWarner Losh  gEfiDriverDiagnosticsProtocolGuid = { 0x0784924F, 0xE296, 0x11D4, { 0x9A, 0x49, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
13630d1ba665SWarner Losh
13640d1ba665SWarner Losh  ## Include/Protocol/ComponentName2.h
13650d1ba665SWarner Losh  gEfiComponentName2ProtocolGuid = { 0x6A7A5CFF, 0xE8D9, 0x4F70, { 0xBA, 0xDA, 0x75, 0xAB, 0x30, 0x25, 0xCE, 0x14 }}
13660d1ba665SWarner Losh
13670d1ba665SWarner Losh  ## Include/Protocol/ComponentName.h
13680d1ba665SWarner Losh  gEfiComponentNameProtocolGuid  = { 0x107A772C, 0xD5E1, 0x11D4, { 0x9A, 0x46, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
13690d1ba665SWarner Losh
13700d1ba665SWarner Losh  ## Include/Protocol/DriverConfiguration2.h
13710d1ba665SWarner Losh  gEfiDriverConfiguration2ProtocolGuid = { 0xBFD7DC1D, 0x24F1, 0x40D9, { 0x82, 0xE7, 0x2E, 0x09, 0xBB, 0x6B, 0x4E, 0xBE }}
13720d1ba665SWarner Losh
13730d1ba665SWarner Losh  ## Include/Protocol/DriverConfiguration.h
13740d1ba665SWarner Losh  gEfiDriverConfigurationProtocolGuid = { 0x107A772B, 0xD5E1, 0x11D4, { 0x9A, 0x46, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
13750d1ba665SWarner Losh
13760d1ba665SWarner Losh  ## Include/Protocol/PlatformToDriverConfiguration.h
13770d1ba665SWarner Losh  gEfiPlatformToDriverConfigurationProtocolGuid = { 0x642cd590, 0x8059, 0x4c0a, { 0xa9, 0x58, 0xc5, 0xec, 0x7, 0xd2, 0x3c, 0x4b } }
13780d1ba665SWarner Losh
13790d1ba665SWarner Losh  ## Include/Protocol/DriverSupportedEfiVersion.h
13800d1ba665SWarner Losh  gEfiDriverSupportedEfiVersionProtocolGuid = { 0x5c198761, 0x16a8, 0x4e69, { 0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d } }
13810d1ba665SWarner Losh
13820d1ba665SWarner Losh  ## Include/Protocol/SimpleTextIn.h
13830d1ba665SWarner Losh  gEfiSimpleTextInProtocolGuid   = { 0x387477C1, 0x69C7, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
13840d1ba665SWarner Losh
13850d1ba665SWarner Losh  ## Include/Protocol/SimpleTextInEx.h
13860d1ba665SWarner Losh  gEfiSimpleTextInputExProtocolGuid = {0xdd9e7534, 0x7762, 0x4698, { 0x8c, 0x14, 0xf5, 0x85, 0x17, 0xa6, 0x25, 0xaa } }
13870d1ba665SWarner Losh
13880d1ba665SWarner Losh  ## Include/Protocol/SimpleTextOut.h
13890d1ba665SWarner Losh  gEfiSimpleTextOutProtocolGuid  = { 0x387477C2, 0x69C7, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
13900d1ba665SWarner Losh
13910d1ba665SWarner Losh  ## Include/Protocol/SimplePointer.h
13920d1ba665SWarner Losh  gEfiSimplePointerProtocolGuid  = { 0x31878C87, 0x0B75, 0x11D5, { 0x9A, 0x4F, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
13930d1ba665SWarner Losh
13940d1ba665SWarner Losh  ## Include/Protocol/AbsolutePointer.h
13950d1ba665SWarner Losh  gEfiAbsolutePointerProtocolGuid = { 0x8D59D32B, 0xC655, 0x4AE9, { 0x9B, 0x15, 0xF2, 0x59, 0x04, 0x99, 0x2A, 0x43 } }
13960d1ba665SWarner Losh
13970d1ba665SWarner Losh  ## Include/Protocol/SerialIo.h
13980d1ba665SWarner Losh  gEfiSerialIoProtocolGuid       = { 0xBB25CF6F, 0xF1D4, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD }}
13990d1ba665SWarner Losh
14000d1ba665SWarner Losh  ## Include/Protocol/GraphicsOutput.h
14010d1ba665SWarner Losh  gEfiGraphicsOutputProtocolGuid = { 0x9042A9DE, 0x23DC, 0x4A38, { 0x96, 0xFB, 0x7A, 0xDE, 0xD0, 0x80, 0x51, 0x6A }}
14020d1ba665SWarner Losh
14030d1ba665SWarner Losh  ## Include/Protocol/EdidDiscovered.h
14040d1ba665SWarner Losh  gEfiEdidDiscoveredProtocolGuid = { 0x1C0C34F6, 0xD380, 0x41FA, { 0xA0, 0x49, 0x8A, 0xD0, 0x6C, 0x1A, 0x66, 0xAA }}
14050d1ba665SWarner Losh
14060d1ba665SWarner Losh  ## Include/Protocol/EdidActive.h
14070d1ba665SWarner Losh  gEfiEdidActiveProtocolGuid     = { 0xBD8C1056, 0x9F36, 0x44EC, { 0x92, 0xA8, 0xA6, 0x33, 0x7F, 0x81, 0x79, 0x86 }}
14080d1ba665SWarner Losh
14090d1ba665SWarner Losh  ## Include/Protocol/EdidOverride.h
14100d1ba665SWarner Losh  gEfiEdidOverrideProtocolGuid   = { 0x48ECB431, 0xFB72, 0x45C0, { 0xA9, 0x22, 0xF4, 0x58, 0xFE, 0x04, 0x0B, 0xD5 }}
14110d1ba665SWarner Losh
14120d1ba665SWarner Losh  ## Include/Protocol/UgaIo.h
14130d1ba665SWarner Losh  gEfiUgaIoProtocolGuid          = { 0x61A4D49E, 0x6F68, 0x4F1B, { 0xB9, 0x22, 0xA8, 0x6E, 0xED, 0x0B, 0x07, 0xA2 }}
14140d1ba665SWarner Losh
14150d1ba665SWarner Losh  ## Include/Protocol/UgaDraw.h
14160d1ba665SWarner Losh  gEfiUgaDrawProtocolGuid        = { 0x982C298B, 0xF4FA, 0x41CB, { 0xB8, 0x38, 0x77, 0xAA, 0x68, 0x8F, 0xB8, 0x39 }}
14170d1ba665SWarner Losh
14180d1ba665SWarner Losh  ## Include/Protocol/LoadedImage.h
14190d1ba665SWarner Losh  gEfiLoadedImageProtocolGuid    = { 0x5B1B31A1, 0x9562, 0x11D2, { 0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14200d1ba665SWarner Losh
14210d1ba665SWarner Losh  ## Include/Protocol/LoadedImage.h
14220d1ba665SWarner Losh  gEfiLoadedImageDevicePathProtocolGuid = { 0xbc62157e, 0x3e33, 0x4fec, {0x99, 0x20, 0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf }}
14230d1ba665SWarner Losh
14240d1ba665SWarner Losh  ## Include/Protocol/LoadFile.h
14250d1ba665SWarner Losh  gEfiLoadFileProtocolGuid       = { 0x56EC3091, 0x954C, 0x11D2, { 0x8E, 0x3F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14260d1ba665SWarner Losh
14270d1ba665SWarner Losh  ## Include/Protocol/LoadFile2.h
14280d1ba665SWarner Losh  gEfiLoadFile2ProtocolGuid       = { 0x4006c0c1, 0xfcb3, 0x403e, {0x99, 0x6d, 0x4a, 0x6c, 0x87, 0x24, 0xe0, 0x6d }}
14290d1ba665SWarner Losh
14300d1ba665SWarner Losh  ## Include/Protocol/SimpleFileSystem.h
14310d1ba665SWarner Losh  gEfiSimpleFileSystemProtocolGuid = { 0x964E5B22, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14320d1ba665SWarner Losh
14330d1ba665SWarner Losh  ## Include/Protocol/TapeIo.h
14340d1ba665SWarner Losh  gEfiTapeIoProtocolGuid         = { 0x1E93E633, 0xD65A, 0x459E, { 0xAB, 0x84, 0x93, 0xD9, 0xEC, 0x26, 0x6D, 0x18 }}
14350d1ba665SWarner Losh
14360d1ba665SWarner Losh  ## Include/Protocol/DiskIo.h
14370d1ba665SWarner Losh  gEfiDiskIoProtocolGuid         = { 0xCE345171, 0xBA0B, 0x11D2, { 0x8E, 0x4F, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14380d1ba665SWarner Losh
14390d1ba665SWarner Losh  ## Include/Protocol/BlockIo.h
14400d1ba665SWarner Losh  gEfiBlockIoProtocolGuid        = { 0x964E5B21, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14410d1ba665SWarner Losh
14420d1ba665SWarner Losh  ## Include/Protocol/UnicodeCollation.h
14430d1ba665SWarner Losh  gEfiUnicodeCollationProtocolGuid = { 0x1D85CD7F, 0xF43D, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
14440d1ba665SWarner Losh
14450d1ba665SWarner Losh  ## Include/Protocol/UnicodeCollation.h
14460d1ba665SWarner Losh  gEfiUnicodeCollation2ProtocolGuid = {0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}
14470d1ba665SWarner Losh
14480d1ba665SWarner Losh  ## Include/Protocol/PciRootBridgeIo.h
14490d1ba665SWarner Losh  gEfiPciRootBridgeIoProtocolGuid = { 0x2F707EBB, 0x4A1A, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
14500d1ba665SWarner Losh
14510d1ba665SWarner Losh  ## Include/Protocol/PciIo.h
14520d1ba665SWarner Losh  gEfiPciIoProtocolGuid          = { 0x4CF5B200, 0x68B8, 0x4CA5, { 0x9E, 0xEC, 0xB2, 0x3E, 0x3F, 0x50, 0x02, 0x9A }}
14530d1ba665SWarner Losh
14540d1ba665SWarner Losh  ## Include/Protocol/ScsiIo.h
14550d1ba665SWarner Losh  gEfiScsiIoProtocolGuid         = { 0x932F47e6, 0x2362, 0x4002, { 0x80, 0x3E, 0x3C, 0xD5, 0x4B, 0x13, 0x8F, 0x85 }}
14560d1ba665SWarner Losh
14570d1ba665SWarner Losh  ## Include/Protocol/ScsiPassThruExt.h
14580d1ba665SWarner Losh  gEfiExtScsiPassThruProtocolGuid = { 0x143b7632, 0xb81b, 0x4cb7, {0xab, 0xd3, 0xb6, 0x25, 0xa5, 0xb9, 0xbf, 0xfe }}
14590d1ba665SWarner Losh
14600d1ba665SWarner Losh  ## Include/Protocol/ScsiPassThru.h
14610d1ba665SWarner Losh  gEfiScsiPassThruProtocolGuid   = { 0xA59E8FCF, 0xBDA0, 0x43BB, { 0x90, 0xB1, 0xD3, 0x73, 0x2E, 0xCA, 0xA8, 0x77 }}
14620d1ba665SWarner Losh
14630d1ba665SWarner Losh  ## Include/Protocol/IScsiInitiatorName.h
14640d1ba665SWarner Losh  gEfiIScsiInitiatorNameProtocolGuid = { 0x59324945, 0xEC44, 0x4C0D, { 0xB1, 0xCD, 0x9D, 0xB1, 0x39, 0xDF, 0x07, 0x0C }}
14650d1ba665SWarner Losh
14660d1ba665SWarner Losh  ## Include/Protocol/Usb2HostController.h
14670d1ba665SWarner Losh  gEfiUsb2HcProtocolGuid         = { 0x3E745226, 0x9818, 0x45B6, { 0xA2, 0xAC, 0xD7, 0xCD, 0x0E, 0x8B, 0xA2, 0xBC }}
14680d1ba665SWarner Losh
14690d1ba665SWarner Losh  ## Include/Protocol/UsbHostController.h
14700d1ba665SWarner Losh  gEfiUsbHcProtocolGuid          = { 0xF5089266, 0x1AA0, 0x4953, { 0x97, 0xD8, 0x56, 0x2F, 0x8A, 0x73, 0xB5, 0x19 }}
14710d1ba665SWarner Losh
14720d1ba665SWarner Losh  ## Include/Protocol/UsbIo.h
14730d1ba665SWarner Losh  gEfiUsbIoProtocolGuid          = { 0x2B2F68D6, 0x0CD2, 0x44CF, { 0x8E, 0x8B, 0xBB, 0xA2, 0x0B, 0x1B, 0x5B, 0x75 }}
14740d1ba665SWarner Losh
14750d1ba665SWarner Losh  ## Include/Protocol/AcpiTable.h
14760d1ba665SWarner Losh  gEfiAcpiTableProtocolGuid      = { 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}
14770d1ba665SWarner Losh
14780d1ba665SWarner Losh  ## Include/Protocol/Ebc.h
14790d1ba665SWarner Losh  gEfiEbcProtocolGuid            = { 0x13AC6DD1, 0x73D0, 0x11D4, { 0xB0, 0x6B, 0x00, 0xAA, 0x00, 0xBD, 0x6D, 0xE7 }}
14800d1ba665SWarner Losh
14810d1ba665SWarner Losh  ## Include/Protocol/SimpleNetwork.h
14820d1ba665SWarner Losh  gEfiSimpleNetworkProtocolGuid  = { 0xA19832B9, 0xAC25, 0x11D3, { 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
14830d1ba665SWarner Losh
14840d1ba665SWarner Losh  ## Include/Protocol/NetworkInterfaceIdentifier.h
14850d1ba665SWarner Losh  gEfiNetworkInterfaceIdentifierProtocolGuid_31 = { 0x1ACED566, 0x76ED, 0x4218, { 0xBC, 0x81, 0x76, 0x7F, 0x1F, 0x97, 0x7A, 0x89 }}
14860d1ba665SWarner Losh
14870d1ba665SWarner Losh  ## Include/Protocol/NetworkInterfaceIdentifier.h
14880d1ba665SWarner Losh  gEfiNetworkInterfaceIdentifierProtocolGuid = { 0xE18541CD, 0xF755, 0x4F73, { 0x92, 0x8D, 0x64, 0x3C, 0x8A, 0x79, 0xB2, 0x29 }}
14890d1ba665SWarner Losh
14900d1ba665SWarner Losh  ## Include/Protocol/PxeBaseCodeCallBack.h
14910d1ba665SWarner Losh  gEfiPxeBaseCodeCallbackProtocolGuid = { 0x245DCA21, 0xFB7B, 0x11D3, { 0x8F, 0x01, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
14920d1ba665SWarner Losh
14930d1ba665SWarner Losh  ## Include/Protocol/PxeBaseCode.h
14940d1ba665SWarner Losh  gEfiPxeBaseCodeProtocolGuid    = { 0x03C4E603, 0xAC28, 0x11D3, { 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
14950d1ba665SWarner Losh
14960d1ba665SWarner Losh  ## Include/Protocol/Bis.h
14970d1ba665SWarner Losh  gEfiBisProtocolGuid            = { 0x0B64AAB0, 0x5429, 0x11D4, { 0x98, 0x16, 0x00, 0xA0, 0xC9, 0x1F, 0xAD, 0xCF }}
14980d1ba665SWarner Losh
14990d1ba665SWarner Losh  ## Include/Protocol/ManagedNetwork.h
15000d1ba665SWarner Losh  gEfiManagedNetworkServiceBindingProtocolGuid = { 0xF36FF770, 0xA7E1, 0x42CF, { 0x9E, 0xD2, 0x56, 0xF0, 0xF2, 0x71, 0xF4, 0x4C }}
15010d1ba665SWarner Losh
15020d1ba665SWarner Losh  ## Include/Protocol/ManagedNetwork.h
15030d1ba665SWarner Losh  gEfiManagedNetworkProtocolGuid = { 0x7ab33a91, 0xace5, 0x4326, { 0xb5, 0x72, 0xe7, 0xee, 0x33, 0xd3, 0x9f, 0x16 }}
15040d1ba665SWarner Losh
15050d1ba665SWarner Losh  ## Include/Protocol/Arp.h
15060d1ba665SWarner Losh  gEfiArpServiceBindingProtocolGuid = { 0xF44C00EE, 0x1F2C, 0x4A00, { 0xAA, 0x09, 0x1C, 0x9F, 0x3E, 0x08, 0x00, 0xA3 }}
15070d1ba665SWarner Losh
15080d1ba665SWarner Losh  ## Include/Protocol/Arp.h
15090d1ba665SWarner Losh  gEfiArpProtocolGuid            = { 0xF4B427BB, 0xBA21, 0x4F16, { 0xBC, 0x4E, 0x43, 0xE4, 0x16, 0xAB, 0x61, 0x9C }}
15100d1ba665SWarner Losh
15110d1ba665SWarner Losh  ## Include/Protocol/Dhcp4.h
15120d1ba665SWarner Losh  gEfiDhcp4ServiceBindingProtocolGuid = { 0x9D9A39D8, 0xBD42, 0x4A73, { 0xA4, 0xD5, 0x8E, 0xE9, 0x4B, 0xE1, 0x13, 0x80 }}
15130d1ba665SWarner Losh
15140d1ba665SWarner Losh  ## Include/Protocol/Dhcp4.h
15150d1ba665SWarner Losh  gEfiDhcp4ProtocolGuid          = { 0x8A219718, 0x4EF5, 0x4761, { 0x91, 0xC8, 0xC0, 0xF0, 0x4B, 0xDA, 0x9E, 0x56 }}
15160d1ba665SWarner Losh
15170d1ba665SWarner Losh  ## Include/Protocol/Tcp4.h
15180d1ba665SWarner Losh  gEfiTcp4ServiceBindingProtocolGuid = { 0x00720665, 0x67EB, 0x4A99, { 0xBA, 0xF7, 0xD3, 0xC3, 0x3A, 0x1C, 0x7C, 0xC9 }}
15190d1ba665SWarner Losh
15200d1ba665SWarner Losh  ## Include/Protocol/Tcp4.h
15210d1ba665SWarner Losh  gEfiTcp4ProtocolGuid           = { 0x65530BC7, 0xA359, 0x410F, { 0xB0, 0x10, 0x5A, 0xAD, 0xC7, 0xEC, 0x2B, 0x62 }}
15220d1ba665SWarner Losh
15230d1ba665SWarner Losh  ## Include/Protocol/Ip4.h
15240d1ba665SWarner Losh  gEfiIp4ServiceBindingProtocolGuid = { 0xC51711E7, 0xB4BF, 0x404A, { 0xBF, 0xB8, 0x0A, 0x04, 0x8E, 0xF1, 0xFF, 0xE4 }}
15250d1ba665SWarner Losh
15260d1ba665SWarner Losh  ## Include/Protocol/Ip4.h
15270d1ba665SWarner Losh  gEfiIp4ProtocolGuid            = { 0x41D94CD2, 0x35B6, 0x455A, { 0x82, 0x58, 0xD4, 0xE5, 0x13, 0x34, 0xAA, 0xDD }}
15280d1ba665SWarner Losh
15290d1ba665SWarner Losh  ## Include/Protocol/Ip4Config.h
15300d1ba665SWarner Losh  gEfiIp4ConfigProtocolGuid      = { 0x3B95AA31, 0x3793, 0x434B, { 0x86, 0x67, 0xC8, 0x07, 0x08, 0x92, 0xE0, 0x5E }}
15310d1ba665SWarner Losh
15320d1ba665SWarner Losh  ## Include/Protocol/Udp4.h
15330d1ba665SWarner Losh  gEfiUdp4ServiceBindingProtocolGuid = { 0x83F01464, 0x99BD, 0x45E5, { 0xB3, 0x83, 0xAF, 0x63, 0x05, 0xD8, 0xE9, 0xE6 }}
15340d1ba665SWarner Losh
15350d1ba665SWarner Losh  ## Include/Protocol/Udp4.h
15360d1ba665SWarner Losh  gEfiUdp4ProtocolGuid           = { 0x3AD9DF29, 0x4501, 0x478D, { 0xB1, 0xF8, 0x7F, 0x7F, 0xE7, 0x0E, 0x50, 0xF3 }}
15370d1ba665SWarner Losh
15380d1ba665SWarner Losh  ## Include/Protocol/Mtftp4.h
15390d1ba665SWarner Losh  gEfiMtftp4ServiceBindingProtocolGuid = { 0x2FE800BE, 0x8F01, 0x4AA6, { 0x94, 0x6B, 0xD7, 0x13, 0x88, 0xE1, 0x83, 0x3F }}
15400d1ba665SWarner Losh
15410d1ba665SWarner Losh  ## Include/Protocol/Mtftp4.h
15420d1ba665SWarner Losh  gEfiMtftp4ProtocolGuid         = { 0x78247C57, 0x63DB, 0x4708, { 0x99, 0xC2, 0xA8, 0xB4, 0xA9, 0xA6, 0x1F, 0x6B }}
15430d1ba665SWarner Losh
15440d1ba665SWarner Losh  ## Include/Protocol/AuthenticationInfo.h
15450d1ba665SWarner Losh  gEfiAuthenticationInfoProtocolGuid = { 0x7671D9D0, 0x53DB, 0x4173, { 0xAA, 0x69, 0x23, 0x27, 0xF2, 0x1F, 0x0B, 0xC7 }}
15460d1ba665SWarner Losh
15470d1ba665SWarner Losh  ## Include/Protocol/Hash.h
15480d1ba665SWarner Losh  gEfiHashServiceBindingProtocolGuid = { 0x42881c98, 0xa4f3, 0x44b0, { 0xa3, 0x9d, 0xdf, 0xa1, 0x86, 0x67, 0xd8, 0xcd }}
15490d1ba665SWarner Losh
15500d1ba665SWarner Losh  ## Include/Protocol/Hash.h
15510d1ba665SWarner Losh  gEfiHashProtocolGuid           = { 0xC5184932, 0xDBA5, 0x46DB, { 0xA5, 0xBA, 0xCC, 0x0B, 0xDA, 0x9C, 0x14, 0x35 }}
15520d1ba665SWarner Losh
15530d1ba665SWarner Losh  ## Include/Protocol/TcgService.h
15540d1ba665SWarner Losh  gEfiTcgProtocolGuid            = { 0xf541796d, 0xa62e, 0x4954, { 0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd }}
15550d1ba665SWarner Losh
15560d1ba665SWarner Losh  ## Include/Protocol/TrEEProtocol.h
15570d1ba665SWarner Losh  gEfiTrEEProtocolGuid           = {0x607f766c, 0x7455, 0x42be, { 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f }}
15580d1ba665SWarner Losh
15590d1ba665SWarner Losh  ## Include/Protocol/Tcg2Protocol.h
15600d1ba665SWarner Losh  gEfiTcg2ProtocolGuid           = {0x607f766c, 0x7455, 0x42be, { 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f }}
15610d1ba665SWarner Losh  gEfiTcg2FinalEventsTableGuid   = {0x1e2ed096, 0x30e2, 0x4254, { 0xbd, 0x89, 0x86, 0x3b, 0xbe, 0xf8, 0x23, 0x25 }}
15620d1ba665SWarner Losh
15630d1ba665SWarner Losh  ## Include/Protocol/FormBrowser2.h
15640d1ba665SWarner Losh  gEfiFormBrowser2ProtocolGuid   =   {0xb9d4c360, 0xbcfb, 0x4f9b, {0x92, 0x98, 0x53, 0xc1, 0x36, 0x98, 0x22, 0x58}}
15650d1ba665SWarner Losh
15660d1ba665SWarner Losh  ## Include/Protocol/HiiString.h
15670d1ba665SWarner Losh  gEfiHiiStringProtocolGuid      =   {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
15680d1ba665SWarner Losh
15690d1ba665SWarner Losh  ## Include/Protocol/HiiImage.h
15700d1ba665SWarner Losh  gEfiHiiImageProtocolGuid       =   {0x31a6406a, 0x6bdf, 0x4e46, {0xb2, 0xa2, 0xeb, 0xaa, 0x89, 0xc4, 0x09, 0x20}}
15710d1ba665SWarner Losh
15720d1ba665SWarner Losh  ## Include/Protocol/HiiConfigRouting.h
15730d1ba665SWarner Losh  gEfiHiiConfigRoutingProtocolGuid = {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
15740d1ba665SWarner Losh
15750d1ba665SWarner Losh  ## Include/Protocol/HiiDatabase.h
15760d1ba665SWarner Losh  gEfiHiiDatabaseProtocolGuid    =   {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
15770d1ba665SWarner Losh
15780d1ba665SWarner Losh  ## Include/Protocol/HiiFont.h
15790d1ba665SWarner Losh  gEfiHiiFontProtocolGuid        =   {0xe9ca4775, 0x8657, 0x47fc, {0x97, 0xe7, 0x7e, 0xd6, 0x5a, 0x08, 0x43, 0x24}}
15800d1ba665SWarner Losh
15810d1ba665SWarner Losh  ## Include/Protocol/HiiConfigAccess.h
15820d1ba665SWarner Losh  gEfiHiiConfigAccessProtocolGuid =  {0x330d4706, 0xf2a0, 0x4e4f, {0xa3, 0x69, 0xb6, 0x6f, 0xa8, 0xd5, 0x43, 0x85}}
15830d1ba665SWarner Losh
15840d1ba665SWarner Losh  ## Include/Protocol/HiiPackageList.h
15850d1ba665SWarner Losh  gEfiHiiPackageListProtocolGuid  = { 0x6a1ee763, 0xd47a, 0x43b4, {0xaa, 0xbe, 0xef, 0x1d, 0xe2, 0xab, 0x56, 0xfc}}
15860d1ba665SWarner Losh
15870d1ba665SWarner Losh  #
15880d1ba665SWarner Losh  # Protocols defined in UEFI2.2
15890d1ba665SWarner Losh  #
15900d1ba665SWarner Losh  ## Include/Protocol/Ip6.h
15910d1ba665SWarner Losh  gEfiIp6ServiceBindingProtocolGuid    = { 0xec835dd3, 0xfe0f, 0x617b, {0xa6, 0x21, 0xb3, 0x50, 0xc3, 0xe1, 0x33, 0x88 }}
15920d1ba665SWarner Losh
15930d1ba665SWarner Losh  ## Include/Protocol/Ip6.h
15940d1ba665SWarner Losh  gEfiIp6ProtocolGuid                  = { 0x2c8759d5, 0x5c2d, 0x66ef, {0x92, 0x5f, 0xb6, 0x6c, 0x10, 0x19, 0x57, 0xe2 }}
15950d1ba665SWarner Losh
15960d1ba665SWarner Losh  ## Include/Protocol/Ip6Config.h
15970d1ba665SWarner Losh  gEfiIp6ConfigProtocolGuid            = { 0x937fe521, 0x95ae, 0x4d1a, {0x89, 0x29, 0x48, 0xbc, 0xd9, 0x0a, 0xd3, 0x1a }}
15980d1ba665SWarner Losh
15990d1ba665SWarner Losh  ## Include/Protocol/Mtftp6.h
16000d1ba665SWarner Losh  gEfiMtftp6ServiceBindingProtocolGuid = { 0xd9760ff3, 0x3cca, 0x4267, {0x80, 0xf9, 0x75, 0x27, 0xfa, 0xfa, 0x42, 0x23 }}
16010d1ba665SWarner Losh
16020d1ba665SWarner Losh  ## Include/Protocol/Mtftp6.h
16030d1ba665SWarner Losh  gEfiMtftp6ProtocolGuid               = { 0xbf0a78ba, 0xec29, 0x49cf, {0xa1, 0xc9, 0x7a, 0xe5, 0x4e, 0xab, 0x6a, 0x51 }}
16040d1ba665SWarner Losh
16050d1ba665SWarner Losh  ## Include/Protocol/Dhcp6.h
16060d1ba665SWarner Losh  gEfiDhcp6ServiceBindingProtocolGuid  = { 0x9fb9a8a1, 0x2f4a, 0x43a6, {0x88, 0x9c, 0xd0, 0xf7, 0xb6, 0xc4, 0x7a, 0xd5 }}
16070d1ba665SWarner Losh
16080d1ba665SWarner Losh  ## Include/Protocol/Dhcp6.h
16090d1ba665SWarner Losh  gEfiDhcp6ProtocolGuid                = { 0x87c8bad7, 0x595, 0x4053, {0x82, 0x97, 0xde, 0xde, 0x39, 0x5f, 0x5d, 0x5b }}
16100d1ba665SWarner Losh
16110d1ba665SWarner Losh  ## Include/Protocol/Udp6.h
16120d1ba665SWarner Losh  gEfiUdp6ServiceBindingProtocolGuid   = { 0x66ed4721, 0x3c98, 0x4d3e, {0x81, 0xe3, 0xd0, 0x3d, 0xd3, 0x9a, 0x72, 0x54 }}
16130d1ba665SWarner Losh
16140d1ba665SWarner Losh  ## Include/Protocol/Udp6.h
16150d1ba665SWarner Losh  gEfiUdp6ProtocolGuid                 = { 0x4f948815, 0xb4b9, 0x43cb, {0x8a, 0x33, 0x90, 0xe0, 0x60, 0xb3, 0x49, 0x55 }}
16160d1ba665SWarner Losh
16170d1ba665SWarner Losh  ## Include/Protocol/Tcp6.h
16180d1ba665SWarner Losh  gEfiTcp6ServiceBindingProtocolGuid   = { 0xec20eb79, 0x6c1a, 0x4664, {0x9a, 0x0d, 0xd2, 0xe4, 0xcc, 0x16, 0xd6, 0x64 }}
16190d1ba665SWarner Losh
16200d1ba665SWarner Losh  ## Include/Protocol/Tcp6.h
16210d1ba665SWarner Losh  gEfiTcp6ProtocolGuid                 = { 0x46e44855, 0xbd60, 0x4ab7, {0xab, 0x0d, 0xa6, 0x79, 0xb9, 0x44, 0x7d, 0x77 }}
16220d1ba665SWarner Losh
16230d1ba665SWarner Losh  ## Include/Protocol/VlanConfig.h
16240d1ba665SWarner Losh  gEfiVlanConfigProtocolGuid           = { 0x9e23d768, 0xd2f3, 0x4366, {0x9f, 0xc3, 0x3a, 0x7a, 0xba, 0x86, 0x43, 0x74 }}
16250d1ba665SWarner Losh
16260d1ba665SWarner Losh  ## Include/Protocol/Eap.h
16270d1ba665SWarner Losh  gEfiEapProtocolGuid                  = { 0x5d9f96db, 0xe731, 0x4caa, {0xa0, 0xd, 0x72, 0xe1, 0x87, 0xcd, 0x77, 0x62 }}
16280d1ba665SWarner Losh
16290d1ba665SWarner Losh  ## Include/Protocol/EapManagement.h
16300d1ba665SWarner Losh  gEfiEapManagementProtocolGuid        = { 0xbb62e663, 0x625d, 0x40b2, {0xa0, 0x88, 0xbb, 0xe8, 0x36, 0x23, 0xa2, 0x45 }}
16310d1ba665SWarner Losh
16320d1ba665SWarner Losh  ## Include/Protocol/Ftp4.h
16330d1ba665SWarner Losh  gEfiFtp4ServiceBindingProtocolGuid   = { 0xfaaecb1, 0x226e, 0x4782, {0xaa, 0xce, 0x7d, 0xb9, 0xbc, 0xbf, 0x4d, 0xaf }}
16340d1ba665SWarner Losh
16350d1ba665SWarner Losh  ## Include/Protocol/Ftp4.h
16360d1ba665SWarner Losh  gEfiFtp4ProtocolGuid                 = { 0xeb338826, 0x681b, 0x4295, {0xb3, 0x56, 0x2b, 0x36, 0x4c, 0x75, 0x7b, 0x9 }}
16370d1ba665SWarner Losh
16380d1ba665SWarner Losh  ## Include/Protocol/IpSecConfig.h
16390d1ba665SWarner Losh  gEfiIpSecConfigProtocolGuid          = { 0xce5e5929, 0xc7a3, 0x4602, {0xad, 0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf }}
16400d1ba665SWarner Losh
16410d1ba665SWarner Losh  ## Include/Protocol/DriverHealth.h
16420d1ba665SWarner Losh  gEfiDriverHealthProtocolGuid         = { 0x2a534210, 0x9280, 0x41d8, {0xae, 0x79, 0xca, 0xda, 0x1, 0xa2, 0xb1, 0x27 }}
16430d1ba665SWarner Losh
16440d1ba665SWarner Losh  ## Include/Protocol/DeferredImageLoad.h
16450d1ba665SWarner Losh  gEfiDeferredImageLoadProtocolGuid    = { 0x15853d7c, 0x3ddf, 0x43e0, {0xa1, 0xcb, 0xeb, 0xf8, 0x5b, 0x8f, 0x87, 0x2c }}
16460d1ba665SWarner Losh
16470d1ba665SWarner Losh  ## Include/Protocol/UserCredential.h
16480d1ba665SWarner Losh  gEfiUserCredentialProtocolGuid       = { 0x71ee5e94, 0x65b9, 0x45d5, {0x82, 0x1a, 0x3a, 0x4d, 0x86, 0xcf, 0xe6, 0xbe }}
16490d1ba665SWarner Losh
16500d1ba665SWarner Losh  ## Include/Protocol/UserManager.h
16510d1ba665SWarner Losh  gEfiUserManagerProtocolGuid          = { 0x6fd5b00c, 0xd426, 0x4283, {0x98, 0x87, 0x6c, 0xf5, 0xcf, 0x1c, 0xb1, 0xfe }}
16520d1ba665SWarner Losh
16530d1ba665SWarner Losh  ## Include/Protocol/AtaPassThru.h
16540d1ba665SWarner Losh  gEfiAtaPassThruProtocolGuid          = { 0x1d3de7f0, 0x807, 0x424f, {0xaa, 0x69, 0x11, 0xa5, 0x4e, 0x19, 0xa4, 0x6f }}
16550d1ba665SWarner Losh
16560d1ba665SWarner Losh  #
16570d1ba665SWarner Losh  # Protocols defined in UEFI2.3
16580d1ba665SWarner Losh  #
16590d1ba665SWarner Losh  ## Include/Protocol/FirmwareManagement.h
16600d1ba665SWarner Losh  gEfiFirmwareManagementProtocolGuid   = { 0x86c77a67, 0xb97, 0x4633, {0xa1, 0x87, 0x49, 0x10, 0x4d, 0x6, 0x85, 0xc7 }}
16610d1ba665SWarner Losh
16620d1ba665SWarner Losh  ## Include/Protocol/IpSec.h
16630d1ba665SWarner Losh  gEfiIpSecProtocolGuid                = { 0xdfb386f7, 0xe100, 0x43ad, {0x9c, 0x9a, 0xed, 0x90, 0xd0, 0x8a, 0x5e, 0x12 }}
16640d1ba665SWarner Losh
16650d1ba665SWarner Losh  ## Include/Protocol/IpSec.h
16660d1ba665SWarner Losh  gEfiIpSec2ProtocolGuid               = { 0xa3979e64, 0xace8, 0x4ddc, {0xbc, 0x7, 0x4d, 0x66, 0xb8, 0xfd, 0x9, 0x77 }}
16670d1ba665SWarner Losh
16680d1ba665SWarner Losh  #
16690d1ba665SWarner Losh  # Protocols defined in UEFI2.3.1
16700d1ba665SWarner Losh  #
16710d1ba665SWarner Losh  ## Include/Protocol/Kms.h
16720d1ba665SWarner Losh  gEfiKmsProtocolGuid                  = { 0xEC3A978D, 0x7C4E, 0x48FA, {0x9A, 0xBE, 0x6A, 0xD9, 0x1C, 0xC8, 0xF8, 0x11 }}
16730d1ba665SWarner Losh
16740d1ba665SWarner Losh  ## Include/Protocol/BlockIo2.h
16750d1ba665SWarner Losh  gEfiBlockIo2ProtocolGuid             = { 0xa77b2472, 0xe282, 0x4e9f, {0xa2, 0x45, 0xc2, 0xc0, 0xe2, 0x7b, 0xbc, 0xc1 }}
16760d1ba665SWarner Losh
16770d1ba665SWarner Losh  ## Include/Protocol/StorageSecurityCommand.h
16780d1ba665SWarner Losh  gEfiStorageSecurityCommandProtocolGuid = { 0xc88b0b6d, 0x0dfc, 0x49a7, {0x9c, 0xb4, 0x49, 0x7, 0x4b, 0x4c, 0x3a, 0x78 }}
16790d1ba665SWarner Losh
16800d1ba665SWarner Losh  ## Include/Protocol/UserCredential2.h
16810d1ba665SWarner Losh  gEfiUserCredential2ProtocolGuid      = { 0xe98adb03, 0xb8b9, 0x4af8, {0xba, 0x20, 0x26, 0xe9, 0x11, 0x4c, 0xbc, 0xe5 }}
16820d1ba665SWarner Losh
16830d1ba665SWarner Losh  #
16840d1ba665SWarner Losh  # Protocols defined in UEFI2.4
16850d1ba665SWarner Losh  #
16860d1ba665SWarner Losh  ## Include/Protocol/DiskIo2.h
16870d1ba665SWarner Losh  gEfiDiskIo2ProtocolGuid              = { 0x151c8eae, 0x7f2c, 0x472c, { 0x9e, 0x54, 0x98, 0x28, 0x19, 0x4f, 0x6a, 0x88 }}
16880d1ba665SWarner Losh
16890d1ba665SWarner Losh  ## Include/Protocol/Timestamp.h
16900d1ba665SWarner Losh  gEfiTimestampProtocolGuid            = { 0xafbfde41, 0x2e6e, 0x4262, {0xba, 0x65, 0x62, 0xb9, 0x23, 0x6e, 0x54, 0x95 }}
16910d1ba665SWarner Losh
16920d1ba665SWarner Losh  ## Include/Protocol/Rng.h
16930d1ba665SWarner Losh  gEfiRngProtocolGuid                  = { 0x3152bca5, 0xeade, 0x433d, {0x86, 0x2e, 0xc0, 0x1c, 0xdc, 0x29, 0x1f, 0x44 }}
16940d1ba665SWarner Losh
16950d1ba665SWarner Losh  ## Include/Protocol/AdapterInformation.h
16960d1ba665SWarner Losh  gEfiAdapterInformationProtocolGuid   = { 0xE5DD1403, 0xD622, 0xC24E, {0x84, 0x88, 0xC7, 0x1B, 0x17, 0xF5, 0xE8, 0x02 }}
16970d1ba665SWarner Losh
16980d1ba665SWarner Losh  #
16990d1ba665SWarner Losh  # Protocols defined in UEFI2.5
17000d1ba665SWarner Losh  #
17010d1ba665SWarner Losh  ## Include/Protocol/NvmExpressPassthru.h
17020d1ba665SWarner Losh  gEfiNvmExpressPassThruProtocolGuid   = { 0x52c78312, 0x8edc, 0x4233, { 0x98, 0xf2, 0x1a, 0x1a, 0xa5, 0xe3, 0x88, 0xa5 }}
17030d1ba665SWarner Losh
17040d1ba665SWarner Losh  ## Include/Protocol/Hash2.h
17050d1ba665SWarner Losh  gEfiHash2ServiceBindingProtocolGuid  = { 0xda836f8d, 0x217f, 0x4ca0, { 0x99, 0xc2, 0x1c, 0xa4, 0xe1, 0x60, 0x77, 0xea }}
17060d1ba665SWarner Losh
17070d1ba665SWarner Losh  ## Include/Protocol/Hash2.h
17080d1ba665SWarner Losh  gEfiHash2ProtocolGuid                = { 0x55b1d734, 0xc5e1, 0x49db, { 0x96, 0x47, 0xb1, 0x6a, 0xfb, 0xe, 0x30, 0x5b }}
17090d1ba665SWarner Losh
17100d1ba665SWarner Losh  ## Include/Protocol/BlockIoCrypto.h
17110d1ba665SWarner Losh  gEfiBlockIoCryptoProtocolGuid        = { 0xa00490ba, 0x3f1a, 0x4b4c, { 0xab, 0x90, 0x4f, 0xa9, 0x97, 0x26, 0xa1, 0xe8 }}
17120d1ba665SWarner Losh
17130d1ba665SWarner Losh  ## Include/Protocol/SmartCardReader.h
17140d1ba665SWarner Losh  gEfiSmartCardReaderProtocolGuid      = { 0x2a4d1adf, 0x21dc, 0x4b81, {0xa4, 0x2f, 0x8b, 0x8e, 0xe2, 0x38, 0x00, 0x60 }}
17150d1ba665SWarner Losh
17160d1ba665SWarner Losh  ## Include/Protocol/SmartCardEdge.h
17170d1ba665SWarner Losh  gEfiSmartCardEdgeProtocolGuid        = { 0xd317f29b, 0xa325, 0x4712, {0x9b, 0xf1, 0xc6, 0x19, 0x54, 0xdc, 0x19, 0x8c }}
17180d1ba665SWarner Losh
17190d1ba665SWarner Losh  ## Include/Protocol/UsbFunctionIo.h
17200d1ba665SWarner Losh  gEfiUsbFunctionIoProtocolGuid        = { 0x32d2963a, 0xfe5d, 0x4f30, {0xb6, 0x33, 0x6e, 0x5d, 0xc5, 0x58, 0x3, 0xcc }}
17210d1ba665SWarner Losh
17220d1ba665SWarner Losh  ## Include/Protocol/BluetoothHc.h
17230d1ba665SWarner Losh  gEfiBluetoothHcProtocolGuid         = { 0xb3930571, 0xbeba, 0x4fc5, { 0x92, 0x3, 0x94, 0x27, 0x24, 0x2e, 0x6a, 0x43 }}
17240d1ba665SWarner Losh
17250d1ba665SWarner Losh  ## Include/Protocol/BluetoothIo.h
17260d1ba665SWarner Losh  gEfiBluetoothIoServiceBindingProtocolGuid   = { 0x388278d3, 0x7b85, 0x42f0, { 0xab, 0xa9, 0xfb, 0x4b, 0xfd, 0x69, 0xf5, 0xab }}
17270d1ba665SWarner Losh  gEfiBluetoothIoProtocolGuid                 = { 0x467313de, 0x4e30, 0x43f1, { 0x94, 0x3e, 0x32, 0x3f, 0x89, 0x84, 0x5d, 0xb5 }}
17280d1ba665SWarner Losh
17290d1ba665SWarner Losh  ## Include/Protocol/BluetoothConfig.h
17300d1ba665SWarner Losh  gEfiBluetoothConfigProtocolGuid             = { 0x62960cf3, 0x40ff, 0x4263, { 0xa7, 0x7c, 0xdf, 0xde, 0xbd, 0x19, 0x1b, 0x4b }}
17310d1ba665SWarner Losh
17320d1ba665SWarner Losh  ## Include/Protocol/RegularExpressionProtocol.h
17330d1ba665SWarner Losh  gEfiRegularExpressionProtocolGuid = { 0xB3F79D9A, 0x436C, 0xDC11, {0xB0, 0x52, 0xCD, 0x85, 0xDF, 0x52, 0x4C, 0xE6 }}
17340d1ba665SWarner Losh
17350d1ba665SWarner Losh  ## Include/Protocol/BootManagerPolicy.h
17360d1ba665SWarner Losh  gEfiBootManagerPolicyProtocolGuid    = { 0xfedf8e0c, 0xe147, 0x11e3, { 0x99, 0x03, 0xb8, 0xe8, 0x56, 0x2c, 0xba, 0xfa }}
17370d1ba665SWarner Losh
17380d1ba665SWarner Losh  ## Include/Protocol/HiiConfigKeyword.h
17390d1ba665SWarner Losh  gEfiConfigKeywordHandlerProtocolGuid = {0x0a8badd5, 0x03b8, 0x4d19, {0xb1, 0x28, 0x7b, 0x8f, 0x0e, 0xda, 0xa5, 0x96}}
17400d1ba665SWarner Losh
17410d1ba665SWarner Losh  ## Include/Protocol/WiFi.h
17420d1ba665SWarner Losh  gEfiWiFiProtocolGuid                 = { 0xda55bc9, 0x45f8, 0x4bb4, {0x87, 0x19, 0x52, 0x24, 0xf1, 0x8a, 0x4d, 0x45 }}
17430d1ba665SWarner Losh
17440d1ba665SWarner Losh  ## Include/Protocol/EapManagement2.h
17450d1ba665SWarner Losh  gEfiEapManagement2ProtocolGuid       = { 0x5e93c847, 0x456d, 0x40b3, {0xa6, 0xb4, 0x78, 0xb0, 0xc9, 0xcf, 0x7f, 0x20 }}
17460d1ba665SWarner Losh
17470d1ba665SWarner Losh  ## Include/Protocol/EapConfiguration.h
17480d1ba665SWarner Losh  gEfiEapConfigurationProtocolGuid     = { 0xe5b58dbb, 0x7688, 0x44b4, {0x97, 0xbf, 0x5f, 0x1d, 0x4b, 0x7c, 0xc8, 0xdb }}
17490d1ba665SWarner Losh
17500d1ba665SWarner Losh  ## Include/Protocol/Pkcs7Verify.h
17510d1ba665SWarner Losh  gEfiPkcs7VerifyProtocolGuid          = { 0x47889fb2, 0xd671, 0x4fab, { 0xa0, 0xca, 0xdf, 0x0e, 0x44, 0xdf, 0x70, 0xd6 }}
17520d1ba665SWarner Losh
17530d1ba665SWarner Losh  ## Include/Protocol/Ip4Config2.h
17540d1ba665SWarner Losh  gEfiIp4Config2ProtocolGuid           =  { 0x5b446ed1, 0xe30b, 0x4faa, {0x87, 0x1a, 0x36, 0x54, 0xec, 0xa3, 0x60, 0x80 }}
17550d1ba665SWarner Losh
17560d1ba665SWarner Losh  ## Include/Protocol/Dns4.h
17570d1ba665SWarner Losh  gEfiDns4ServiceBindingProtocolGuid   = { 0xb625b186, 0xe063, 0x44f7, { 0x89, 0x5, 0x6a, 0x74, 0xdc, 0x6f, 0x52, 0xb4 }}
17580d1ba665SWarner Losh
17590d1ba665SWarner Losh  ## Include/Protocol/Dns4.h
17600d1ba665SWarner Losh  gEfiDns4ProtocolGuid                 = { 0xae3d28cc, 0xe05b, 0x4fa1, { 0xa0, 0x11, 0x7e, 0xb5, 0x5a, 0x3f, 0x14, 0x1 }}
17610d1ba665SWarner Losh
17620d1ba665SWarner Losh  ## Include/Protocol/Dns6.h
17630d1ba665SWarner Losh  gEfiDns6ServiceBindingProtocolGuid   = { 0x7f1647c8, 0xb76e, 0x44b2, { 0xa5, 0x65, 0xf7, 0xf, 0xf1, 0x9c, 0xd1, 0x9e }}
17640d1ba665SWarner Losh
17650d1ba665SWarner Losh  ## Include/Protocol/Dns6.h
17660d1ba665SWarner Losh  gEfiDns6ProtocolGuid                 = { 0xca37bc1f, 0xa327, 0x4ae9, { 0x82, 0x8a, 0x8c, 0x40, 0xd8, 0x50, 0x6a, 0x17 }}
17670d1ba665SWarner Losh
17680d1ba665SWarner Losh  ## Include/Protocol/Http.h
17690d1ba665SWarner Losh  gEfiHttpServiceBindingProtocolGuid   = { 0xbdc8e6af, 0xd9bc, 0x4379, {0xa7, 0x2a, 0xe0, 0xc4, 0xe7, 0x5d, 0xae, 0x1c }}
17700d1ba665SWarner Losh
17710d1ba665SWarner Losh  ## Include/Protocol/Http.h
17720d1ba665SWarner Losh  gEfiHttpProtocolGuid                 = { 0x7a59b29b, 0x910b, 0x4171, {0x82, 0x42, 0xa8, 0x5a, 0x0d, 0xf2, 0x5b, 0x5b }}
17730d1ba665SWarner Losh
17740d1ba665SWarner Losh  ## Include/Protocol/HttpUtilities.h
17750d1ba665SWarner Losh  gEfiHttpUtilitiesProtocolGuid        = { 0x3e35c163, 0x4074, 0x45dd, {0x43, 0x1e, 0x23, 0x98, 0x9d, 0xd8, 0x6b, 0x32 }}
17760d1ba665SWarner Losh
17770d1ba665SWarner Losh  ## Include/Protocol/Tls.h
17780d1ba665SWarner Losh  gEfiTlsServiceBindingProtocolGuid   = { 0x952cb795, 0xff36, 0x48cf, {0xa2, 0x49, 0x4d, 0xf4, 0x86, 0xd6, 0xab, 0x8d }}
17790d1ba665SWarner Losh
17800d1ba665SWarner Losh  ## Include/Protocol/Tls.h
17810d1ba665SWarner Losh  gEfiTlsProtocolGuid                 = { 0xca959f, 0x6cfa, 0x4db1, {0x95, 0xbc, 0xe4, 0x6c, 0x47, 0x51, 0x43, 0x90 }}
17820d1ba665SWarner Losh
17830d1ba665SWarner Losh  ## Include/Protocol/TlsConfig.h
17840d1ba665SWarner Losh  gEfiTlsConfigurationProtocolGuid    = { 0x1682fe44, 0xbd7a, 0x4407, { 0xb7, 0xc7, 0xdc, 0xa3, 0x7c, 0xa3, 0x92, 0x2d }}
17850d1ba665SWarner Losh
17860d1ba665SWarner Losh  ## Include/Protocol/Rest.h
17870d1ba665SWarner Losh  gEfiRestProtocolGuid                 =  { 0x0db48a36, 0x4e54, 0xea9c, {0x9b, 0x09, 0x1e, 0xa5, 0xbe, 0x3a, 0x66, 0x0b }}
17880d1ba665SWarner Losh
17890d1ba665SWarner Losh  ## Include/Protocol/Supplicant.h
17900d1ba665SWarner Losh  gEfiSupplicantServiceBindingProtocolGuid  = { 0x45bcd98e, 0x59ad, 0x4174, { 0x95, 0x46, 0x34, 0x4a, 0x7, 0x48, 0x58, 0x98 }}
17910d1ba665SWarner Losh  gEfiSupplicantProtocolGuid                = { 0x54fcc43e, 0xaa89, 0x4333, { 0x9a, 0x85, 0xcd, 0xea, 0x24, 0x5, 0x1e, 0x9e }}
17920d1ba665SWarner Losh
17930d1ba665SWarner Losh  #
17940d1ba665SWarner Losh  # Protocols defined in UEFI2.6
17950d1ba665SWarner Losh  #
17960d1ba665SWarner Losh  ## Include/Protocol/WiFi2.h
17970d1ba665SWarner Losh  gEfiWiFi2ProtocolGuid                = { 0x1b0fb9bf, 0x699d, 0x4fdd, {0xa7, 0xc3, 0x25, 0x46, 0x68, 0x1b, 0xf6, 0x3b }}
17980d1ba665SWarner Losh
17990d1ba665SWarner Losh  ## Include/Protocol/RamDisk.h
18000d1ba665SWarner Losh  gEfiRamDiskProtocolGuid              = { 0xab38a0df, 0x6873, 0x44a9, { 0x87, 0xe6, 0xd4, 0xeb, 0x56, 0x14, 0x84, 0x49 }}
18010d1ba665SWarner Losh
18020d1ba665SWarner Losh  ## Include/Protocol/ImageDecoder.h
18030d1ba665SWarner Losh  gEfiHiiImageDecoderProtocolGuid      = { 0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x18, 0xea }}
18040d1ba665SWarner Losh
18050d1ba665SWarner Losh  ## Include/Protocol/HiiImageEx.h
18060d1ba665SWarner Losh  gEfiHiiImageExProtocolGuid           = { 0x1a1241e6, 0x8f19, 0x41a9, { 0xbc, 0xe,  0xe8, 0xef, 0x39, 0xe0, 0x65, 0x46 }}
18070d1ba665SWarner Losh
18080d1ba665SWarner Losh  ## Include/Protocol/SdMmcPassThru.h
18090d1ba665SWarner Losh  gEfiSdMmcPassThruProtocolGuid        = { 0x716ef0d9, 0xff83, 0x4f69, {0x81, 0xe9, 0x51, 0x8b, 0xd3, 0x9a, 0x8e, 0x70 }}
18100d1ba665SWarner Losh
18110d1ba665SWarner Losh  ## Include/Protocol/EraseBlock.h
18120d1ba665SWarner Losh  gEfiEraseBlockProtocolGuid           = { 0x95a9a93e, 0xa86e, 0x4926, {0xaa, 0xef, 0x99, 0x18, 0xe7, 0x72, 0xd9, 0x87 }}
18130d1ba665SWarner Losh
18140d1ba665SWarner Losh  #
1815*3245fa21SMitchell Horne  # Protocols defined in UEFI2.7
1816*3245fa21SMitchell Horne  #
1817*3245fa21SMitchell Horne  ## Include/Protocol/BluetoothAttribute.h
1818*3245fa21SMitchell Horne  gEfiBluetoothAttributeProtocolGuid        = { 0x898890e9, 0x84b2, 0x4f3a, { 0x8c, 0x58, 0xd8, 0x57, 0x78, 0x13, 0xe0, 0xac } }
1819*3245fa21SMitchell Horne  gEfiBluetoothAttributeServiceBindingProtocolGuid = { 0x5639867a, 0x8c8e, 0x408d, {0xac, 0x2f, 0x4b, 0x61, 0xbd, 0xc0, 0xbb, 0xbb }}
1820*3245fa21SMitchell Horne
1821*3245fa21SMitchell Horne  ## Include/Protocol/BluetoothLeConfig.h
1822*3245fa21SMitchell Horne  gEfiBluetoothLeConfigProtocolGuid         = { 0x8f76da58, 0x1f99, 0x4275, { 0xa4, 0xec, 0x47, 0x56, 0x51, 0x5b, 0x1c, 0xe8 } }
1823*3245fa21SMitchell Horne
1824*3245fa21SMitchell Horne  ## Include/Protocol/UfsDeviceConfig.h
1825*3245fa21SMitchell Horne  gEfiUfsDeviceConfigProtocolGuid           = { 0xb81bfab0, 0xeb3, 0x4cf9, { 0x84, 0x65, 0x7f, 0xa9, 0x86, 0x36, 0x16, 0x64 }}
1826*3245fa21SMitchell Horne
1827*3245fa21SMitchell Horne  ## Include/Protocol/HttpBootCallback.h
1828*3245fa21SMitchell Horne  gEfiHttpBootCallbackProtocolGuid   = {0xba23b311, 0x343d, 0x11e6, {0x91, 0x85, 0x58, 0x20, 0xb1, 0xd6, 0x52, 0x99}}
1829*3245fa21SMitchell Horne
1830*3245fa21SMitchell Horne  ## Include/Protocol/ResetNotification.h
1831*3245fa21SMitchell Horne  gEfiResetNotificationProtocolGuid         = { 0x9da34ae0, 0xeaf9, 0x4bbf, { 0x8e, 0xc3, 0xfd, 0x60, 0x22, 0x6c, 0x44, 0xbe } }
1832*3245fa21SMitchell Horne
1833*3245fa21SMitchell Horne  ## Include/Protocol/PartitionInfo.h
1834*3245fa21SMitchell Horne  gEfiPartitionInfoProtocolGuid             = { 0x8cf2f62c, 0xbc9b, 0x4821, { 0x80, 0x8d, 0xec, 0x9e, 0xc4, 0x21, 0xa1, 0xa0 }}
1835*3245fa21SMitchell Horne
1836*3245fa21SMitchell Horne  ## Include/Protocol/HiiPopup.h
1837*3245fa21SMitchell Horne  gEfiHiiPopupProtocolGuid                  = { 0x4311edc0, 0x6054, 0x46d4, { 0x9e, 0x40, 0x89, 0x3e, 0xa9, 0x52, 0xfc, 0xcc }}
1838*3245fa21SMitchell Horne
1839*3245fa21SMitchell Horne  ## Include/Protocol/NvdimmLabel.h
1840*3245fa21SMitchell Horne  gEfiNvdimmLabelProtocolGuid               = { 0xd40b6b80, 0x97d5, 0x4282, { 0xbb, 0x1d, 0x22, 0x3a, 0x16, 0x91, 0x80, 0x58 }}
1841*3245fa21SMitchell Horne
1842*3245fa21SMitchell Horne  #
18430d1ba665SWarner Losh  # Protocols defined in Shell2.0
18440d1ba665SWarner Losh  #
18450d1ba665SWarner Losh  ## Include/Protocol/Shell.h
18460d1ba665SWarner Losh  gEfiShellProtocolGuid                = { 0x6302d008, 0x7f9b, 0x4f30, {0x87, 0xac, 0x60, 0xc9, 0xfe, 0xf5, 0xda, 0x4e }}
18470d1ba665SWarner Losh
18480d1ba665SWarner Losh  ## Include/Protocol/ShellParameters.h
18490d1ba665SWarner Losh  gEfiShellParametersProtocolGuid      = { 0x752f3136, 0x4e16, 0x4fdc, {0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca }}
18500d1ba665SWarner Losh
18510d1ba665SWarner Losh  #
18520d1ba665SWarner Losh  # Protocols defined in Shell2.1
18530d1ba665SWarner Losh  #
18540d1ba665SWarner Losh  ## Include/Protocol/ShellDynamicCommand.h
18550d1ba665SWarner Losh  gEfiShellDynamicCommandProtocolGuid  = { 0x3c7200e9, 0x005f, 0x4ea4, {0x87, 0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3 }}
18560d1ba665SWarner Losh
18570d1ba665SWarner Losh#
18580d1ba665SWarner Losh# [Error.gEfiMdePkgTokenSpaceGuid]
18590d1ba665SWarner Losh#   0x80000001 | Invalid value provided.
18600d1ba665SWarner Losh#   0x80000002 | Reserved bits must be set to zero.
18610d1ba665SWarner Losh#   0x80000003 | Incorrect progress code provided.
18620d1ba665SWarner Losh#
18630d1ba665SWarner Losh
18640d1ba665SWarner Losh[PcdsFeatureFlag]
18650d1ba665SWarner Losh  ## Indicates if the component name protocol will be installed.<BR><BR>
18660d1ba665SWarner Losh  #   TRUE  - Does not install component name protocol.<BR>
18670d1ba665SWarner Losh  #   FALSE - Install component name protocol.<BR>
18680d1ba665SWarner Losh  # @Prompt Disable Component Name Protocol.
18690d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE|BOOLEAN|0x0000000d
18700d1ba665SWarner Losh
18710d1ba665SWarner Losh  ## Indicates if the diagnostics name protocol will be installed.<BR><BR>
18720d1ba665SWarner Losh  #   TRUE  - Does not install diagnostics name protocol.<BR>
18730d1ba665SWarner Losh  #   FALSE - Install diagnostics name protocol.<BR>
18740d1ba665SWarner Losh  # @Prompt Disable Diagnostics Name protocol.
18750d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE|BOOLEAN|0x0000000e
18760d1ba665SWarner Losh
18770d1ba665SWarner Losh  ## Indicates if the component name2 protocol will be installed.<BR><BR>
18780d1ba665SWarner Losh  #   TRUE  - Does not install component name2 protocol.<BR>
18790d1ba665SWarner Losh  #   FALSE - Install component name2 protocol.<BR>
18800d1ba665SWarner Losh  # @Prompt Disable Component Name2 Protocol.
18810d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE|BOOLEAN|0x00000010
18820d1ba665SWarner Losh
18830d1ba665SWarner Losh  ## Indicates if the diagnostics2 name protocol will be installed.<BR><BR>
18840d1ba665SWarner Losh  #   TRUE  - Does not install diagnostics2 name protocol.<BR>
18850d1ba665SWarner Losh  #   FALSE - Install diagnostics2 name protocol.<BR>
18860d1ba665SWarner Losh  # @Prompt Disable Diagnostics2 Name Protocol.
18870d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE|BOOLEAN|0x00000011
18880d1ba665SWarner Losh
18890d1ba665SWarner Losh  ## Indicates if EFI 1.1 ISO 639-2 language supports are obsolete<BR><BR>
18900d1ba665SWarner Losh  #   TRUE  - Deprecate global variable LangCodes.<BR>
18910d1ba665SWarner Losh  #   FALSE - Does not deprecate global variable LangCodes.<BR>
18920d1ba665SWarner Losh  # @Prompt Deprecate Global Variable LangCodes.
18930d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE|BOOLEAN|0x00000012
18940d1ba665SWarner Losh
18950d1ba665SWarner Losh  ## Indicates if UGA Draw Protocol is still consumed.<BR><BR>
18960d1ba665SWarner Losh  #   TRUE  - Consume UGA Draw protocol.<BR>
18970d1ba665SWarner Losh  #   FALSE - Does not consume UGA Draw protocol.<BR>
18980d1ba665SWarner Losh  # @Prompt Consume UGA Draw Protocol.
18990d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE|BOOLEAN|0x00000027
19000d1ba665SWarner Losh
19010d1ba665SWarner Losh  ## Indicates if a check will be made to see if a specified node is a member of linked list
19020d1ba665SWarner Losh  #  in the following BaseLib functions: GetNextNode(), IsNull(), IsNodeAtEnd(), SwapListEntries().<BR><BR>
19030d1ba665SWarner Losh  #   TRUE  - Verify a specified node is a member of linked list.<BR>
19040d1ba665SWarner Losh  #   FALSE - Does not verify a specified node is a member of linked list.<BR>
19050d1ba665SWarner Losh  # @Prompt Verify Node In List.
19060d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList|FALSE|BOOLEAN|0x00000028
19070d1ba665SWarner Losh
19080d1ba665SWarner Losh  ## If TRUE, OrderedCollectionLib is instructed to validate the
19090d1ba665SWarner Losh  #  ORDERED_COLLECTION structure at the end of such operations (typically
19100d1ba665SWarner Losh  #  structure modifications) that justify validation of the structure for unit
19110d1ba665SWarner Losh  #  testing purposes.
19120d1ba665SWarner Losh  # @Prompt Validate ORDERED_COLLECTION structure
19130d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection|FALSE|BOOLEAN|0x0000002a
19140d1ba665SWarner Losh
19150d1ba665SWarner Losh[PcdsFixedAtBuild]
19160d1ba665SWarner Losh  ## Status code value for indicating a watchdog timer has expired.
19170d1ba665SWarner Losh  # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
19180d1ba665SWarner Losh  # @Prompt Progress Code for WatchDog Timer Expired.
19190d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x00011003
19200d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003|UINT32|0x00000013
19210d1ba665SWarner Losh
19220d1ba665SWarner Losh  ## Status code value for indicating the invocation of SetVirtualAddressMap()
19230d1ba665SWarner Losh  # EFI_SOFTWARE_EFI_RUNTIME_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
19240d1ba665SWarner Losh  # @Prompt Progress Code for Invocation of SetVirtualAddressMap.
19250d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x03111004
19260d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03111004|UINT32|0x00000014
19270d1ba665SWarner Losh
19280d1ba665SWarner Losh  ## Status code value for indicating the start of memory test
19290d1ba665SWarner Losh  # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
19300d1ba665SWarner Losh  # @Prompt Progress Code for Memory Test Start.
19310d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x00051006
19320d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006|UINT32|0x00000015
19330d1ba665SWarner Losh
19340d1ba665SWarner Losh  ## Status code value for indicating memory error in memory test
19350d1ba665SWarner Losh  # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE
19360d1ba665SWarner Losh  # @Prompt Progress Code for Memory Error.
19370d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x00051003
19380d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003|UINT32|0x00000016
19390d1ba665SWarner Losh
19400d1ba665SWarner Losh  ## Status code value for console operation failure.
19410d1ba665SWarner Losh  # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
19420d1ba665SWarner Losh  # @Prompt Progress Code for Console Error.
19430d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01040006
19440d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006|UINT32|0x00000017
19450d1ba665SWarner Losh
19460d1ba665SWarner Losh  ## Status code value for console reset operation failure.
19470d1ba665SWarner Losh  # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
19480d1ba665SWarner Losh  # @Prompt Progress Code for Console Reset.
19490d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01040001
19500d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001|UINT32|0x00000018
19510d1ba665SWarner Losh
19520d1ba665SWarner Losh  ## Status code value for console input operation failure.
19530d1ba665SWarner Losh  # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
19540d1ba665SWarner Losh  # @Prompt Progress Code for Console Input Error.
19550d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01040007
19560d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007|UINT32|0x00000019
19570d1ba665SWarner Losh
19580d1ba665SWarner Losh  ## Status code value for console output operation failure.
19590d1ba665SWarner Losh  # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
19600d1ba665SWarner Losh  # @Prompt Progress Code for Console Output Error.
19610d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01040008
19620d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008|UINT32|0x0000001a
19630d1ba665SWarner Losh
19640d1ba665SWarner Losh  ## Status code value for mouse operation failure.
19650d1ba665SWarner Losh  # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
19660d1ba665SWarner Losh  # @Prompt Progress Code for Module Device Failure.
19670d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01020005
19680d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005|UINT32|0x30001000
19690d1ba665SWarner Losh
19700d1ba665SWarner Losh  ## Status code value for indicating mouse device has been enabled.
19710d1ba665SWarner Losh  # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
19720d1ba665SWarner Losh  # @Prompt Progress Code for Enable Mouse Device.
19730d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01020004
19740d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004|UINT32|0x30001001
19750d1ba665SWarner Losh
19760d1ba665SWarner Losh  ## Status code value for indicating mouse device has been disabled.
19770d1ba665SWarner Losh  # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
19780d1ba665SWarner Losh  # @Prompt Progress Code for Disable Mouse Device.
19790d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01020002
19800d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002|UINT32|0x30001002
19810d1ba665SWarner Losh
19820d1ba665SWarner Losh  ## Status code value for enabling keyboard device.
19830d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
19840d1ba665SWarner Losh  # @Prompt Progress Code for Enable Keyboard Device.
19850d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010004
19860d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004|UINT32|0x30001003
19870d1ba665SWarner Losh
19880d1ba665SWarner Losh  ## Status code value for disabling keyboard device.
19890d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
19900d1ba665SWarner Losh  # @Prompt Progress Code for Disable Keyboard Device.
19910d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010002
19920d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002|UINT32|0x30001004
19930d1ba665SWarner Losh
19940d1ba665SWarner Losh  ## Status code value for indicating presence of keyboard.
19950d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
19960d1ba665SWarner Losh  # @Prompt Progress Code for Detect Keyboard Device.
19970d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010003
19980d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003|UINT32|0x30001005
19990d1ba665SWarner Losh
20000d1ba665SWarner Losh  ## Status code value for keyboard operation reset operation.
20010d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
20020d1ba665SWarner Losh  # @Prompt Progress Code for Keyboard Device Reset.
20030d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010001
20040d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001|UINT32|0x30001006
20050d1ba665SWarner Losh
20060d1ba665SWarner Losh  ## Status code value for keyboard clear buffer operation.
20070d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
20080d1ba665SWarner Losh  # @Prompt Progress Code for Keyboard Device Clear Buffer.
20090d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01011000
20100d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000|UINT32|0x30001007
20110d1ba665SWarner Losh
20120d1ba665SWarner Losh  ## Status code value for keyboard device self-test.
20130d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
20140d1ba665SWarner Losh  # @Prompt Progress Code for Keyboard Device SelfTest.
20150d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01011001
20160d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001|UINT32|0x30001008
20170d1ba665SWarner Losh
20180d1ba665SWarner Losh  ## Status code value for indicating keyboard device failure.
20190d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
20200d1ba665SWarner Losh  # @Prompt Progress Code for Keyboard Device Failure.
20210d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010005
20220d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005|UINT32|0x30001009
20230d1ba665SWarner Losh
20240d1ba665SWarner Losh  ## Status code value for indicating keyboard input handler failure.
20250d1ba665SWarner Losh  # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
20260d1ba665SWarner Losh  # @Prompt Progress Code for Keyboard Input Failure.
20270d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01010007
20280d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007|UINT32|0x3000100a
20290d1ba665SWarner Losh
20300d1ba665SWarner Losh  ## Status code value for mouse input handler failure.
20310d1ba665SWarner Losh  # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
20320d1ba665SWarner Losh  # @Prompt Progress Code for Mouse Input Failure.
20330d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01020007
20340d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007|UINT32|0x3000100b
20350d1ba665SWarner Losh
20360d1ba665SWarner Losh  ## Status code value for mouse device reset operation.
20370d1ba665SWarner Losh  # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
20380d1ba665SWarner Losh  # @Prompt Progress Code for Mouse Device Reset.
20390d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x01020001
20400d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001|UINT32|0x3000100c
20410d1ba665SWarner Losh
20420d1ba665SWarner Losh  ## Status code value for indicating the handoff from PEI phase to DXE phase.
20430d1ba665SWarner Losh  # EFI_SOFTWARE_PEI_CORE | EFI_SW_PEI_CORE_PC_HANDOFF_TO_NEXT
20440d1ba665SWarner Losh  # @Prompt Progress Code for Handoff from Pei phase to Dxe phase.
20450d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3021001
20460d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe|0x3021001|UINT32|0x3000100d
20470d1ba665SWarner Losh
20480d1ba665SWarner Losh  ## Status code value for indicating one PEIM is dispatched.
20490d1ba665SWarner Losh  #  EFI_SOFTWARE_PEI_CORE | EFI_SW_PC_INIT_BEGIN
20500d1ba665SWarner Losh  # @Prompt Progress Code for Dispatching One PEIM.
20510d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3020002
20520d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch|0x3020002|UINT32|0x3000100e
20530d1ba665SWarner Losh
20540d1ba665SWarner Losh  ## Status code value for PeiCore entry.
20550d1ba665SWarner Losh  #  EFI_SOFTWARE_PEI_CORE | EFI_SW_PC_INIT
20560d1ba665SWarner Losh  # @Prompt Progress Code for PeiCore Entry.
20570d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3020000
20580d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry|0x3020000|UINT32|0x3000100f
20590d1ba665SWarner Losh
20600d1ba665SWarner Losh  ## Status code value for DxeCore entry.
20610d1ba665SWarner Losh  # EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_ENTRY_POINT
20620d1ba665SWarner Losh  # @Prompt Progress Code for DxeCore Entry.
20630d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3041000
20640d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeCoreEntry|0x3041000|UINT32|0x30001010
20650d1ba665SWarner Losh
20660d1ba665SWarner Losh  ## Status code value for handoff from DxeCore to BDS.
20670d1ba665SWarner Losh  # EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_HANDOFF_TO_NEXT
20680d1ba665SWarner Losh  # @Prompt Progress Code for Handoff from DxeCore to BDS.
20690d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3041001
20700d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeCoreHandoffToBds|0x3041001|UINT32|0x30001011
20710d1ba665SWarner Losh
20720d1ba665SWarner Losh  ## Status code value for indicating boot service exit.
20730d1ba665SWarner Losh  # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES
20740d1ba665SWarner Losh  # @Prompt Progress Code for Exit of Boot Service.
20750d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3101019
20760d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueBootServiceExit|0x3101019|UINT32|0x30001012
20770d1ba665SWarner Losh
20780d1ba665SWarner Losh  ## Status code value for indicating the beginning of DXE driver.
20790d1ba665SWarner Losh  # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_BEGIN
20800d1ba665SWarner Losh  # @Prompt Progress Code for Begin of DXE Driver.
20810d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3040002
20820d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverBegin|0x3040002|UINT32|0x30001013
20830d1ba665SWarner Losh
20840d1ba665SWarner Losh  ## Status code value for indicating the end of DXE drive.
20850d1ba665SWarner Losh  # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_END
20860d1ba665SWarner Losh  # @Prompt Progress Code for End of DXE Driver.
20870d1ba665SWarner Losh  # @ValidList  0x80000003 | 0x3040003
20880d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd|0x3040003|UINT32|0x30001014
20890d1ba665SWarner Losh
20900d1ba665SWarner Losh  ## This flag is used to control build time optimization based on debug print level.
20910d1ba665SWarner Losh  #  Its default value is 0xFFFFFFFF to expose all debug print level.
20920d1ba665SWarner Losh  #  BIT0  - Initialization message.<BR>
20930d1ba665SWarner Losh  #  BIT1  - Warning message.<BR>
20940d1ba665SWarner Losh  #  BIT2  - Load Event message.<BR>
20950d1ba665SWarner Losh  #  BIT3  - File System message.<BR>
20960d1ba665SWarner Losh  #  BIT4  - Allocate or Free Pool message.<BR>
20970d1ba665SWarner Losh  #  BIT5  - Allocate or Free Page message.<BR>
20980d1ba665SWarner Losh  #  BIT6  - Information message.<BR>
20990d1ba665SWarner Losh  #  BIT7  - Dispatcher message.<BR>
21000d1ba665SWarner Losh  #  BIT8  - Variable message.<BR>
21010d1ba665SWarner Losh  #  BIT10 - Boot Manager message.<BR>
21020d1ba665SWarner Losh  #  BIT12 - BlockIo Driver message.<BR>
21030d1ba665SWarner Losh  #  BIT14 - Network Driver message.<BR>
21040d1ba665SWarner Losh  #  BIT16 - UNDI Driver message.<BR>
21050d1ba665SWarner Losh  #  BIT17 - LoadFile message.<BR>
21060d1ba665SWarner Losh  #  BIT19 - Event message.<BR>
21070d1ba665SWarner Losh  #  BIT20 - Global Coherency Database changes message.<BR>
21080d1ba665SWarner Losh  #  BIT21 - Memory range cachability changes message.<BR>
21090d1ba665SWarner Losh  #  BIT22 - Detailed debug message.<BR>
21100d1ba665SWarner Losh  #  BIT31 - Error message.<BR>
21110d1ba665SWarner Losh  # @Prompt Fixed Debug Message Print Level.
21120d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0xFFFFFFFF|UINT32|0x30001016
21130d1ba665SWarner Losh
2114*3245fa21SMitchell Horne  ## Indicates the control flow enforcement enabling state.
2115*3245fa21SMitchell Horne  #  If enabled, it uses control flow enforcement technology to prevent ROP or JOP.<BR><BR>
2116*3245fa21SMitchell Horne  #   BIT0 - SMM CET Shadow Stack is enabled.<BR>
2117*3245fa21SMitchell Horne  #   Other - reserved
2118*3245fa21SMitchell Horne  # @Prompt Enable control flow enforcement.
2119*3245fa21SMitchell Horne  gEfiMdePkgTokenSpaceGuid.PcdControlFlowEnforcementPropertyMask|0x0|UINT32|0x30001017
2120*3245fa21SMitchell Horne
2121*3245fa21SMitchell Horne  ## Indicates the type of instruction sequence to use for a speculation
2122*3245fa21SMitchell Horne  #  barrier.  The default instruction sequence is LFENCE.<BR><BR>
2123*3245fa21SMitchell Horne  #   0x00 - No operation.<BR>
2124*3245fa21SMitchell Horne  #   0x01 - LFENCE (IA32/X64).<BR>
2125*3245fa21SMitchell Horne  #   0x02 - CPUID  (IA32/X64).<BR>
2126*3245fa21SMitchell Horne  #   Other - reserved
2127*3245fa21SMitchell Horne  # @Prompt Speculation Barrier Type.
2128*3245fa21SMitchell Horne  gEfiMdePkgTokenSpaceGuid.PcdSpeculationBarrierType|0x01|UINT8|0x30001018
2129*3245fa21SMitchell Horne
21300d1ba665SWarner Losh[PcdsFixedAtBuild,PcdsPatchableInModule]
21310d1ba665SWarner Losh  ## Indicates the maximum length of unicode string used in the following
21320d1ba665SWarner Losh  #  BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>
21330d1ba665SWarner Losh  #  0  - No length check for unicode string.<BR>
21340d1ba665SWarner Losh  #  >0 - Maximum length of unicode string.<BR>
21350d1ba665SWarner Losh  # @Prompt Maximum Length of Unicode String.
21360d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000|UINT32|0x00000001
21370d1ba665SWarner Losh
21380d1ba665SWarner Losh  ## Indicates the maximum length of ascii string used in the following
21390d1ba665SWarner Losh  #  BaseLib functions: AsciiStrLen(), AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(),
21400d1ba665SWarner Losh  #  AsciiStrCpy(), AsciiStrnCpy(). <BR><BR>
21410d1ba665SWarner Losh  #  0  - No length check for ascii string.<BR>
21420d1ba665SWarner Losh  #  >0 - Maximum length of ascii string.<BR>
21430d1ba665SWarner Losh  # @Prompt Maximum Length of Ascii String.
21440d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000|UINT32|0x00000002
21450d1ba665SWarner Losh
21460d1ba665SWarner Losh  ## Indicates the maximum node number of linked list.<BR><BR>
21470d1ba665SWarner Losh  #  0  - No node number check for linked list.<BR>
21480d1ba665SWarner Losh  #  >0 - Maximum node number of linked list.<BR>
21490d1ba665SWarner Losh  # @Prompt Maximum Length of Linked List.
21500d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000|UINT32|0x00000003
21510d1ba665SWarner Losh
21520d1ba665SWarner Losh  ## Indicates the maximum node number of device path.<BR><BR>
21530d1ba665SWarner Losh  #  0  - No node number check for device path.<BR>
21540d1ba665SWarner Losh  #  >0 - Maximum node number of device path.<BR>
21550d1ba665SWarner Losh  # @Prompt Maximum node number of device path.
21560d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount|0|UINT32|0x00000029
21570d1ba665SWarner Losh
21580d1ba665SWarner Losh  ## Indicates the timeout tick of holding spin lock.<BR><BR>
21590d1ba665SWarner Losh  #  0  - No timeout.<BR>
21600d1ba665SWarner Losh  #  >0 - Timeout tick of holding spin lock.<BR>
21610d1ba665SWarner Losh  # @Prompt Spin Lock Timeout (us).
21620d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000|UINT32|0x00000004
21630d1ba665SWarner Losh
21640d1ba665SWarner Losh  ## The mask is used to control DebugLib behavior.<BR><BR>
21650d1ba665SWarner Losh  #  BIT0 - Enable Debug Assert.<BR>
21660d1ba665SWarner Losh  #  BIT1 - Enable Debug Print.<BR>
21670d1ba665SWarner Losh  #  BIT2 - Enable Debug Code.<BR>
21680d1ba665SWarner Losh  #  BIT3 - Enable Clear Memory.<BR>
21690d1ba665SWarner Losh  #  BIT4 - Enable BreakPoint as ASSERT.<BR>
21700d1ba665SWarner Losh  #  BIT5 - Enable DeadLoop as ASSERT.<BR>
21710d1ba665SWarner Losh  # @Prompt Debug Property.
21720d1ba665SWarner Losh  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask & 0xC0) == 0
21730d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0|UINT8|0x00000005
21740d1ba665SWarner Losh
21750d1ba665SWarner Losh  ## This flag is used to control the print out Debug message.<BR><BR>
21760d1ba665SWarner Losh  #  BIT0  - Initialization message.<BR>
21770d1ba665SWarner Losh  #  BIT1  - Warning message.<BR>
21780d1ba665SWarner Losh  #  BIT2  - Load Event message.<BR>
21790d1ba665SWarner Losh  #  BIT3  - File System message.<BR>
21800d1ba665SWarner Losh  #  BIT4  - Allocate or Free Pool message.<BR>
21810d1ba665SWarner Losh  #  BIT5  - Allocate or Free Page message.<BR>
21820d1ba665SWarner Losh  #  BIT6  - Information message.<BR>
21830d1ba665SWarner Losh  #  BIT7  - Dispatcher message.<BR>
21840d1ba665SWarner Losh  #  BIT8  - Variable message.<BR>
21850d1ba665SWarner Losh  #  BIT10 - Boot Manager message.<BR>
21860d1ba665SWarner Losh  #  BIT12 - BlockIo Driver message.<BR>
21870d1ba665SWarner Losh  #  BIT14 - Network Driver message.<BR>
21880d1ba665SWarner Losh  #  BIT16 - UNDI Driver message.<BR>
21890d1ba665SWarner Losh  #  BIT17 - LoadFile message.<BR>
21900d1ba665SWarner Losh  #  BIT19 - Event message.<BR>
21910d1ba665SWarner Losh  #  BIT20 - Global Coherency Database changes message.<BR>
21920d1ba665SWarner Losh  #  BIT21 - Memory range cachability changes message.<BR>
21930d1ba665SWarner Losh  #  BIT22 - Detailed debug message.<BR>
21940d1ba665SWarner Losh  #  BIT31 - Error message.<BR>
21950d1ba665SWarner Losh  # @Prompt Debug Message Print Level.
21960d1ba665SWarner Losh  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel & 0x7F84AA00) == 0
21970d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000|UINT32|0x00000006
21980d1ba665SWarner Losh
21990d1ba665SWarner Losh  ## The mask is used to control ReportStatusCodeLib behavior.<BR><BR>
22000d1ba665SWarner Losh  #  BIT0 - Enable Progress Code.<BR>
22010d1ba665SWarner Losh  #  BIT1 - Enable Error Code.<BR>
22020d1ba665SWarner Losh  #  BIT2 - Enable Debug Code.<BR>
22030d1ba665SWarner Losh  # @Prompt Report Status Code Property.
22040d1ba665SWarner Losh  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask & 0xF8) == 0
22050d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0|UINT8|0x00000007
22060d1ba665SWarner Losh
22070d1ba665SWarner Losh  ## This value is used to fill a segment of memory when PcdDebugPropertyMask Clear Memory is enabled.
22080d1ba665SWarner Losh  # @Prompt Value to Clear Memory.
22090d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF|UINT8|0x00000008
22100d1ba665SWarner Losh
22110d1ba665SWarner Losh  ## The mask is used to control PerformanceLib behavior.<BR><BR>
22120d1ba665SWarner Losh  #  BIT0 - Enable Performance Measurement.<BR>
2213*3245fa21SMitchell Horne  #  BIT1 - Disable Start Image Logging.<BR>
2214*3245fa21SMitchell Horne  #  BIT2 - Disable Load Image logging.<BR>
2215*3245fa21SMitchell Horne  #  BIT3 - Disable Binding Support logging.<BR>
2216*3245fa21SMitchell Horne  #  BIT4 - Disable Binding Start logging.<BR>
2217*3245fa21SMitchell Horne  #  BIT5 - Disable Binding Stop logging.<BR>
2218*3245fa21SMitchell Horne  #  BIT6 - Disable all other general Perfs.<BR>
2219*3245fa21SMitchell Horne  #  BIT1-BIT6 are evaluated when BIT0 is set.<BR>
22200d1ba665SWarner Losh  # @Prompt Performance Measurement Property.
2221*3245fa21SMitchell Horne  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask & 0x80) == 0
22220d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0|UINT8|0x00000009
22230d1ba665SWarner Losh
22240d1ba665SWarner Losh  ## The mask is used to control PostCodeLib behavior.<BR><BR>
22250d1ba665SWarner Losh  #  BIT0 - Enable Post Code.<BR>
22260d1ba665SWarner Losh  #  BIT1 - Enable Post Code with Description.<BR>
22270d1ba665SWarner Losh  # @Prompt Post Code Property.
22280d1ba665SWarner Losh  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask & 0xFC) == 0
22290d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0|UINT8|0x0000000b
22300d1ba665SWarner Losh
22310d1ba665SWarner Losh  ## The bit width of data to be written to Port80. The default value is 8.
22320d1ba665SWarner Losh  # @Prompt Port80 Data Width
22330d1ba665SWarner Losh  # @ValidList  0x80000001 | 8, 16, 32
22340d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdPort80DataWidth|8|UINT8|0x0000002d
22350d1ba665SWarner Losh
22360d1ba665SWarner Losh  ## This value is used to configure X86 Processor FSB clock.
22370d1ba665SWarner Losh  # @Prompt FSB Clock.
22380d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000|UINT32|0x0000000c
22390d1ba665SWarner Losh
22400d1ba665SWarner Losh  ## The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(),
22410d1ba665SWarner Losh  #  PrintXY(), AsciiPrintXY(), Print(), ErrorPrint() base on this PCD value to print characters.
22420d1ba665SWarner Losh  # @Prompt Maximum Printable Number of Characters.
22430d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320|UINT32|0x101
22440d1ba665SWarner Losh
22450d1ba665SWarner Losh  ## This is the print buffer length for FileHandleLib.
22460d1ba665SWarner Losh  #  FileHandlePrintLine() sizes buffers based on this PCD value for printing.
22470d1ba665SWarner Losh  # @Prompt Number of Printable Characters.
22480d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize|1536|UINT16|0x201
22490d1ba665SWarner Losh
22500d1ba665SWarner Losh  ## Indicates the allowable maximum number in extract handler table.
22510d1ba665SWarner Losh  # @Prompt Maximum Number of GuidedExtractHandler.
22520d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10|UINT32|0x00000025
22530d1ba665SWarner Losh
22540d1ba665SWarner Losh  ## Indicates the default timeouts for USB transfers in milliseconds.
22550d1ba665SWarner Losh  # @Prompt USB Transfer Timeout (ms).
22560d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000|UINT32|0x00000026
22570d1ba665SWarner Losh
22580d1ba665SWarner Losh  ## This value is used to set the available memory address to store Guided Extract Handlers.
22590d1ba665SWarner Losh  #  The required memory space is decided by the value of PcdMaximumGuidedExtractHandler.
22600d1ba665SWarner Losh  # @Prompt Memory Address of GuidedExtractHandler Table.
22610d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress|0x1000000|UINT64|0x30001015
22620d1ba665SWarner Losh
22630d1ba665SWarner Losh[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
22640d1ba665SWarner Losh  ## This value is used to set the base address of PCI express hierarchy.
22650d1ba665SWarner Losh  # @Prompt PCI Express Base Address.
22660d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000|UINT64|0x0000000a
22670d1ba665SWarner Losh
22680d1ba665SWarner Losh  ## Default current ISO 639-2 language: English & French.
22690d1ba665SWarner Losh  # @Prompt Default Value of LangCodes Variable.
22700d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfraengfra"|VOID*|0x0000001c
22710d1ba665SWarner Losh
22720d1ba665SWarner Losh  ## Default current ISO 639-2 language: English.
22730d1ba665SWarner Losh  # @Prompt Default Value of Lang Variable.
22740d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|0x0000001d
22750d1ba665SWarner Losh
22760d1ba665SWarner Losh  ## Default platform supported RFC 4646 languages: (American) English & French.
22770d1ba665SWarner Losh  # @Prompt Default Value of PlatformLangCodes Variable.
22780d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr;en-US;fr-FR"|VOID*|0x0000001e
22790d1ba665SWarner Losh
22800d1ba665SWarner Losh  ## Default current RFC 4646 language: (American) English.
22810d1ba665SWarner Losh  # @Prompt Default Value of PlatformLang Variable.
22820d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en-US"|VOID*|0x0000001f
22830d1ba665SWarner Losh
22840d1ba665SWarner Losh  ## Indicates the default baud rate of UART.
22850d1ba665SWarner Losh  # @Prompt Default UART Baud Rate.
22860d1ba665SWarner Losh  # @ValidList  0x80000001 | 115200, 57600, 38400, 19200, 9600, 7200, 4800, 3600, 2400, 2000, 1800, 1200, 600, 300, 150, 134, 110, 75, 50
22870d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200|UINT64|0x00000020
22880d1ba665SWarner Losh
22890d1ba665SWarner Losh  ## Indicates the number of efficient data bit in UART transaction.
22900d1ba665SWarner Losh  # @Prompt Default UART Data Bit.
22910d1ba665SWarner Losh  # @ValidRange 0x80000001 | 5 - 8
22920d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8|UINT8|0x00000021
22930d1ba665SWarner Losh
22940d1ba665SWarner Losh  ## Indicates the setting of data parity in UART transaction.<BR><BR>
22950d1ba665SWarner Losh  # 0 - Default Parity.<BR>
22960d1ba665SWarner Losh  # 1 - No Parity.<BR>
22970d1ba665SWarner Losh  # 2 - Even Parity.<BR>
22980d1ba665SWarner Losh  # 3 - Odd Parity.<BR>
22990d1ba665SWarner Losh  # 4 - Mark Parity.<BR>
23000d1ba665SWarner Losh  # 5 - Space Parity.<BR>
23010d1ba665SWarner Losh  # @Prompt Default UART Parity.
23020d1ba665SWarner Losh  # @ValidRange 0x80000001 | 0 - 5
23030d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1|UINT8|0x00000022
23040d1ba665SWarner Losh
23050d1ba665SWarner Losh  ## Indicates the setting of stop bit in UART transaction.<BR><BR>
23060d1ba665SWarner Losh  # 0 - Default Stop Bits.<BR>
23070d1ba665SWarner Losh  # 1 - One Stop Bit.<BR>
23080d1ba665SWarner Losh  # 2 - One Five Stop Bits.<BR>
23090d1ba665SWarner Losh  # 3 - Two Stop Bits.<BR>
23100d1ba665SWarner Losh  # @Prompt Default UART Stop Bits.
23110d1ba665SWarner Losh  # @ValidRange 0x80000001 | 0 - 3
23120d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1|UINT8|0x00000023
23130d1ba665SWarner Losh
23140d1ba665SWarner Losh  ## Indicates the usable type of terminal.<BR><BR>
23150d1ba665SWarner Losh  #  0 - PCANSI<BR>
23160d1ba665SWarner Losh  #  1 - VT100<BR>
23170d1ba665SWarner Losh  #  2 - VT100+<BR>
23180d1ba665SWarner Losh  #  3 - UTF8<BR>
23190d1ba665SWarner Losh  #  4 - TTYTERM, NOT defined in UEFI SPEC<BR>
23200d1ba665SWarner Losh  # @Prompt Default Terminal Type.
23210d1ba665SWarner Losh  # @ValidRange 0x80000001 | 0 - 4
23220d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
23230d1ba665SWarner Losh
23240d1ba665SWarner Losh  ## Indicates the receive FIFO depth of UART controller.<BR><BR>
23250d1ba665SWarner Losh  # @Prompt Default UART Receive FIFO Depth.
23260d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|1|UINT16|0x00000030
23270d1ba665SWarner Losh
23280d1ba665SWarner Losh  ## Error level for hardware recorder.
23290d1ba665SWarner Losh  #  If value 0, platform does not support feature of hardware error record.
23300d1ba665SWarner Losh  # @Prompt Error Level For Hardware Recorder
23310d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0|UINT16|0x0000002b
23320d1ba665SWarner Losh
23330d1ba665SWarner Losh  ## The number of seconds that the firmware will wait before initiating the original default boot selection.
23340d1ba665SWarner Losh  #  A value of 0 indicates that the default boot selection is to be initiated immediately on boot.
23350d1ba665SWarner Losh  #  The value of 0xFFFF then firmware will wait for user input before booting.
23360d1ba665SWarner Losh  # @Prompt Boot Timeout (s)
23370d1ba665SWarner Losh  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x0000002c
23380d1ba665SWarner Losh
23390d1ba665SWarner Losh[UserExtensions.TianoCore."ExtraFiles"]
23400d1ba665SWarner Losh  MdePkgExtra.uni
2341