]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, Conver...
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLib.inf
index 2ae151d8b4553fce1d1a2473bfb737f5e5ef6934..fc9b5c019d3a7b07131fca9a1cf6d10fb9134a5a 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Device Path Library that layers on top of the Memory Allocation Library.\r
 #\r
-# Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2013, 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
 #\r
 \r
 [Sources]\r
+  DevicePathUtilities.c\r
+  DevicePathToText.c\r
+  DevicePathFromText.c\r
   UefiDevicePathLib.c\r
-\r
+  UefiDevicePathLib.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
-  UefiBootServicesTableLib\r
   MemoryAllocationLib\r
   DebugLib\r
   BaseMemoryLib\r
   PcdLib\r
+  PrintLib\r
+\r
+[Guids]\r
+  gEfiVTUTF8Guid\r
+  gEfiVT100Guid\r
+  gEfiVT100PlusGuid\r
+  gEfiPcAnsiGuid\r
+  gEfiUartDevicePathGuid\r
+  gEfiSasDevicePathGuid\r
 \r
 [Protocols]\r
   gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+  gEfiDebugPortProtocolGuid                     ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount\r