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