]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d 4# Copyright (c) 2011 - 2014, 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
0284e90c
LG
46\r
47[Protocols]\r
6036e94d
SZ
48 gEfiAcpiTableProtocolGuid ## CONSUMES\r
49 gEfiBootLogoProtocolGuid ## PRODUCES\r
0284e90c 50\r
e84f07b5 51[Pcd]\r
6036e94d
SZ
52 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## CONSUMES\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## CONSUMES\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## CONSUMES\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## CONSUMES\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## CONSUMES\r
e84f07b5 57\r
0284e90c 58[Guids]\r
6036e94d
SZ
59 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 BootGraphicsResourceTableDxeExtra.uni\r