]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf
MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServices
[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
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BootModePeim\r
21 FILE_GUID = 2B1D0832-2184-4C8F-A90D-8E4AF9DE5BCD\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = BootModePeiEntryPoint\r
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\r
30#\r
31\r
32[Sources]\r
33 BootModePei.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40\r
41[Ppis]\r
42 gEfiPeiMasterBootModePpiGuid\r
43\r
44[Depex]\r
45 TRUE\r