X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeSmmDriverEntryPoint%2FDxeSmmDriverEntryPoint.inf;h=5b20355665f97044c79e443c0c1f9d398f955337;hp=f9884cf8d0c2ec121eeb47759b6eaa4c7c7dd5cc;hb=d0def00d33fa5d4a70c427dfc9a36d826b42967d;hpb=c63af3f40210af836647e9481f66754b53895d7f diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf index f9884cf8d0..5b20355665 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf @@ -1,10 +1,11 @@ ## @file -# SMM driver entry point library +# Framework SMM driver entry point library. # -# Register driver in SMRAM and wrapper driver library constructors and entry point -# Copyright (c) 2006 - 2010, 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 @@ -17,6 +18,7 @@ [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 @@ -44,11 +46,10 @@ DevicePathLib [Protocols] - gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiSmmBaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED - + gEfiLoadedImageProtocolGuid ## CONSUMES + gEfiSmmBaseProtocolGuid ## CONSUMES + gEfiDevicePathProtocolGuid ## CONSUMES + [Depex] gEfiSmmBaseProtocolGuid -