Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # ExtractGuidedSectionLib fot StandaloneMm Driver.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2024, Arm Ltd. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x0001001B
|
---|
12 | BASE_NAME = StandaloneMmExtractGuidedSectionLib
|
---|
13 | FILE_GUID = 3b2564c2-7bf7-11ef-a7c5-6b16a362823f
|
---|
14 | MODULE_TYPE = MM_STANDALONE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
17 | LIBRARY_CLASS = ExtractGuidedSectionLib|MM_STANDALONE MM_CORE_STANDALONE
|
---|
18 | CONSTRUCTOR = StandaloneMmExtractGuidedSectionLibConstructor
|
---|
19 |
|
---|
20 | [Sources.common]
|
---|
21 | StandaloneMmExtractGuidedSectionLib.c
|
---|
22 |
|
---|
23 | [Packages]
|
---|
24 | MdePkg/MdePkg.dec
|
---|
25 | StandaloneMmPkg/StandaloneMmPkg.dec
|
---|
26 |
|
---|
27 | [LibraryClasses]
|
---|
28 | BaseLib
|
---|
29 | BaseMemoryLib
|
---|
30 | DebugLib
|
---|
31 | MemoryAllocationLib
|
---|
32 |
|
---|
33 | [Guids]
|
---|
34 | gExtraGuidedSectionHandlerInfoGuid
|
---|
35 |
|
---|
36 | [FixedPcd.common]
|
---|
37 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
---|
Note:
See
TracBrowser
for help on using the repository browser.