VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf

最後變更 在這個檔案是 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.2 KB
 
1## @file
2# Initialized Debug Agent in one separated DXE driver.
3#
4# This DXE driver will invoke Debug Agent Library to initialize the debug agent.
5#
6# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = DebugAgentDxe
14 MODULE_UNI_FILE = DebugAgentDxe.uni
15 FILE_GUID = 9727502C-034E-472b-8E1B-67BB28C6CFDB
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = DebugAgentDxeInitialize
19 UNLOAD_IMAGE = DebugAgentDxeUnload
20
21#
22# The following information is for reference only and not required by the build tools.
23#
24# VALID_ARCHITECTURES = IA32 X64
25#
26
27[Sources]
28 DebugAgentDxe.c
29
30[Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34[LibraryClasses]
35 UefiDriverEntryPoint
36 UefiBootServicesTableLib
37 DebugAgentLib
38
39[Guids]
40 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
41
42[Depex]
43 TRUE
44
45[UserExtensions.TianoCore."ExtraFiles"]
46 DebugAgentDxeExtra.uni
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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