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