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