]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Logo/Logo.inf
Add Logo Module
[mirror_edk2.git] / MdeModulePkg / Logo / Logo.inf
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf
new file mode 100644 (file)
index 0000000..2b10f60
--- /dev/null
@@ -0,0 +1,49 @@
+#/** @file\r
+# Component description file for creating a Logo file.\r
+#\r
+# This module provides the default logo bitmap picture \r
+#  shown on setup screen, which is correspondig to gEfiDefaultBmpLogoGuid.\r
+# Copyright (c) 2006 - 2007, 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
+################################################################################\r
+#\r
+# Defines Section - statements that will be processed to generate a binary image.\r
+#\r
+################################################################################\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = Logo\r
+  FILE_GUID                      = 7BB28B99-61BB-11D5-9A5D-0090273FC14D\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  BINARY_MODULE                  = true\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\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
+################################################################################\r
+#\r
+# Binaries Section - list of binary files that are required for the build\r
+# to succeed.\r
+#\r
+################################################################################\r
+\r
+[Binaries.common]\r
+  FV|RELEASE|Logo.bmp\r
+\r