1 | // /** @file
|
---|
2 | // Initialized Debug Agent in PEI phase.
|
---|
3 | //
|
---|
4 | // This PEIM will invoke Debug Agent Library to initialize the debug agent in
|
---|
5 | // whole PEI phase.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "Initialized Debug Agent in PEI phase"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "This PEIM will invoke Debug Agent Library to initialize the debug agent throughout the whole PEI phase."
|
---|
17 |
|
---|