]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformPei/PlatformPei.inf
Update the copyright notice format
[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
56d7640a 5# Copyright (c) 2006 - 2010, 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
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 OvmfPkg/OvmfPkg.dec\r
41\r
42[Guids]\r
43 gEfiMemoryTypeInformationGuid\r
44\r
45[LibraryClasses]\r
46 DebugLib\r
47 HobLib\r
48 IoLib\r
49 PeiResourcePublicationLib\r
50 PeiServicesTablePointerLib\r
51 PeimEntryPoint\r
52\r
29a3f139 53[Pcd]\r
c1c2669c 54 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvBase\r
55 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize\r
49ba9447 56 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
77ba993c 59 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
49ba9447 60\r
61[Depex]\r
62 TRUE\r
63\r