]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.inf
index 4b129f6bd237b1d3ffee6160ba69b9ac7173e18a..5b20355665f97044c79e443c0c1f9d398f955337 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# SMM driver entry point library\r
+## @file\r
+# Framework SMM driver entry point library.\r
 #\r
-# Register driver in SMRAM and wrapper driver library constructors and entry point\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Register driver in SMRAM and wrapper driver's library constructors and entry point.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeSmmDriverEntryPoint\r
+  MODULE_UNI_FILE                = DxeSmmDriverEntryPoint.uni\r
   FILE_GUID                      = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UefiDriverEntryPoint|DXE_SMM_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
@@ -31,7 +31,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DriverEntryPoint.c\r
 \r
 \r
   DevicePathLib\r
 \r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSmmBaseProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
+  gEfiSmmBaseProtocolGuid                       ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+\r
+[Depex]\r
+  gEfiSmmBaseProtocolGuid\r
 \r