]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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 ENTRY_POINT = PeiBaseMemoryTestInit
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
27 #
28
29 [Sources.common]
30 BaseMemoryTest.c
31 BaseMemoryTest.h
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [LibraryClasses]
38 ReportStatusCodeLib
39 PeimEntryPoint
40 DebugLib
41 PeiServicesLib
42
43 [Ppis]
44 gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_PRODUCED
45
46 [FixedPcd.common]
47 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted
48 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError
49