]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLibOptionalDevicePathProtocol.inf
CommitLineData
4d0a30a4
RN
1## @file\r
2# Instance of Device Path Library based on Device Path Protocol.\r
3#\r
4# Device Path Library that layers on top of the UEFI 2.0 Device Path Protocol.\r
5# If the DevicePathFromText/DevicePathToText protocol doesn't exist, the library\r
6# uses its internal conversion logic.\r
7#\r
8# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = UefiDevicePathLibOptionalDevicePathProtocol\r
23 FILE_GUID = 3E1C696D-FCF0-45a7-85A7-E86C2A1C1080\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
27\r
28 CONSTRUCTOR = UefiDevicePathLibOptionalDevicePathProtocolConstructor\r
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 DevicePathUtilities.c\r
36 DevicePathToText.c\r
37 DevicePathFromText.c\r
38 UefiDevicePathLibOptionalDevicePathProtocol.c\r
39 UefiDevicePathLib.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44\r
45[LibraryClasses]\r
46 BaseLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 DebugLib\r
50 BaseMemoryLib\r
51 PcdLib\r
52 PrintLib\r
53\r
54[Guids]\r
55 gEfiVTUTF8Guid\r
56 gEfiVT100Guid\r
57 gEfiVT100PlusGuid\r
58 gEfiPcAnsiGuid\r
59 gEfiUartDevicePathGuid\r
60 gEfiSasDevicePathGuid\r
61\r
62[Protocols]\r
63 gEfiDevicePathProtocolGuid ## CONSUMES\r
64 gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
65 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
66 gEfiDevicePathFromTextProtocolGuid ## CONSUMES\r
67 gEfiDebugPortProtocolGuid ## SOMETIMES_CONSUMES ## GUID\r
68\r
69[Pcd]\r
70 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount\r
71\r
72[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
73 gEfiDevicePathUtilitiesProtocolGuid