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