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