X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeSmmDriverEntryPoint%2FDxeSmmDriverEntryPoint.inf;h=9e4011f5b5a4a7f8408a11f233f13003674abaf5;hp=6a32211e836a15a5758883cef739f8d044681458;hb=0ade0d28c1bc06bac295318a1cd9b94cfc5d753f;hpb=6e52903315a5a71547ca1893a68962e50c1df7f8 diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf index 6a32211e83..9e4011f5b5 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf @@ -14,19 +14,13 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeSmmDriverEntryPoint FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7 MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = DxeSmmDriverEntryPoint|DXE_SMM_DRIVER - EDK_RELEASE_VERSION = 0x00020000 + LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER EFI_SPECIFICATION_VERSION = 0x00020000 @@ -36,49 +30,26 @@ # VALID_ARCHITECTURES = IA32 X64 # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] DriverEntryPoint.c -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] DebugLib UefiBootServicesTableLib - - -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ + DevicePathLib [Protocols] gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiSmmBaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED + +[Depex] + gEfiSmmBaseProtocolGuid +