Last change
on this file since 102466 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
986 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # PRM Configuration Driver
|
---|
3 | #
|
---|
4 | # This driver configures PRM Module settings during the boot services environment.
|
---|
5 | #
|
---|
6 | # Copyright (c) Microsoft Corporation
|
---|
7 | # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = PrmConfigDxe
|
---|
16 | FILE_GUID = 18D93D57-0B00-4213-B0A2-A2FF5EC214E4
|
---|
17 | MODULE_TYPE = DXE_RUNTIME_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | ENTRY_POINT = PrmConfigEntryPoint
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | PrmConfigDxe.c
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | MdePkg/MdePkg.dec
|
---|
26 | MdeModulePkg/MdeModulePkg.dec
|
---|
27 | PrmPkg/PrmPkg.dec
|
---|
28 |
|
---|
29 | [Guids]
|
---|
30 | gEfiEndOfDxeEventGroupGuid
|
---|
31 | gEfiEventVirtualAddressChangeGuid
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | BaseLib
|
---|
35 | BaseMemoryLib
|
---|
36 | DebugLib
|
---|
37 | DxeServicesTableLib
|
---|
38 | MemoryAllocationLib
|
---|
39 | UefiBootServicesTableLib
|
---|
40 | UefiDriverEntryPoint
|
---|
41 | UefiRuntimeServicesTableLib
|
---|
42 | UefiLib
|
---|
43 |
|
---|
44 | [Protocols]
|
---|
45 | gPrmConfigProtocolGuid
|
---|
46 |
|
---|
47 | [Depex]
|
---|
48 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.