]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Logo/LogoDxe.inf
MdeModulePkg/Logo: Add LogoDxe module
[mirror_edk2.git] / MdeModulePkg / Logo / LogoDxe.inf
diff --git a/MdeModulePkg/Logo/LogoDxe.inf b/MdeModulePkg/Logo/LogoDxe.inf
new file mode 100644 (file)
index 0000000..3ffc64b
--- /dev/null
@@ -0,0 +1,60 @@
+## @file\r
+#  The default logo bitmap picture shown on setup screen.\r
+#\r
+#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+#\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                      = LogoDxe\r
+  MODULE_UNI_FILE                = LogoDxe.uni\r
+  FILE_GUID                      = F74D20EE-37E7-48FC-97F7-9B1047749C69\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = InitializeLogo\r
+#\r
+#  This flag specifies whether HII resource section is generated into PE image.\r
+#\r
+  UEFI_HII_RESOURCE_SECTION      = TRUE\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  Logo.bmp\r
+  Logo.c\r
+  Logo.idf\r
+\r
+[Packages]\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+\r
+[Protocols]\r
+  gEfiHiiDatabaseProtocolGuid        ## CONSUMES\r
+  gEfiHiiImageExProtocolGuid         ## CONSUMES\r
+  gEfiHiiPackageListProtocolGuid     ## PRODUCES CONSUMES\r
+  gEdkiiPlatformLogoProtocolGuid     ## PRODUCES\r
+\r
+[Depex]\r
+  gEfiHiiDatabaseProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  LogoDxeExtra.uni\r