]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driver
[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 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x0001001A
19 BASE_NAME = LcdGraphicsOutputDxe
20 FILE_GUID = 89464DAE-8DAA-41FE-A4C8-40D2175AF1E9
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = LcdGraphicsOutputDxeInitialize
24
25 [Sources.common]
26 LcdGraphicsOutputDxe.c
27 LcdGraphicsOutputBlt.c
28
29 [Packages]
30 ArmPlatformPkg/ArmPlatformPkg.dec
31 ArmPkg/ArmPkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 ArmLib
37 BaseLib
38 BaseMemoryLib
39 DebugLib
40 LcdHwLib
41 LcdPlatformLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44 UefiLib
45
46 [Protocols]
47 gEfiDevicePathProtocolGuid
48 gEfiGraphicsOutputProtocolGuid
49
50 [FeaturePcd]
51 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices
52
53 [Depex]
54 TRUE