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