1## @file
2#
3#  Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
4#
5#  SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10  INF_VERSION               = 0x00010019
11  BASE_NAME                 = ConsolePrefDxe
12  FILE_GUID                 = bbe2668c-0efc-46fb-9137-4f2da8f419f3
13  MODULE_TYPE               = DXE_DRIVER
14  VERSION_STRING            = 1.0
15  ENTRY_POINT               = ConsolePrefDxeEntryPoint
16
17#
18# The following information is for reference only and not required by the build tools.
19#
20#  VALID_ARCHITECTURES      = IA32 X64 ARM AARCH64
21#
22
23[Sources]
24  ConsolePrefDxe.c
25  ConsolePrefHii.vfr
26  ConsolePrefHii.uni
27
28[Packages]
29  EmbeddedPkg/EmbeddedPkg.dec
30  MdePkg/MdePkg.dec
31  MdeModulePkg/MdeModulePkg.dec
32
33[LibraryClasses]
34  BaseLib
35  DebugLib
36  FdtLib
37  HiiLib
38  UefiBootServicesTableLib
39  UefiDriverEntryPoint
40  UefiLib
41  UefiRuntimeServicesTableLib
42
43[Guids]
44  gConsolePrefFormSetGuid
45  gFdtTableGuid
46  gEfiEventReadyToBootGuid
47
48[Protocols]
49  gEfiAcpiTableProtocolGuid
50  gEfiAcpiSdtProtocolGuid
51  gEfiGraphicsOutputProtocolGuid
52
53[Depex]
54  gEfiVariableArchProtocolGuid        AND
55  gEfiVariableWriteArchProtocolGuid
56