]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
Fix build break (verified to boot to shell).
[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
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31\r
32[Sources.common]\r
33 NullMemoryTest.h\r
34 NullMemoryTest.c\r
35\r
36[Packages]\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 UefiBootServicesTableLib\r
43 DxeServicesTableLib\r
44 UefiDriverEntryPoint\r
45 DebugLib\r
46\r
47[Protocols]\r
48 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
49\r
50[Depex]\r
51 TRUE