]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf
27200bca1522da91124b97ea707ed715a41c0716
[mirror_edk2.git] / Vlv2TbltDevicePkg / FspSupport / BootModePei / BootModePei.inf
1 ## @file
2 # FSP PEI Module
3 #
4 # Parses the hoblist from fsp and report them into pei core. It will install
5 # the memory as required.
6 #
7 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BootModePeim
16 FILE_GUID = 2B1D0832-2184-4C8F-A90D-8E4AF9DE5BCD
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 ENTRY_POINT = BootModePeiEntryPoint
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 BootModePei.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 PeimEntryPoint
35
36 [Ppis]
37 gEfiPeiMasterBootModePpiGuid
38
39 [Depex]
40 TRUE