]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
MdeModulePkg/VarCheckUefiLib: permit use by MM_STANDALONE modules
[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
19388d29 8# This program and the accompanying materials\r
e386b444 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 11# http://opensource.org/licenses/bsd-license.php.\r
e386b444 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
6bfbb5f0 16##\r
e386b444 17\r
e386b444 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiDevicePathLib\r
c92c1790 21 MODULE_UNI_FILE = UefiDevicePathLib.uni\r
e386b444 22 FILE_GUID = 91c1677a-e57f-4191-8b8e-eb7711a716e0\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
3cb0a311 25 LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
e386b444 26\r
27\r
e386b444 28#\r
3cb0a311 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 30#\r
31\r
6bfbb5f0 32[Sources]\r
4d0a30a4
RN
33 DevicePathUtilities.c\r
34 DevicePathToText.c\r
35 DevicePathFromText.c\r
e386b444 36 UefiDevicePathLib.c\r
4d0a30a4 37 UefiDevicePathLib.h\r
e386b444 38\r
e386b444 39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42\r
e386b444 43[LibraryClasses]\r
44 BaseLib\r
e386b444 45 MemoryAllocationLib\r
46 DebugLib\r
47 BaseMemoryLib\r
771729c7 48 PcdLib\r
4d0a30a4
RN
49 PrintLib\r
50\r
51[Guids]\r
c92c1790 52 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 53 gEfiVTUTF8Guid\r
c92c1790 54 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 55 gEfiVT100Guid\r
c92c1790 56 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 57 gEfiVT100PlusGuid\r
c92c1790 58 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 59 gEfiPcAnsiGuid\r
c92c1790 60 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 61 gEfiUartDevicePathGuid\r
c92c1790 62 ## SOMETIMES_CONSUMES ## GUID\r
4d0a30a4 63 gEfiSasDevicePathGuid\r
6a46c1a2
FT
64 ## SOMETIMES_CONSUMES ## GUID\r
65 gEfiVirtualDiskGuid\r
66 ## SOMETIMES_CONSUMES ## GUID\r
67 gEfiVirtualCdGuid\r
68 ## SOMETIMES_CONSUMES ## GUID\r
69 gEfiPersistentVirtualDiskGuid\r
70 ## SOMETIMES_CONSUMES ## GUID\r
71 gEfiPersistentVirtualCdGuid\r
e386b444 72\r
e386b444 73[Protocols]\r
c92c1790
LG
74 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
75 gEfiDebugPortProtocolGuid ## UNDEFINED\r
e386b444 76\r
771729c7 77[Pcd]\r
c92c1790
LG
78 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES\r
79\r