]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf
Add PrintThunk driver, it depends on PrintLib on top of MdePkg:
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PrintThunk / PrintThunk.inf
diff --git a/EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf b/EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf
new file mode 100644 (file)
index 0000000..c3a1373
--- /dev/null
@@ -0,0 +1,55 @@
+#/** @file\r
+# Module produces EDK gEfiPrintProtocolGuid for backward compatibility support.\r
+#\r
+# EDK II retires old EDK Print Protocol and this module produces\r
+# gEfiPrintProtocolGuid based on PrintLib:\r
+# 1) If it links against BasePrintLib in MdePkg, it produces gEfiPrintProtocolGuid\r
+#    without any prerequisites.\r
+# 2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces\r
+#    gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.\r
+#\r
+# Copyright (c) 2009, Intel Corporation\r
+#\r
+#  All rights reserved. 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                      = PrintThunk\r
+  FILE_GUID                      = 3792FF94-8614-45ed-902B-1207BF1490A8\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = InitPrintThunk\r
+\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
+#\r
+\r
+[Sources]\r
+  PrintThunk.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  PrintLib\r
+\r
+[Protocols]\r
+  gEfiPrintProtocolGuid      ## PRODUCES\r
+\r
+[Depex]\r
+  TRUE\r