VirtualBox

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

Last change on this file since 107064 was 80721, checked in by vboxsync, 5 years ago

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

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

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