VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.inf@ 102466

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: 1.5 KB
Line 
1## @file
2# PRM Loader Driver
3#
4# This driver discovers PRM Modules loaded in memory and places those modules and the
5# PRM handlers within those modules into a PRMT ACPI table such that the handlers are
6# made available for invocation in the OS.
7#
8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
9# Copyright (c) Microsoft Corporation
10#
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PrmLoaderDxe
18 FILE_GUID = 226A500A-E14F-414A-A956-40E5762D3D1E
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = PrmLoaderEntryPoint
22
23[Sources]
24 PrmAcpiTable.h
25 PrmLoaderDxe.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30 PrmPkg/PrmPkg.dec
31
32[Guids]
33 gEfiEndOfDxeEventGroupGuid
34 gZeroGuid
35
36[LibraryClasses]
37 BaseLib
38 BaseMemoryLib
39 DebugLib
40 MemoryAllocationLib
41 PcdLib
42 PrmContextBufferLib
43 PrmModuleDiscoveryLib
44 PrmPeCoffLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 UefiLib
48
49[Pcd]
50 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## CONSUMES
51 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## CONSUMES
52 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## CONSUMES
53 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## CONSUMES
54 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## CONSUMES
55
56[Protocols]
57 gEfiAcpiTableProtocolGuid
58 gPrmConfigProtocolGuid
59
60[Depex]
61 TRUE
Note: See TracBrowser for help on using the repository browser.

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