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