]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
Rename the MemoryTest Pei and Dxe.
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / NullMemoryTestDxe / NullMemoryTestDxe.inf
1 #/** @file
2 # Component description file for NullMemoryTest module.
3 #
4 # This driver installs EFI_GENERIC_MEMORY_TEST_PROTOCOL to
5 # provide simple generic memory test functions.
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = NullMemoryTestDxe
21 FILE_GUID = 96B5C032-DF4C-4b6e-8232-438DCF448D0E
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = GenericMemoryTestEntryPoint
28
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30
31 [Sources.common]
32 NullMemoryTest.h
33 NullMemoryTest.c
34
35 [Packages]
36 MdeModulePkg/MdeModulePkg.dec
37 MdePkg/MdePkg.dec
38
39 [LibraryClasses]
40 MemoryAllocationLib
41 UefiBootServicesTableLib
42 DxeServicesTableLib
43 UefiDriverEntryPoint
44 DebugLib
45
46 [Protocols]
47 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
48
49 [Depex]
50 TRUE