]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.inf
index 8ce94b11ccec57d3e095b6b4ced1d7c09f5401b6..f9884cf8d0c2ec121eeb47759b6eaa4c7c7dd5cc 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
+## @file\r
 # 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
+# Copyright (c) 2006 - 2010, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,9 +20,7 @@
   FILE_GUID                      = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DxeSmmDriverEntryPoint|DXE_SMM_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = UefiDriverEntryPoint|DXE_SMM_DRIVER\r
 \r
 \r
 #\r
@@ -31,7 +29,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DriverEntryPoint.c\r
 \r
 \r
 [LibraryClasses]\r
   DebugLib\r
   UefiBootServicesTableLib\r
-\r
+  DevicePathLib\r
 \r
 [Protocols]\r
   gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSmmBaseProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
+  \r
+[Depex]\r
+  gEfiSmmBaseProtocolGuid\r
+\r
 \r