VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf@ 86173

Last change on this file since 86173 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: 1019 bytes
Line 
1## @file
2# Debug services for PEI phase
3#
4# This module installs gEdkiiDebugPpiGuid PPI to provide
5# debug services for PEIMs.
6#
7# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = DebugServicePei
15 MODULE_UNI_FILE = DebugServicePei.uni
16 FILE_GUID = B73F81B9-1DFC-487C-824C-0509EE2B0128
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = DebugSerivceInitialize
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC
26#
27
28[Sources]
29 DebugServicePei.c
30 DebugService.h
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36[LibraryClasses]
37 PeimEntryPoint
38 PeiServicesLib
39 DebugLib
40
41[Ppis]
42 gEdkiiDebugPpiGuid ## PRODUCE
43
44[Depex]
45 TRUE
46
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