Last change
on this file since 105681 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:
712 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # PRM PE/COFF Library
|
---|
3 | #
|
---|
4 | # Provides functionality to support additional PE/COFF functionality needed to use Platform Runtime Mechanism (PRM)
|
---|
5 | # modules.
|
---|
6 | #
|
---|
7 | # Copyright (c) Microsoft Corporation
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = DxePrmPeCoffLib
|
---|
16 | FILE_GUID = 0B9AEEAC-D79A-46A5-A784-84BDBC6291B5
|
---|
17 | MODULE_TYPE = DXE_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = PrmPeCoffLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | DxePrmPeCoffLib.c
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | MdePkg/MdePkg.dec
|
---|
26 | MdeModulePkg/MdeModulePkg.dec
|
---|
27 | PrmPkg/PrmPkg.dec
|
---|
28 |
|
---|
29 | [LibraryClasses]
|
---|
30 | BaseLib
|
---|
31 | DebugLib
|
---|
32 | PeCoffLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.