]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLibDevicePathProtocol / UefiDevicePathLibDevicePathProtocol.inf
CommitLineData
6bfbb5f0 1## @file\r
c92c1790 2# Instance of Device Path Library based on Device Path Utilities Protocol.\r
e386b444 3#\r
c92c1790 4# Device Path Library that layers on top of the UEFI 2.0 Device Path Utilities Protocol.\r
e386b444 5# This library is not available for EFI 1.10 modules.\r
85ea851e 6#\r
3cb0a311 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 10#\r
11#\r
6bfbb5f0 12##\r
e386b444 13\r
e386b444 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = UefiDevicePathLibDevicePathProtocol\r
c92c1790 17 MODULE_UNI_FILE = UefiDevicePathLibDevicePathProtocol.uni\r
e386b444 18 FILE_GUID = 050EB8C6-C12E-4b86-892B-40985E8B3137\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
3cb0a311 21 LIBRARY_CLASS = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
e386b444 22\r
23 CONSTRUCTOR = DevicePathLibConstructor\r
24\r
e386b444 25#\r
3cb0a311 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 27#\r
28\r
6bfbb5f0 29[Sources]\r
e386b444 30 UefiDevicePathLib.c\r
e386b444 31\r
32\r
e386b444 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
e386b444 37[LibraryClasses]\r
38 UefiBootServicesTableLib\r
39 BaseMemoryLib\r
40 MemoryAllocationLib\r
41 BaseLib\r
42 DebugLib\r
771729c7 43 PcdLib\r
e386b444 44\r
e386b444 45[Protocols]\r
c92c1790 46 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
0f46efec 47 gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
c92c1790
LG
48 gEfiDevicePathToTextProtocolGuid ## SOMETIMES_CONSUMES\r
49 gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES\r
9f5fea47 50\r
771729c7 51[Pcd]\r
c92c1790 52 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES\r
771729c7 53\r
3397c6f5 54[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
9f5fea47 55 gEfiDevicePathUtilitiesProtocolGuid\r
c92c1790 56\r