]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPlatformPkg / Drivers / LcdGraphicsOutputDxe / LcdGraphicsOutputDxe.inf
1 #/** @file
2 #
3 # Component description file for LcdGraphicsOutputDxe module
4 #
5 # Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x0001001A
13 BASE_NAME = LcdGraphicsOutputDxe
14 FILE_GUID = 89464DAE-8DAA-41FE-A4C8-40D2175AF1E9
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = LcdGraphicsOutputDxeInitialize
18
19 [Sources.common]
20 LcdGraphicsOutputBlt.c
21 LcdGraphicsOutputDxe.c
22 LcdGraphicsOutputDxe.h
23
24 [Packages]
25 ArmPlatformPkg/ArmPlatformPkg.dec
26 ArmPkg/ArmPkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28 MdePkg/MdePkg.dec
29
30 [LibraryClasses]
31 ArmLib
32 BaseLib
33 BaseMemoryLib
34 DebugLib
35 LcdHwLib
36 LcdPlatformLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 UefiLib
40
41 [Protocols]
42 gEfiCpuArchProtocolGuid
43 gEfiDevicePathProtocolGuid
44 gEfiGraphicsOutputProtocolGuid
45
46 [FeaturePcd]
47 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices
48
49 [Depex]
50 TRUE