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