]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
clean up EBC in inf files.
[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 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources.common]
37 NullMemoryTest.h
38 NullMemoryTest.c
39
40 [Packages]
41 MdeModulePkg/MdeModulePkg.dec
42 MdePkg/MdePkg.dec
43
44 [LibraryClasses]
45 MemoryAllocationLib
46 UefiBootServicesTableLib
47 DxeServicesTableLib
48 UefiDriverEntryPoint
49 DebugLib
50
51 [Protocols]
52 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
53
54 [Depex]
55 TRUE