]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
index 3361b20473d8f9425f945858de29e8e7681a06f6..bd2faf2f6f2de8a9d56ed14348f1a24744691447 100644 (file)
@@ -1,9 +1,11 @@
 ## @file\r
+# DXE Services Library instance provides functions that simplify the development of DXE Drivers.\r
+#\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 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2014, 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
@@ -18,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeServicesLib\r
+  MODULE_UNI_FILE                = DxeServicesLib.uni\r
   FILE_GUID                      = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   UefiBootServicesTableLib\r
 \r
 [Guids]\r
-  gEfiFileInfoGuid                              ## CONSUMES\r
+  gEfiFileInfoGuid                              ## SOMETIMES_CONSUMES ## UNDEFINED\r
 \r
 [Protocols]\r
-  gEfiFirmwareVolume2ProtocolGuid               ## CONSUMES\r
-  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
-  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
-  gEfiLoadFile2ProtocolGuid                     ## CONSUMES \r
-  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES \r
+  gEfiFirmwareVolume2ProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## SOMETIMES_CONSUMES\r
+  gEfiLoadFile2ProtocolGuid                     ## SOMETIMES_CONSUMES \r
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES \r
+\r