Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1006 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | # PeCoff extra action library for DXE phase that run Unix emulator.
|
---|
3 | #
|
---|
4 | # Lib to provide memory journal status code reporting Routines
|
---|
5 | # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | #**/
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x0001000A
|
---|
14 | BASE_NAME = StandaloneMmPeCoffExtraActionLib
|
---|
15 | FILE_GUID = 8B40543B-9588-48F8-840C-5A60E6DB1B03
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = PeCoffExtraActionLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = ARM
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources.common]
|
---|
27 | AArch64/StandaloneMmPeCoffExtraActionLib.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | ArmPkg/ArmPkg.dec
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 | StandaloneMmPkg/StandaloneMmPkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | StandaloneMmMmuLib
|
---|
36 | PcdLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.