]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
ARM Packages: Removed trailing spaces
[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
33 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35\r
36[LibraryClasses]\r
37 ArmLib\r
38 UefiLib\r
39 BaseLib\r
40 DebugLib\r
41 TimerLib\r
42 UefiDriverEntryPoint\r
43 UefiBootServicesTableLib\r
44 IoLib\r
45 BaseMemoryLib\r
46 LcdPlatformLib\r
47\r
48[Protocols]\r
49 gEfiDevicePathProtocolGuid\r
50 gEfiGraphicsOutputProtocolGuid\r
51\r
52[FixedPcd]\r
53 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase\r
54\r
d8c4bb9a
OM
55[FeaturePcd]\r
56 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices\r
57\r
1e57a462 58[Depex]\r
59 gEfiCpuArchProtocolGuid\r