]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / EmbeddedPkg / Drivers / ConsolePrefDxe / ConsolePrefDxe.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials are licensed and made\r
6# available under the terms and conditions of the BSD License which\r
7# accompanies this distribution. The full text of the license may be\r
8# found at http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
12# IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010019\r
18 BASE_NAME = ConsolePrefDxe\r
19 FILE_GUID = bbe2668c-0efc-46fb-9137-4f2da8f419f3\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = ConsolePrefDxeEntryPoint\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
28#\r
29\r
30[Sources]\r
31 ConsolePrefDxe.c\r
32 ConsolePrefHii.vfr\r
33 ConsolePrefHii.uni\r
34\r
35[Packages]\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
43 FdtLib\r
44 HiiLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 UefiLib\r
48 UefiRuntimeServicesTableLib\r
49\r
50[Guids]\r
51 gConsolePrefFormSetGuid\r
52 gFdtTableGuid\r
53 gEfiEventReadyToBootGuid\r
54\r
55[Protocols]\r
56 gEfiAcpiTableProtocolGuid\r
57 gEfiAcpiSdtProtocolGuid\r
58 gEfiGraphicsOutputProtocolGuid\r
59\r
60[Depex]\r
61 gEfiVariableArchProtocolGuid AND\r
62 gEfiVariableWriteArchProtocolGuid\r