blob: 88613c146a0bcd7bcd42777a09e1b91ba34c7e84 (
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
|
## @file
# PRM Configuration Driver
#
# This driver configures PRM Module settings during the boot services environment.
#
# Copyright (c) Microsoft Corporation
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = PrmConfigDxe
FILE_GUID = 18D93D57-0B00-4213-B0A2-A2FF5EC214E4
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = PrmConfigEntryPoint
[Sources]
PrmConfigDxe.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
PrmPkg/PrmPkg.dec
[Guids]
gEfiEndOfDxeEventGroupGuid
gEfiEventVirtualAddressChangeGuid
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
DxeServicesTableLib
MemoryAllocationLib
UefiBootServicesTableLib
UefiDriverEntryPoint
UefiRuntimeServicesTableLib
UefiLib
[Protocols]
gPrmConfigProtocolGuid
[Depex]
TRUE
|