Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, 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 | BaseMemoryLib
|
---|
36 | DebugLib
|
---|
37 | FdtLib
|
---|
38 | HiiLib
|
---|
39 | UefiBootServicesTableLib
|
---|
40 | UefiDriverEntryPoint
|
---|
41 | UefiLib
|
---|
42 | UefiRuntimeServicesTableLib
|
---|
43 |
|
---|
44 | [Guids]
|
---|
45 | gConsolePrefFormSetGuid
|
---|
46 | gFdtTableGuid
|
---|
47 | gEfiEventReadyToBootGuid
|
---|
48 |
|
---|
49 | [Protocols]
|
---|
50 | gEfiAcpiTableProtocolGuid
|
---|
51 | gEfiAcpiSdtProtocolGuid
|
---|
52 | gEfiGraphicsOutputProtocolGuid
|
---|
53 |
|
---|
54 | [Depex]
|
---|
55 | gEfiVariableArchProtocolGuid AND
|
---|
56 | gEfiVariableWriteArchProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.