]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / GenericMemoryTestDxe / GenericMemoryTestDxe.inf
CommitLineData
7c636bd0 1## @file\r
6036e94d 2# This driver first constructs the non-tested memory range, then performs the R/W/V memory test.\r
7c636bd0 3#\r
6036e94d 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
7c636bd0 5#\r
6# This program and the accompanying materials are\r
7# licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = GenericMemoryTestDxe\r
6036e94d 19 MODULE_UNI_FILE = GenericMemoryTestDxe.uni\r
7c636bd0 20 FILE_GUID = 9C1080EE-D02E-487f-9432-F3BF086EC180\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = GenericMemoryTestEntryPoint\r
25\r
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\r
30#\r
31\r
32[Sources]\r
33 LightMemoryTest.h\r
34 LightMemoryTest.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiBootServicesTableLib\r
42 MemoryAllocationLib\r
43 BaseMemoryLib\r
44 BaseLib\r
45 ReportStatusCodeLib\r
46 DxeServicesTableLib\r
47 HobLib\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50\r
51[Protocols]\r
6036e94d
SZ
52 gEfiCpuArchProtocolGuid ## CONSUMES\r
53 gEfiGenericMemTestProtocolGuid ## PRODUCES\r
7c636bd0 54\r
55[Depex]\r
56 gEfiCpuArchProtocolGuid\r
57\r
6036e94d
SZ
58[UserExtensions.TianoCore."ExtraFiles"]\r
59 GenericMemoryTestDxeExtra.uni\r