]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 28 DevicePathUtilities.c\r
14a746bb 29 DevicePathUtilitiesDxeSmm.c\r
4d0a30a4
RN
30 DevicePathToText.c\r
31 DevicePathFromText.c\r
e386b444 32 UefiDevicePathLib.c\r
4d0a30a4 33 UefiDevicePathLib.h\r
e386b444 34\r
e386b444 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
e386b444 39[LibraryClasses]\r
40 BaseLib\r
e386b444 41 MemoryAllocationLib\r
42 DebugLib\r
43 BaseMemoryLib\r
771729c7 44 PcdLib\r
4d0a30a4
RN
45 PrintLib\r
46\r
47[Guids]\r
c92c1790 48 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 49 gEfiVTUTF8Guid\r
c92c1790 50 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 51 gEfiVT100Guid\r
c92c1790 52 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 53 gEfiVT100PlusGuid\r
c92c1790 54 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 55 gEfiPcAnsiGuid\r
c92c1790 56 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 57 gEfiUartDevicePathGuid\r
c92c1790 58 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 59 gEfiSasDevicePathGuid\r
6a46c1a2
FT
60 ## SOMETIMES_CONSUMES ## GUID\r
61 gEfiVirtualDiskGuid\r
62 ## SOMETIMES_CONSUMES ## GUID\r
63 gEfiVirtualCdGuid\r
64 ## SOMETIMES_CONSUMES ## GUID\r
65 gEfiPersistentVirtualDiskGuid\r
66 ## SOMETIMES_CONSUMES ## GUID\r
67 gEfiPersistentVirtualCdGuid\r
e386b444 68\r
e386b444 69[Protocols]\r
c92c1790
LG
70 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
71 gEfiDebugPortProtocolGuid ## UNDEFINED\r
e386b444 72\r
771729c7 73[Pcd]\r
c92c1790
LG
74 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES\r
75\r