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