]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add Logo Module
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jul 2007 03:20:34 +0000 (03:20 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jul 2007 03:20:34 +0000 (03:20 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3024 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Logo/Logo.bmp [new file with mode: 0644]
MdeModulePkg/Logo/Logo.inf [new file with mode: 0644]
MdeModulePkg/Logo/Logo.msa [new file with mode: 0644]

diff --git a/MdeModulePkg/Logo/Logo.bmp b/MdeModulePkg/Logo/Logo.bmp
new file mode 100644 (file)
index 0000000..3e85229
Binary files /dev/null and b/MdeModulePkg/Logo/Logo.bmp differ
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
diff --git a/MdeModulePkg/Logo/Logo.msa b/MdeModulePkg/Logo/Logo.msa
new file mode 100644 (file)
index 0000000..35923df
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <MsaHeader>\r
+    <ModuleName>Logo</ModuleName>\r
+    <ModuleType>BASE</ModuleType>\r
+    <GuidValue>7BB28B99-61BB-11D5-9A5D-0090273FC14D</GuidValue>\r
+    <Version>1.0</Version>\r
+    <Abstract>Component description file for creating a Logo file.</Abstract>\r
+    <Description>\r
+      This module provides the default logo bitmap picture \r
+      shown on setup screen, which is correspondig to gEfiDefaultBmpLogoGuid.\r
+    </Description>\r
+    <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>\r
+    <License>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.</License>\r
+    <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
+  </MsaHeader>\r
+  <ModuleDefinitions>\r
+    <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
+    <BinaryModule>true</BinaryModule>\r
+    <OutputFileBasename>Logo</OutputFileBasename>\r
+  </ModuleDefinitions>\r
+  <SourceFiles>\r
+    <Filename>Logo.bmp</Filename>\r
+  </SourceFiles>\r
+  <Externs>\r
+    <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
+    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
+  </Externs>\r
+</ModuleSurfaceArea>