]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, Conver...
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLibOptionalDevicePathProtocol.inf
1 ## @file
2 # Instance of Device Path Library based on Device Path Protocol.
3 #
4 # Device Path Library that layers on top of the UEFI 2.0 Device Path Protocol.
5 # If the DevicePathFromText/DevicePathToText protocol doesn't exist, the library
6 # uses its internal conversion logic.
7 #
8 # Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php.
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = UefiDevicePathLibOptionalDevicePathProtocol
23 FILE_GUID = 3E1C696D-FCF0-45a7-85A7-E86C2A1C1080
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
27
28 CONSTRUCTOR = UefiDevicePathLibOptionalDevicePathProtocolConstructor
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 DevicePathUtilities.c
36 DevicePathToText.c
37 DevicePathFromText.c
38 UefiDevicePathLibOptionalDevicePathProtocol.c
39 UefiDevicePathLib.h
40
41 [Packages]
42 MdePkg/MdePkg.dec
43
44
45 [LibraryClasses]
46 BaseLib
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 DebugLib
50 BaseMemoryLib
51 PcdLib
52 PrintLib
53
54 [Guids]
55 gEfiVTUTF8Guid
56 gEfiVT100Guid
57 gEfiVT100PlusGuid
58 gEfiPcAnsiGuid
59 gEfiUartDevicePathGuid
60 gEfiSasDevicePathGuid
61
62 [Protocols]
63 gEfiDevicePathProtocolGuid ## CONSUMES
64 gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
65 gEfiDevicePathToTextProtocolGuid ## CONSUMES
66 gEfiDevicePathFromTextProtocolGuid ## CONSUMES
67 gEfiDebugPortProtocolGuid ## SOMETIMES_CONSUMES ## GUID
68
69 [Pcd]
70 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount
71
72 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
73 gEfiDevicePathUtilitiesProtocolGuid