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