VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf

Last change on this file was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 2.5 KB
Line 
1## @file
2# Instance of Device Path Library based on Device Path Protocol.
3#
4# Device Path Library that layers on top of the UEFI 2.0 Device Path Protocol.
5# If the DevicePathFromText/DevicePathToText protocol doesn't exist, the library
6# uses its internal conversion logic.
7#
8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = UefiDevicePathLibOptionalDevicePathProtocol
18 MODULE_UNI_FILE = UefiDevicePathLibOptionalDevicePathProtocol.uni
19 FILE_GUID = 3E1C696D-FCF0-45a7-85A7-E86C2A1C1080
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DevicePathLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
23
24 CONSTRUCTOR = UefiDevicePathLibOptionalDevicePathProtocolConstructor
25
26#
27# VALID_ARCHITECTURES = IA32 X64 EBC
28#
29
30[Sources]
31 DevicePathUtilities.c
32 DevicePathUtilitiesDxeSmm.c
33 DevicePathToText.c
34 DevicePathFromText.c
35 UefiDevicePathLibOptionalDevicePathProtocol.c
36 UefiDevicePathLib.h
37
38[Packages]
39 MdePkg/MdePkg.dec
40
41
42[LibraryClasses]
43 BaseLib
44 UefiBootServicesTableLib
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 gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
76 gEfiDevicePathToTextProtocolGuid ## SOMETIMES_CONSUMES
77 gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES
78 gEfiDebugPortProtocolGuid ## UNDEFINED
79
80[Pcd]
81 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES
82
83[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
84 gEfiDevicePathUtilitiesProtocolGuid
85
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