]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
2176e5a5789f3728964b7cc286f85fb03ee88cb4
[mirror_edk2.git] / ArmPlatformPkg / Drivers / LcdGraphicsOutputDxe / LcdGraphicsOutputDxe.inf
1 #/** @file
2 #
3 # Component description file for LcdGraphicsOutputDxe module
4 #
5 # Copyright (c) 2011-2012, ARM Ltd. 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 LcdGraphicsOutputDxe.c
21 LcdGraphicsOutputBlt.c
22
23 [Packages]
24 ArmPlatformPkg/ArmPlatformPkg.dec
25 ArmPkg/ArmPkg.dec
26 MdeModulePkg/MdeModulePkg.dec
27 MdePkg/MdePkg.dec
28
29 [LibraryClasses]
30 ArmLib
31 BaseLib
32 BaseMemoryLib
33 DebugLib
34 LcdHwLib
35 LcdPlatformLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 UefiLib
39
40 [Protocols]
41 gEfiDevicePathProtocolGuid
42 gEfiGraphicsOutputProtocolGuid
43
44 [FeaturePcd]
45 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices
46
47 [Depex]
48 TRUE