]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
de005223 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7c636bd0 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7c636bd0 7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = GenericMemoryTestDxe\r
6036e94d 13 MODULE_UNI_FILE = GenericMemoryTestDxe.uni\r
7c636bd0 14 FILE_GUID = 9C1080EE-D02E-487f-9432-F3BF086EC180\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = GenericMemoryTestEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c636bd0 24#\r
25\r
26[Sources]\r
27 LightMemoryTest.h\r
28 LightMemoryTest.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 UefiBootServicesTableLib\r
36 MemoryAllocationLib\r
37 BaseMemoryLib\r
38 BaseLib\r
39 ReportStatusCodeLib\r
40 DxeServicesTableLib\r
41 HobLib\r
42 UefiDriverEntryPoint\r
43 DebugLib\r
44\r
45[Protocols]\r
6036e94d
SZ
46 gEfiCpuArchProtocolGuid ## CONSUMES\r
47 gEfiGenericMemTestProtocolGuid ## PRODUCES\r
7c636bd0 48\r
49[Depex]\r
50 gEfiCpuArchProtocolGuid\r
51\r
6036e94d
SZ
52[UserExtensions.TianoCore."ExtraFiles"]\r
53 GenericMemoryTestDxeExtra.uni\r