blob: df8fb9ccc0db7d4eff55dbda1e3515ad18dc0fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
## @file
# PrmInfo.inf
#
# Reports information about the PRM configuration currently loaded on the system.
#
# Copyright (C) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010017
BASE_NAME = PrmInfo
FILE_GUID = F26C503B-BD8E-4274-A80B-2C4E20FADA6E
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = UefiMain
UEFI_HII_RESOURCE_SECTION = TRUE
MODULE_UNI_FILE = PrmInfo.uni
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
#
[Sources]
PrmInfoStrings.uni
PrmInfo.h
PrmInfo.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
ShellPkg/ShellPkg.dec
PrmPkg/PrmPkg.dec
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
HiiLib
MemoryAllocationLib
PcdLib
PrmContextBufferLib
PrmModuleDiscoveryLib
PrmPeCoffLib
ShellLib
TimerLib
UefiApplicationEntryPoint
UefiBootServicesTableLib
UefiHiiServicesLib
UefiLib
[Pcd]
gPrmPkgTokenSpaceGuid.PcdPrmInfoPrintHandlerExecutionTime
[Protocols]
gEfiHiiPackageListProtocolGuid ## CONSUMES
[Guids]
gPrmHiiGuid
gZeroGuid
[UserExtensions.TianoCore."ExtraFiles"]
PrmInfoExtra.uni
|