]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
MdeModulePkg: Add Boot Logo 2 Protocol
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootGraphicsResourceTableDxe / BootGraphicsResourceTableDxe.inf
CommitLineData
0284e90c
LG
1## @file\r
2# This module install ACPI Boot Graphics Resource Table (BGRT).\r
3#\r
53be7721 4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
0284e90c
LG
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BootGraphicsResourceTableDxe\r
6036e94d 18 MODULE_UNI_FILE = BootGraphicsResourceTableDxe.uni\r
0284e90c
LG
19 FILE_GUID = B8E62775-BB0A-43f0-A843-5BE8B14F8CCD\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = BootGraphicsDxeEntryPoint\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 BootGraphicsResourceTableDxe.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 BaseLib\r
40 BaseMemoryLib\r
41 MemoryAllocationLib\r
42 UefiLib\r
43 UefiBootServicesTableLib\r
44 DebugLib\r
e84f07b5 45 PcdLib\r
53be7721
MK
46 SafeIntLib\r
47 BmpSupportLib\r
0284e90c
LG
48\r
49[Protocols]\r
6036e94d
SZ
50 gEfiAcpiTableProtocolGuid ## CONSUMES\r
51 gEfiBootLogoProtocolGuid ## PRODUCES\r
0284e90c 52\r
e84f07b5 53[Pcd]\r
6036e94d
SZ
54 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## CONSUMES\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## CONSUMES\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## CONSUMES\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## CONSUMES\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## CONSUMES\r
e84f07b5 59\r
0284e90c 60[Guids]\r
6036e94d
SZ
61 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 BootGraphicsResourceTableDxeExtra.uni\r