]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLib.inf
1 ## @file
2 # Instance of Device Path Library based on Memory Allocation Library.
3 #
4 # Device Path Library that layers on top of the Memory Allocation Library.
5 #
6 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = UefiDevicePathLib
16 MODULE_UNI_FILE = UefiDevicePathLib.uni
17 FILE_GUID = 91c1677a-e57f-4191-8b8e-eb7711a716e0
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE
21
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 DevicePathUtilities.c
29 DevicePathToText.c
30 DevicePathFromText.c
31 UefiDevicePathLib.c
32 UefiDevicePathLib.h
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37
38 [LibraryClasses]
39 BaseLib
40 MemoryAllocationLib
41 DebugLib
42 BaseMemoryLib
43 PcdLib
44 PrintLib
45
46 [Guids]
47 ## SOMETIMES_CONSUMES ## GUID
48 gEfiVTUTF8Guid
49 ## SOMETIMES_CONSUMES ## GUID
50 gEfiVT100Guid
51 ## SOMETIMES_CONSUMES ## GUID
52 gEfiVT100PlusGuid
53 ## SOMETIMES_CONSUMES ## GUID
54 gEfiPcAnsiGuid
55 ## SOMETIMES_CONSUMES ## GUID
56 gEfiUartDevicePathGuid
57 ## SOMETIMES_CONSUMES ## GUID
58 gEfiSasDevicePathGuid
59 ## SOMETIMES_CONSUMES ## GUID
60 gEfiVirtualDiskGuid
61 ## SOMETIMES_CONSUMES ## GUID
62 gEfiVirtualCdGuid
63 ## SOMETIMES_CONSUMES ## GUID
64 gEfiPersistentVirtualDiskGuid
65 ## SOMETIMES_CONSUMES ## GUID
66 gEfiPersistentVirtualCdGuid
67
68 [Protocols]
69 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
70 gEfiDebugPortProtocolGuid ## UNDEFINED
71
72 [Pcd]
73 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES
74