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