VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.inf

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 970 bytes
Line 
1## @file
2# PRM Module Discovery Library
3#
4# Provides functionality to discover PRM modules loaded in the system boot.
5#
6# Copyright (c) Microsoft Corporation
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = DxePrmModuleDiscoveryLib
15 FILE_GUID = 95D3893F-4CBA-4C20-92C1-D24BFE3CE7B9
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PrmModuleDiscoveryLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
19 CONSTRUCTOR = PrmModuleDiscoveryLibConstructor
20 DESTRUCTOR = PrmModuleDiscoveryLibDestructor
21
22[Sources]
23 PrmModuleDiscovery.h
24 DxePrmModuleDiscoveryLib.c
25
26[Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 PrmPkg/PrmPkg.dec
30
31[LibraryClasses]
32 BaseLib
33 BaseMemoryLib
34 DebugLib
35 MemoryAllocationLib
36 PrmPeCoffLib
37 UefiBootServicesTableLib
38
39[Protocols]
40 gEfiLoadedImageProtocolGuid
41 gEfiMmAccessProtocolGuid
Note: See TracBrowser for help on using the repository browser.

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