VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf

Last change on this file was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
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
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette