VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf@ 80721

最後變更 在這個檔案從80721是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.7 KB
 
1## @file
2# DXE Services Library instance provides functions that simplify the development of DXE Drivers.
3#
4# DXE Services Library provides access data from sections of FFS files based on FV protocol.
5# It also provides access file based on file path from a firmware volume,
6# from a file system interface, or from the load file interface.
7#
8# Copyright (c) 2007 - 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 = DxeServicesLib
18 MODULE_UNI_FILE = DxeServicesLib.uni
19 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER
23
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
26#
27
28[Sources]
29 DxeServicesLib.c
30
31[Sources.IA32, Sources.EBC, Sources.ARM, Sources.AARCH64]
32 Allocate.c
33
34[Sources.X64]
35 X64/Allocate.c
36
37[Packages]
38 MdePkg/MdePkg.dec
39
40
41[LibraryClasses]
42 MemoryAllocationLib
43 DebugLib
44 DevicePathLib
45 UefiLib
46 UefiBootServicesTableLib
47
48[LibraryClasses.X64]
49 HobLib
50
51[Guids]
52 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED
53
54[Protocols]
55 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES
56 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES
57 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES
58 gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
60
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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