]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/Library/GopBltLib/GopBltLib.inf
OptionRomPkg: Add GOP based BltLib
[mirror_edk2.git] / OptionRomPkg / Library / GopBltLib / GopBltLib.inf
diff --git a/OptionRomPkg/Library/GopBltLib/GopBltLib.inf b/OptionRomPkg/Library/GopBltLib/GopBltLib.inf
new file mode 100644 (file)
index 0000000..138783b
--- /dev/null
@@ -0,0 +1,37 @@
+#/** @file\r
+#  GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.\r
+#\r
+#  Copyright (c) 2006 - 2011, 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
+#\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
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = GopBltLib\r
+  FILE_GUID                      = b75b91f0-a0b4-42fe-ba62-849027999b39\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = BltLib\r
+\r
+[Sources.common]\r
+  GopBltLib.c\r
+\r
+[Libraries]\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  OptionRomPkg/OptionRomPkg.dec\r
+\r