From 16a747ed5e811a5e954a4d8075d1c8014d34930c Mon Sep 17 00:00:00 2001 From: gikidy Date: Tue, 20 Jan 2009 05:13:35 +0000 Subject: [PATCH] Add some info for some PCD controlled GUIDs and Protocols. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7318 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/DevicePathDxe/DevicePathDxe.inf | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf index 53a7d458ce..a3b5428efc 100644 --- a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf +++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf @@ -54,18 +54,18 @@ DebugLib [Guids] - gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID - gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID - gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID - gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID - gEfiUartDevicePathGuid ## SOMETIMES_CONSUMES ## GUID - gEfiSasDevicePathGuid ## SOMETIMES_CONSUMES ## GUID + gEfiVTUTF8Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID + gEfiVT100Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID + gEfiVT100PlusGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID + gEfiPcAnsiGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID + gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID + gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID [Protocols] - gEfiDevicePathToTextProtocolGuid ## SOMETIMES_CONSUMES - gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES - gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES - gEfiDebugPortProtocolGuid ## SOMETIMES_CONSUMES + gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES + gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES + gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES + gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES [FeaturePcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText -- 2.39.2