VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibStandaloneMm.inf@ 99454

Last change on this file since 99454 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
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
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette