]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add some info for some PCD controlled GUIDs and Protocols.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jan 2009 05:13:35 +0000 (05:13 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jan 2009 05:13:35 +0000 (05:13 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7318 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

index 53a7d458ce2424abf87e3ff4c2a9fbc81186126c..a3b5428efc1b70a886ba9d945a791a966cb04546 100644 (file)
   DebugLib\r
 \r
 [Guids]\r
-  gEfiVTUTF8Guid                                ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100Guid                                 ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100PlusGuid                             ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiPcAnsiGuid                                ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiUartDevicePathGuid                        ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiSasDevicePathGuid                         ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVTUTF8Guid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100Guid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100PlusGuid      | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiPcAnsiGuid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiSasDevicePathGuid  | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
   \r
 [Protocols]\r
-  gEfiDevicePathToTextProtocolGuid              ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathFromTextProtocolGuid            ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathUtilitiesProtocolGuid           ## CONSUMES\r
-  gEfiDebugPortProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
+  gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES\r
 \r
 [FeaturePcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r