]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
c353762c2ee15794cf04d420ffa74b571614411e
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / BaseMemoryTestPei / BaseMemoryTestPei.inf
1 #/** @file
2 # This PEIM provides memory test PPI for memory test in PEI Phase.
3 #
4 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
5 # All rights reserved. This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. 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 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BaseMemoryTestPei
18 FILE_GUID = 736EB068-8C01-47c5-964B-1C57BD5D4D64
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 EDK_RELEASE_VERSION = 0x00020000
22 EFI_SPECIFICATION_VERSION = 0x00020000
23
24 ENTRY_POINT = PeiBaseMemoryTestInit
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
30 #
31
32 [Sources.common]
33 BaseMemoryTest.c
34 BaseMemoryTest.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 ReportStatusCodeLib
42 PeimEntryPoint
43 DebugLib
44 PeiServicesLib
45
46 [Ppis]
47 gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_PRODUCED
48
49 [FixedPcd.common]
50 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted
51 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError
52