]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibStandaloneMm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLibStandaloneMm.inf
CommitLineData
e7649653
MK
1## @file\r
2# Instance of Device Path Library based on Memory Allocation Library.\r
3#\r
4# Device Path Library that layers on top of the Memory Allocation Library.\r
5#\r
6# This library instances is deprecated and should no longer be used. Ue\r
7# MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf instead.\r
8#\r
9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# Copyright (c) Microsoft Corporation.\r
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UefiDevicePathLibStandaloneMm\r
20 MODULE_UNI_FILE = UefiDevicePathLib.uni\r
21 FILE_GUID = 7B60A2BC-9259-48A8-8279-971412EECAB3\r
22 MODULE_TYPE = BASE\r
23 PI_SPECIFICATION_VERSION = 0x00010032\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = DevicePathLib\r
26\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources]\r
33 DevicePathUtilities.c\r
34 DevicePathUtilitiesBase.c\r
35 DevicePathToText.c\r
36 DevicePathFromText.c\r
37 UefiDevicePathLib.c\r
38 UefiDevicePathLib.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 MemoryAllocationLib\r
46 DebugLib\r
47 BaseMemoryLib\r
48 PcdLib\r
49 PrintLib\r
50\r
51[Guids]\r
52 ## SOMETIMES_CONSUMES ## GUID\r
53 gEfiVTUTF8Guid\r
54 ## SOMETIMES_CONSUMES ## GUID\r
55 gEfiVT100Guid\r
56 ## SOMETIMES_CONSUMES ## GUID\r
57 gEfiVT100PlusGuid\r
58 ## SOMETIMES_CONSUMES ## GUID\r
59 gEfiPcAnsiGuid\r
60 ## SOMETIMES_CONSUMES ## GUID\r
61 gEfiUartDevicePathGuid\r
62 ## SOMETIMES_CONSUMES ## GUID\r
63 gEfiSasDevicePathGuid\r
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
72\r
73[Protocols]\r
74 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
75 gEfiDebugPortProtocolGuid ## UNDEFINED\r
76\r
77[Pcd]\r
78 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES\r