]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
ArmPlatformPkg: Replace BSD License with BSD+Patent License
[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
5# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
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
20 LcdGraphicsOutputDxe.c\r
21 LcdGraphicsOutputBlt.c\r
22\r
23[Packages]\r
24 ArmPlatformPkg/ArmPlatformPkg.dec\r
25 ArmPkg/ArmPkg.dec\r
26 MdeModulePkg/MdeModulePkg.dec\r
27 MdePkg/MdePkg.dec\r
28\r
29[LibraryClasses]\r
30 ArmLib\r
31 BaseLib\r
32 BaseMemoryLib\r
33 DebugLib\r
34 LcdHwLib\r
35 LcdPlatformLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38 UefiLib\r
39\r
40[Protocols]\r
41 gEfiDevicePathProtocolGuid\r
42 gEfiGraphicsOutputProtocolGuid\r
43\r
44[FeaturePcd]\r
45 gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices\r
46\r
47[Depex]\r
48 TRUE\r