Last change
on this file since 94368 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Section Extraction PEI Module
|
---|
3 | #
|
---|
4 | # Produce one or more Section Extraction PPIs.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = SectionExtractionPei
|
---|
15 | FILE_GUID = EED5EA31-38E2-463d-B623-2C57702B8A1C
|
---|
16 | MODULE_TYPE = PEIM
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | ENTRY_POINT = SectionExtractionPeiEntry
|
---|
19 | MODULE_UNI_FILE = SectionExtractionPei.uni
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | SectionExtractionPei.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | PeimEntryPoint
|
---|
35 | ExtractGuidedSectionLib
|
---|
36 | DebugLib
|
---|
37 | MemoryAllocationLib
|
---|
38 | PeiServicesLib
|
---|
39 |
|
---|
40 | [Depex]
|
---|
41 | gEfiPeiMemoryDiscoveredPpiGuid
|
---|
42 |
|
---|
43 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
44 | SectionExtractionPeiExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.