X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeSmmDriverEntryPoint%2FDxeSmmDriverEntryPoint.inf;h=a9d031d9eca8de8ae17209bd08175f36689280c8;hp=8ce94b11ccec57d3e095b6b4ced1d7c09f5401b6;hb=2b649f74775d0efd1e75c91f77c3045ae6249cb4;hpb=dd0687a4b18c8ba6f37587ad13c9744ff9a67250 diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf index 8ce94b11cc..a9d031d9ec 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # SMM driver entry point library # # Register driver in SMRAM and wrapper driver library constructors and entry point -# Copyright (c) 2006 - 2007, Intel Corporation. +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,9 +20,7 @@ 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 - EFI_SPECIFICATION_VERSION = 0x00020000 + LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER # @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 # -[Sources.common] +[Sources] DriverEntryPoint.c @@ -43,10 +41,14 @@ [LibraryClasses] DebugLib UefiBootServicesTableLib - + DevicePathLib [Protocols] gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiSmmBaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED + +[Depex] + gEfiSmmBaseProtocolGuid +