]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / BaseMemoryTestPei / BaseMemoryTestPei.inf
CommitLineData
05177bef 1#/** @file\r
37887186 2# This PEIM provides memory test PPI for memory test in PEI Phase.\r
79021021 3# \r
4# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
05177bef 5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
79021021 7# which accompanies this distribution. The full text of the license may be found at\r
05177bef 8# http://opensource.org/licenses/bsd-license.php\r
79021021 9# \r
05177bef 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
79021021 12# \r
05177bef 13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
37887186 17 BASE_NAME = BaseMemoryTestPei\r
05177bef 18 FILE_GUID = 736EB068-8C01-47c5-964B-1C57BD5D4D64\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 EDK_RELEASE_VERSION = 0x00020000\r
22 EFI_SPECIFICATION_VERSION = 0x00020000\r
23\r
24 ENTRY_POINT = PeiBaseMemoryTestInit\r
25\r
078bee4e 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
30#\r
05177bef 31\r
32[Sources.common]\r
33 BaseMemoryTest.c\r
34 BaseMemoryTest.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
623ad724 38 MdeModulePkg/MdeModulePkg.dec\r
05177bef 39\r
40[LibraryClasses]\r
41 ReportStatusCodeLib\r
42 PeimEntryPoint\r
43 DebugLib\r
0c2b5da8 44 PeiServicesLib\r
05177bef 45\r
46[Ppis]\r
47 gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_PRODUCED\r
48\r
b3af5df6 49[FixedPcd.common]\r
50 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted\r
51 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError\r
05177bef 52\r