]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / MdeModulePkg / Universal / PrintDxe / PrintDxe.inf
index 9dfa81bf6552c2ff35a33255370721cf47886ffd..9c38a63b24003bf4239a6c017ec06216898fa8d5 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
-#  Print DXE driver that produces Print2 Protocol.\r
+## @file\r
+#  Print DXE driver that produces Print2 Protocols.\r
 #\r
-#  This driver produces Print2 protocol layered on top of the PrintLib from the MdePkg.\r
+#  This driver produces Print2 protocols layered on top of the PrintLib from the MdePkg.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2009 - 2018, 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
 #  http://opensource.org/licenses/bsd-license.php\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PrintDxe\r
+  MODULE_UNI_FILE                = PrintDxe.uni\r
   FILE_GUID                      = 79E4A61C-ED73-4312-94FE-E3E7563362A9\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Print.c\r
 \r
 [Packages]\r
 \r
 [Protocols]\r
   gEfiPrint2ProtocolGuid    ## PRODUCES\r
+  gEfiPrint2SProtocolGuid   ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PrintDxeExtra.uni\r