]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
MdeModulePkg: VariableDxe: Use UEFI_VARIABLE_DATA
[mirror_edk2.git] / MdeModulePkg / Universal / PrintDxe / PrintDxe.inf
index 9dfa81bf6552c2ff35a33255370721cf47886ffd..9ea06520d1b8f6115d448a2151cac35fcd215959 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 #  Print DXE driver that produces Print2 Protocol.\r
 #\r
 #  This driver produces Print2 protocol 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 - 2014, 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
@@ -28,7 +29,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Print.c\r
 \r
 [Packages]\r
@@ -46,3 +47,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PrintDxeExtra.uni\r