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