]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
index 322d90d5fa2f375feb213f57084dc5a4341ffb93..2941816fb55ef81a3fa82b1b0a562565f4759029 100644 (file)
@@ -1,9 +1,11 @@
-#/** @file\r
+## @file\r
 # DXE Services Library provides access data from sections of FFS files based on FV protocol.\r
+# It also provides access file based on file path from a firmware volume, \r
+# from a file system interface, or from the load file interface.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -11,7 +13,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -25,7 +27,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeServicesLib.c\r
 \r
 [Packages]\r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   DebugLib\r
+  DevicePathLib\r
+  UefiLib\r
   UefiBootServicesTableLib\r
 \r
-[Protocols]\r
-  gEfiFirmwareVolume2ProtocolGuid               # ALWAYS_CONSUMED\r
-  gEfiLoadedImageProtocolGuid\r
+[Guids]\r
+  gEfiFileInfoGuid                              ## CONSUMES\r
 \r
+[Protocols]\r
+  gEfiFirmwareVolume2ProtocolGuid               ## CONSUMES\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
+  gEfiLoadFile2ProtocolGuid                     ## CONSUMES \r
+  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES \r