]> 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 34abdac0fe9535bc477883395f97873c10ea9e5c..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
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  PI_SPECIFICATION_VERSION       = 0x00010000\r
 \r
 #\r
 #  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
+[Guids]\r
+  gEfiFileInfoGuid                              ## CONSUMES\r
+\r
 [Protocols]\r
   gEfiFirmwareVolume2ProtocolGuid               ## CONSUMES\r
   gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
-\r
+  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
+  gEfiLoadFile2ProtocolGuid                     ## CONSUMES \r
+  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES \r