]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / NullMemoryTestDxe / NullMemoryTestDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
b3764698 2# This driver installs Generic Memory Test Protocol which does not perform real memory test.\r
d1102dba
LG
3#\r
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 6#\r
6bfbb5f0 7##\r
05177bef 8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = NullMemoryTestDxe\r
6036e94d 12 MODULE_UNI_FILE = NullMemoryTestDxe.uni\r
05177bef 13 FILE_GUID = 96B5C032-DF4C-4b6e-8232-438DCF448D0E\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
05177bef 16 ENTRY_POINT = GenericMemoryTestEntryPoint\r
17\r
078bee4e 18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
078bee4e 22#\r
05177bef 23\r
6bfbb5f0 24[Sources]\r
05177bef 25 NullMemoryTest.h\r
26 NullMemoryTest.c\r
27\r
28[Packages]\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 MemoryAllocationLib\r
34 UefiBootServicesTableLib\r
35 DxeServicesTableLib\r
36 UefiDriverEntryPoint\r
37 DebugLib\r
38\r
39[Protocols]\r
7772b176 40 gEfiGenericMemTestProtocolGuid ## PRODUCES\r
05177bef 41\r
42[Depex]\r
b3764698 43 TRUE\r
6036e94d
SZ
44\r
45[UserExtensions.TianoCore."ExtraFiles"]\r
46 NullMemoryTestDxeExtra.uni\r