]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct comments in DevicePathDxe.inf.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 12 Feb 2011 01:53:24 +0000 (01:53 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 12 Feb 2011 01:53:24 +0000 (01:53 +0000)
gEfiDevicePathUtilitiesProtocolGuid should be produced by this module.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11310 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

index 0a52e0e4fab47ccc3fb2b36840de4371f32c07a3..7eb5080a6afa3f1f06b95b61a27c65adeee6ae15 100644 (file)
@@ -6,7 +6,7 @@
 #  PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText\r
 #  respectively.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\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
@@ -64,7 +64,7 @@
 [Protocols]\r
   gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
   gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES\r
-  gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
+  gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
   gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [FeaturePcd]\r