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