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