]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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 # 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