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