]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
Clean up gEfiHotPlugDeviceGuid in ConPlatformDxe.
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / BaseMemoryTestPei / BaseMemoryTestPei.inf
CommitLineData
05177bef 1#/** @file\r
7772b176 2# This PEIM provides Base 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
05177bef 21 ENTRY_POINT = PeiBaseMemoryTestInit\r
22\r
078bee4e 23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
27#\r
05177bef 28\r
29[Sources.common]\r
30 BaseMemoryTest.c\r
31 BaseMemoryTest.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
623ad724 35 MdeModulePkg/MdeModulePkg.dec\r
05177bef 36\r
37[LibraryClasses]\r
38 ReportStatusCodeLib\r
39 PeimEntryPoint\r
40 DebugLib\r
0c2b5da8 41 PeiServicesLib\r
05177bef 42\r
43[Ppis]\r
7772b176 44 gPeiBaseMemoryTestPpiGuid ## PRODUCES\r
05177bef 45\r
b3af5df6 46[FixedPcd.common]\r
47 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted\r
48 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError\r
05177bef 49\r