]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
MdeModulePkg: Add a PEIM to install Debug PPI
[mirror_edk2.git] / MdeModulePkg / Universal / DebugServicePei / DebugServicePei.inf
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 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = DebugServicePei
20 MODULE_UNI_FILE = DebugServicePei.uni
21 FILE_GUID = B73F81B9-1DFC-487C-824C-0509EE2B0128
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = DebugSerivceInitialize
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 EBC
31 #
32
33 [Sources]
34 DebugServicePei.c
35 DebugService.h
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 PeimEntryPoint
43 PeiServicesLib
44 DebugLib
45
46 [Ppis]
47 gEdkiiDebugPpiGuid ## PRODUCE
48
49 [Depex]
50 TRUE
51