VirtualBox

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

最後變更 在這個檔案是 89983,由 vboxsync 提交於 4 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.9 KB
 
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# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10#
11##
12
13[Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = UefiDevicePathLib
16 MODULE_UNI_FILE = UefiDevicePathLib.uni
17 FILE_GUID = 91c1677a-e57f-4191-8b8e-eb7711a716e0
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE
21
22
23#
24# VALID_ARCHITECTURES = IA32 X64 EBC
25#
26
27[Sources]
28 DevicePathUtilities.c
29 DevicePathUtilitiesDxeSmm.c
30 DevicePathToText.c
31 DevicePathFromText.c
32 UefiDevicePathLib.c
33 UefiDevicePathLib.h
34
35[Packages]
36 MdePkg/MdePkg.dec
37
38
39[LibraryClasses]
40 BaseLib
41 MemoryAllocationLib
42 DebugLib
43 BaseMemoryLib
44 PcdLib
45 PrintLib
46
47[Guids]
48 ## SOMETIMES_CONSUMES ## GUID
49 gEfiVTUTF8Guid
50 ## SOMETIMES_CONSUMES ## GUID
51 gEfiVT100Guid
52 ## SOMETIMES_CONSUMES ## GUID
53 gEfiVT100PlusGuid
54 ## SOMETIMES_CONSUMES ## GUID
55 gEfiPcAnsiGuid
56 ## SOMETIMES_CONSUMES ## GUID
57 gEfiUartDevicePathGuid
58 ## SOMETIMES_CONSUMES ## GUID
59 gEfiSasDevicePathGuid
60 ## SOMETIMES_CONSUMES ## GUID
61 gEfiVirtualDiskGuid
62 ## SOMETIMES_CONSUMES ## GUID
63 gEfiVirtualCdGuid
64 ## SOMETIMES_CONSUMES ## GUID
65 gEfiPersistentVirtualDiskGuid
66 ## SOMETIMES_CONSUMES ## GUID
67 gEfiPersistentVirtualCdGuid
68
69[Protocols]
70 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
71 gEfiDebugPortProtocolGuid ## UNDEFINED
72
73[Pcd]
74 gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES
75
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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