]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / SectionExtractionPei / SectionExtractionPei.inf
CommitLineData
a402e129
MK
1## @file\r
2# Section Extraction PEI Module\r
3#\r
4# Produce one or more Section Extraction PPIs.\r
5#\r
6# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SectionExtractionPei\r
20 FILE_GUID = EED5EA31-38E2-463d-B623-2C57702B8A1C\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = SectionExtractionPeiEntry\r
6036e94d 24 MODULE_UNI_FILE = SectionExtractionPei.uni\r
a402e129
MK
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 SectionExtractionPei.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40 ExtractGuidedSectionLib\r
41 DebugLib\r
42 MemoryAllocationLib\r
43 PeiServicesLib\r
44 \r
45[Depex]\r
46 gEfiPeiMemoryDiscoveredPpiGuid\r
47\r
48[UserExtensions.TianoCore."ExtraFiles"]\r
49 SectionExtractionPeiExtra.uni\r