1 | // /** @file
|
---|
2 | // Shell application to dump SMI handler profile information.
|
---|
3 | //
|
---|
4 | // Note that if the feature is not enabled by setting PcdSmiHandlerProfilePropertyMask,
|
---|
5 | // the application will not display SMI handler profile information.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2017, 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 "Shell application to dump SMI handler profile information."
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "Note that if the feature is not enabled by setting PcdSmiHandlerProfilePropertyMask, the application will not display SMI handler profile information."
|
---|
17 |
|
---|