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