]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
ArmPlatformPkg/LcdGraphicsOutputDxe: remove VExpressPkg dependency
[mirror_edk2.git] / ArmPlatformPkg / Drivers / LcdGraphicsOutputDxe / PL111LcdGraphicsOutputDxe.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Component description file for PL111LcdGraphicsOutputDxe module\r
3402aac7 4#\r
1e57a462 5# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
3402aac7 10#\r
1e57a462 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 13#\r
1e57a462 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PL111LcdGraphicsDxe\r
19 FILE_GUID = 407B4008-BF5B-11DF-9547-CF16E0D72085\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = LcdGraphicsOutputDxeInitialize\r
23\r
24[Sources.common]\r
25 LcdGraphicsOutputDxe.c\r
26 LcdGraphicsOutputBlt.c\r
27 PL111Lcd.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 ArmPkg/ArmPkg.dec\r
1e57a462 33 ArmPlatformPkg/ArmPlatformPkg.dec\r
34\r
35[LibraryClasses]\r
36 ArmLib\r
37 UefiLib\r
38 BaseLib\r
39 DebugLib\r
40 TimerLib\r
41 UefiDriverEntryPoint\r
42 UefiBootServicesTableLib\r
43 IoLib\r
44 BaseMemoryLib\r
45 LcdPlatformLib\r
46\r
47[Protocols]\r
48 gEfiDevicePathProtocolGuid\r
49 gEfiGraphicsOutputProtocolGuid\r
50\r
51[FixedPcd]\r
52 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase\r
53\r
d8c4bb9a
OM
54[FeaturePcd]\r
55 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices\r
56\r
1e57a462 57[Depex]\r
58 gEfiCpuArchProtocolGuid\r