]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/DriverHealthDxe/DriverHealthDxe.inf
Fix a obvious bug for judge whether the PPB support ISA
[mirror_edk2.git] / OptionRomPkg / DriverHealthDxe / DriverHealthDxe.inf
CommitLineData
432cf05b 1#/** @file\r
2# This is a sample driver produces Driver Health Protocol. \r
3#\r
4# It demos how to use Driver Health Protocol. The protocol is produced optional and make \r
5# the driver easier to be managed. \r
6#\r
7# Copyright (c) 2009, Intel Corporation\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to create a Makefile.\r
22#\r
23################################################################################\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
26 BASE_NAME = DriverHealthDxe\r
27 FILE_GUID = D1D9694C-90B4-46a7-8753-60413CEFE0A1\r
28 MODULE_TYPE = UEFI_DRIVER\r
29 VERSION_STRING = 1.0\r
30 ENTRY_POINT = InitializeDiskIo\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37# DRIVER_BINDING = gDiskIoDriverBinding\r
38# COMPONENT_NAME = gDiskIoComponentName\r
39#\r
40\r
41\r
42[Sources.common]\r
43 ComponentName.c\r
44 DriverHealthDxe.h\r
45 DriverHealthDxe.c\r
46 DriverHealthStrings.uni\r
47 NVDataStruc.h\r
48 DriverHealthVfr.Vfr\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec \r
54\r
55[LibraryClasses]\r
56 UefiBootServicesTableLib\r
57 UefiRuntimeServicesTableLib\r
58 MemoryAllocationLib\r
59 BaseMemoryLib\r
60 BaseLib\r
61 UefiLib\r
62 UefiDriverEntryPoint\r
63 DebugLib\r
64 HiiLib\r
65 \r
66[Protocols]\r
67 gEfiDiskIoProtocolGuid ## PROTOCOL BY_START\r
68 gEfiBlockIoProtocolGuid ## PROTOCOL TO_START\r
69 gEfiDriverHealthProtocolGuid ## PROTOCOL PRODUCES\r
70 gEfiHiiConfigRoutingProtocolGuid ## PROTOCOL CONSUMES\r
71 gEfiHiiDatabaseProtocolGuid ## PROTOCOL CONSUMES\r
72 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES