VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/SecMigrationPei/SecMigrationPei.inf@ 106901

Last change on this file since 106901 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1## @file
2# Migrates SEC structures after permanent memory is installed.
3#
4# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = SecMigrationPei
12 MODULE_UNI_FILE = SecMigrationPei.uni
13 FILE_GUID = 58B35361-8922-41BC-B313-EF7ED9ADFDF7
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = SecMigrationPeiInitialize
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64 EBC
22#
23
24[Sources]
25 SecMigrationPei.c
26 SecMigrationPei.h
27
28[Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 UefiCpuPkg/UefiCpuPkg.dec
32
33[LibraryClasses]
34 BaseLib
35 BaseMemoryLib
36 DebugLib
37 HobLib
38 MemoryAllocationLib
39 PeimEntryPoint
40 PeiServicesLib
41 PeiServicesTablePointerLib
42
43[Ppis]
44 ## PRODUCES
45 gRepublishSecPpiPpiGuid
46
47 ## SOMETIMES_PRODUCES
48 gEfiTemporaryRamDonePpiGuid
49
50 ## SOMETIME_PRODUCES
51 gEfiTemporaryRamSupportPpiGuid
52
53 ## SOMETIMES_PRODUCES
54 gPeiSecPerformancePpiGuid
55
56 ## SOMETIMES_CONSUMES
57 ## PRODUCES
58 gEfiSecPlatformInformationPpiGuid
59
60 ## SOMETIMES_CONSUMES
61 ## SOMETIMES_PRODUCES
62 gEfiSecPlatformInformation2PpiGuid
63
64[Pcd]
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMigrateTemporaryRamFirmwareVolumes ## CONSUMES
66
67[Depex]
68 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette