X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.dec;h=e0e8bde9520faf03bad6b57bcb756eecd7e72072;hp=3b69fd4fe1b42a7412a431c9ec22f75ef316e165;hb=d70b88120a2b5e98d00c722b54b0c39b06c23710;hpb=202c9c8d385513020aa60be8dc573467211912d1 diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3b69fd4fe1..e0e8bde952 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -3,7 +3,7 @@ # This Package provides all definitions(including functions, MACROs, structures and library classes) # and libraries instances, which are defined in MDE Specification. # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of -# EFI1.10/UEFI2.0/UEFI2.1/PI1.0 and some Industry Standards. +# EFI1.10/UEFI2.3/PI1.2 and some Industry Standards. # # Copyright (c) 2007 - 2010, Intel Corporation.
# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
@@ -24,7 +24,7 @@ DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = MdePkg PACKAGE_GUID = 1E73767F-8F52-4603-AEB4-F29B510B6766 - PACKAGE_VERSION = 1.01 + PACKAGE_VERSION = 1.02 [Includes] @@ -74,10 +74,6 @@ # Only available to DXE and UEFI module types. UefiBootServicesTableLib|Include/Library/UefiBootServicesTableLib.h - ## @libraryclass Provides a service to retrieve a pointer to the SMM Services Table. - # Only available to SMM/DXE Combined and SMM module types. - SmmServicesTableLib|Include/Library/SmmServicesTableLib.h - ## @libraryclass Module entry point library for UEFI Applications. UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h @@ -196,6 +192,15 @@ ## SynchronizationLib|Include/Library/SynchronizationLib.h +[LibraryClasses.IA32, LibraryClasses.X64] + ## @libraryclass Abstracts both S/W SMI generation and detection. + ## + SmmLib|Include/Library/SmmLib.h + + ## @libraryclass Provides a service to retrieve a pointer to the SMM Services Table. + # Only available to SMM/DXE Combined and SMM module types. + SmmServicesTableLib|Include/Library/SmmServicesTableLib.h + [LibraryClasses.IPF] ## @libraryclass The SAL Library provides a service to make a SAL CALL. SalLib|Include/Library/SalLib.h