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