diff options
Diffstat (limited to 'MdeModulePkg/Universal/PrintDxe/PrintDxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/PrintDxe/PrintDxe.inf b/MdeModulePkg/Universal/PrintDxe/PrintDxe.inf index 9ea06520d1..19eef5a8a8 100644 --- a/MdeModulePkg/Universal/PrintDxe/PrintDxe.inf +++ b/MdeModulePkg/Universal/PrintDxe/PrintDxe.inf @@ -1,9 +1,9 @@ ## @file
-# Print DXE driver that produces Print2 Protocol.
+# Print DXE driver that produces Print2 Protocols.
#
-# This driver produces Print2 protocol layered on top of the PrintLib from the MdePkg.
+# This driver produces Print2 protocols layered on top of the PrintLib from the MdePkg.
#
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -44,6 +44,7 @@ [Protocols]
gEfiPrint2ProtocolGuid ## PRODUCES
+ gEfiPrint2SProtocolGuid ## PRODUCES
[Depex]
TRUE
|