diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-21 07:08:57 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-21 07:08:57 +0000 |
commit | 364a232c4a5a59cea139234f07ef0c758b53153d (patch) | |
tree | c719e9df8b37cf49220a5c94f869396b8ea7115f /MdeModulePkg/Universal/DevicePathDxe | |
parent | a833f286fbc57c872bb073c2b1d7aa978a39efd2 (diff) | |
download | edk2-364a232c4a5a59cea139234f07ef0c758b53153d.tar.gz edk2-364a232c4a5a59cea139234f07ef0c758b53153d.tar.bz2 edk2-364a232c4a5a59cea139234f07ef0c758b53153d.zip |
Meta-data reviewed and verified.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DevicePathDxe')
-rw-r--r-- | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf index a3b5428efc..b42e87da81 100644 --- a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf +++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf @@ -62,10 +62,10 @@ gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
[Protocols]
- gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES
- gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES
+ gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## PRODUCES
+ gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES
gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
- gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES
+ gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
[FeaturePcd.common]
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|