]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLibDevicePathProtocol / UefiDevicePathLibDevicePathProtocol.inf
index 776d216d2faf0962c00776572b0dab943336a4c1..4737cebb31ffa2f8abbcd9ef64f4d923a4ac1ec3 100644 (file)
@@ -1,15 +1,15 @@
 ## @file\r
-# Instance of Device Path Library based on Device Path Protocol.\r
+# Instance of Device Path Library based on Device Path Utilities Protocol.\r
 #\r
-#  Device Path Library that layers on top of the UEFI 2.0 Device Path Protocol.\r
+#  Device Path Library that layers on top of the UEFI 2.0 Device Path Utilities Protocol.\r
 #  This library is not available for EFI 1.10 modules.\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, 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
 #  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiDevicePathLibDevicePathProtocol\r
+  MODULE_UNI_FILE                = UefiDevicePathLibDevicePathProtocol.uni\r
   FILE_GUID                      = 050EB8C6-C12E-4b86-892B-40985E8B3137\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
+  LIBRARY_CLASS                  = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
 \r
   CONSTRUCTOR                    = DevicePathLibConstructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   MemoryAllocationLib\r
   BaseLib\r
   DebugLib\r
-\r
+  PcdLib\r
 \r
 [Protocols]\r
-  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## SOMETIMES_CONSUMES\r
   gEfiDevicePathUtilitiesProtocolGuid           ## CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid              ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathFromTextProtocolGuid            ## SOMETIMES_CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount    ## SOMETIMES_CONSUMES\r
 \r
-[Depex]\r
+[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
   gEfiDevicePathUtilitiesProtocolGuid\r
+\r