]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformPei/PlatformPei.inf
Remove a unnecessary Macro in SecureBootConfigImpl.h.
[mirror_edk2.git] / OvmfPkg / PlatformPei / PlatformPei.inf
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# Platform PEI driver\r
3#\r
4# This module provides platform specific function to detect boot mode.\r
eec7d420 5# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
49ba9447 6#\r
56d7640a 7# This program and the accompanying materials\r
49ba9447 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
7b202cb0 15##\r
49ba9447 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatformPei\r
20 FILE_GUID = 222c386d-5abc-4fb4-b124-fbb82488acf4\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
49ba9447 23 ENTRY_POINT = InitializePlatform\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
29a3f139 31[Sources]\r
49ba9447 32 Cmos.c\r
33 Fv.c\r
34 MemDetect.c\r
35 Platform.c\r
eec7d420 36 Xen.c\r
49ba9447 37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 OvmfPkg/OvmfPkg.dec\r
42\r
43[Guids]\r
44 gEfiMemoryTypeInformationGuid\r
eec7d420 45 gEfiXenInfoGuid\r
49ba9447 46\r
47[LibraryClasses]\r
48 DebugLib\r
49 HobLib\r
50 IoLib\r
c756b2ab 51 PciLib\r
49ba9447 52 PeiResourcePublicationLib\r
9ed65b10 53 PeiServicesLib\r
49ba9447 54 PeiServicesTablePointerLib\r
55 PeimEntryPoint\r
56\r
29a3f139 57[Pcd]\r
c1c2669c 58 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvBase\r
59 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize\r
49ba9447 60 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
77ba993c 63 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
49ba9447 64\r
9ed65b10 65[Ppis]\r
66 gEfiPeiMasterBootModePpiGuid\r
67\r
49ba9447 68[Depex]\r
69 TRUE\r
70\r