summaryrefslogtreecommitdiff
path: root/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
blob: 46d918611a59b22f1f09cc98d0fa1cb36d0e5038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
##  @file
#  Provides interface to advanced shell functionality for parsing both handle and protocol database.
#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR>
#
#  This program and the accompanying materials
#  are licensed and made available under the terms and conditions of the BSD License
#  which accompanies this distribution. The full text of the license may be found at
#  http://opensource.org/licenses/bsd-license.php
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
##

[Defines]
  INF_VERSION                    = 0x00010006
  BASE_NAME                      = UefiHandleParsingLib
  FILE_GUID                      = 3CDC7177-CC2A-4678-BA8F-1A936A093FA4
  MODULE_TYPE                    = UEFI_DRIVER
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = HandleParsingLib|UEFI_APPLICATION UEFI_DRIVER
  CONSTRUCTOR                    = HandleParsingLibConstructor
  DESTRUCTOR                     = HandleParsingLibDestructor

#
#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
#

[Sources.common]
  UefiHandleParsingLib.c
  UefiHandleParsingLib.h
  UefiHandleParsingLib.uni

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  ShellPkg/ShellPkg.dec

[LibraryClasses]
  UefiBootServicesTableLib
  MemoryAllocationLib
  DevicePathLib
  BaseLib
  BaseMemoryLib
  DebugLib
  FileHandleLib
  PrintLib
  UefiLib
  HiiLib

[Protocols]
  gEfiSimpleFileSystemProtocolGuid              # ALWAYS_CONSUMED

  # shell 2.0
  gEfiShellProtocolGuid                         # SOMETIMES_CONSUMED
  gEfiShellParametersProtocolGuid               # SOMETIMES_CONSUMED

  # 'old' shell
  gEfiShellEnvironment2Guid                     # SOMETIMES_CONSUMED
  gEfiShellInterfaceGuid                        # SOMETIMES_CONSUMED

  gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED
  gEfiDevicePathToTextProtocolGuid                        # ALWAYS_CONSUMED
  gEfiBusSpecificDriverOverrideProtocolGuid               # ALWAYS_CONSUMED
  gEfiDevicePathUtilitiesProtocolGuid                     # ALWAYS_CONSUMED
  gEfiDevicePathFromTextProtocolGuid                      # ALWAYS_CONSUMED
  gEfiPlatformDriverOverrideProtocolGuid                  # ALWAYS_CONSUMED
  gEfiSimpleTextInProtocolGuid                            # ALWAYS_CONSUMED
  gEfiPlatformToDriverConfigurationProtocolGuid           # ALWAYS_CONSUMED
  gEfiDriverSupportedEfiVersionProtocolGuid               # ALWAYS_CONSUMED
  gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED
  gEfiDevicePathProtocolGuid                              # ALWAYS_CONSUMED
  gEfiLoadedImageDevicePathProtocolGuid                   # ALWAYS_CONSUMED
  gEfiSimpleTextOutProtocolGuid
  gEfiSimplePointerProtocolGuid
  gEfiAbsolutePointerProtocolGuid
  gEfiSerialIoProtocolGuid
  gEfiEdidDiscoveredProtocolGuid
  gEfiEdidActiveProtocolGuid
  gEfiEdidOverrideProtocolGuid
  gEfiLoadFileProtocolGuid
  gEfiLoadFile2ProtocolGuid
  gEfiTapeIoProtocolGuid
  gEfiDiskIoProtocolGuid
  gEfiBlockIoProtocolGuid
  gEfiUnicodeCollationProtocolGuid
  gEfiPciRootBridgeIoProtocolGuid
  gEfiPciIoProtocolGuid
  gEfiScsiPassThruProtocolGuid
  gEfiScsiIoProtocolGuid
  gEfiExtScsiPassThruProtocolGuid
  gEfiIScsiInitiatorNameProtocolGuid
  gEfiUsbIoProtocolGuid
  gEfiUsbHcProtocolGuid
  gEfiUsb2HcProtocolGuid
  gEfiDebugSupportProtocolGuid
  gEfiDebugPortProtocolGuid
  gEfiDecompressProtocolGuid
  gEfiAcpiTableProtocolGuid
  gEfiEbcProtocolGuid
  gEfiSimpleNetworkProtocolGuid
  gEfiNetworkInterfaceIdentifierProtocolGuid
  gEfiNetworkInterfaceIdentifierProtocolGuid_31
  gEfiPxeBaseCodeProtocolGuid
  gEfiPxeBaseCodeCallbackProtocolGuid
  gEfiBisProtocolGuid
  gEfiManagedNetworkServiceBindingProtocolGuid
  gEfiManagedNetworkProtocolGuid
  gEfiArpServiceBindingProtocolGuid
  gEfiArpProtocolGuid
  gEfiDhcp4ServiceBindingProtocolGuid
  gEfiDhcp4ProtocolGuid
  gEfiTcp4ServiceBindingProtocolGuid
  gEfiTcp4ProtocolGuid
  gEfiIp4ServiceBindingProtocolGuid
  gEfiIp4ProtocolGuid
  gEfiIp4ConfigProtocolGuid
  gEfiUdp4ServiceBindingProtocolGuid
  gEfiUdp4ProtocolGuid
  gEfiMtftp4ServiceBindingProtocolGuid
  gEfiMtftp4ProtocolGuid
  gEfiAuthenticationInfoProtocolGuid
  gEfiHashServiceBindingProtocolGuid
  gEfiHashProtocolGuid
  gEfiHiiFontProtocolGuid
  gEfiHiiStringProtocolGuid
  gEfiHiiImageProtocolGuid
  gEfiHiiConfigRoutingProtocolGuid
  gEfiHiiConfigAccessProtocolGuid
  gEfiFormBrowser2ProtocolGuid
  gEfiDeviceIoProtocolGuid
  gEfiUgaDrawProtocolGuid
  gEfiUgaIoProtocolGuid
  gEfiDriverConfigurationProtocolGuid
  gEfiDriverConfiguration2ProtocolGuid
  gEfiSimpleTextInputExProtocolGuid

[Guids]
  gEfiFileInfoGuid                              # ALWAYS_CONSUMED
  gEfiShellEnvironment2ExtGuid                  # ALWAYS_CONSUMED
  gEfiPcAnsiGuid
  gEfiVT100Guid
  gEfiVT100PlusGuid
  gEfiVTUTF8Guid
  gEfiStandardErrorDeviceGuid
  gEfiConsoleInDeviceGuid
  gEfiConsoleOutDeviceGuid
  gEfiFileSystemInfoGuid
  gEfiGlobalVariableGuid
  gEfiPartTypeSystemPartGuid
  gEfiPartTypeLegacyMbrGuid
  gHandleParsingHiiGuid

[Pcd.common]
  gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize     # ALWAYS_CONSUMED
  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize       # ALWAYS_CONSUMED
  gEfiShellPkgTokenSpaceGuid.PcdShellIncludeNtGuids        # ALWAYS_CONSUMED