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