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