]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / FvInfoPei / FvInfoPei.inf
1 #
2 #
3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #
15 # Module Name:
16 #
17 # CpuPeim.inf
18 #
19 # Abstract:
20 #
21 # Component description file for CPU module
22 #
23 #
24 #--*/
25
26 [defines]
27 INF_VERSION = 0x00010005
28 BASE_NAME = FvInfoPei
29 FILE_GUID = 64AAEAE0-92DF-4980-8668-6EB5EAAF4393
30 MODULE_TYPE = PEIM
31 VERSION_STRING = 1.0
32 ENTRY_POINT = PeimInitializeFvInfo
33
34 [sources.common]
35 FvInfoPei.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 Vlv2TbltDevicePkg/PlatformPkg.dec
40
41 [LibraryClasses]
42 PeimEntryPoint
43 DebugLib
44
45 [Pcd.common]
46 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Base
47 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Size
48
49 [Ppis]
50 gEfiPeiFirmwareVolumeInfoPpiGuid
51
52 [Depex]
53 TRUE
54