X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeSmmDriverEntryPoint%2FDxeSmmDriverEntryPoint.inf;h=5b20355665f97044c79e443c0c1f9d398f955337;hp=4b129f6bd237b1d3ffee6160ba69b9ac7173e18a;hb=d0def00d33fa5d4a70c427dfc9a36d826b42967d;hpb=334983fa986125a9b7be1515c9d5ab5cd4f1bb9b diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf index 4b129f6bd2..5b20355665 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf @@ -1,10 +1,11 @@ -#/** @file -# SMM driver entry point library +## @file +# Framework SMM driver entry point library. # -# Register driver in SMRAM and wrapper driver library constructors and entry point -# Copyright (c) 2006 - 2007, Intel Corporation. +# Register driver in SMRAM and wrapper driver's library constructors and entry point. # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# +# 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,17 +13,16 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeSmmDriverEntryPoint + MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7 MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # @@ -31,7 +31,7 @@ # VALID_ARCHITECTURES = IA32 X64 # -[Sources.common] +[Sources] DriverEntryPoint.c @@ -46,7 +46,10 @@ DevicePathLib [Protocols] - gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiSmmBaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiLoadedImageProtocolGuid ## CONSUMES + gEfiSmmBaseProtocolGuid ## CONSUMES + gEfiDevicePathProtocolGuid ## CONSUMES + +[Depex] + gEfiSmmBaseProtocolGuid