diff options
Diffstat (limited to 'roms/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni')
-rw-r--r-- | roms/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni b/roms/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni new file mode 100644 index 000000000..cfb642e67 --- /dev/null +++ b/roms/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni @@ -0,0 +1,13 @@ +// /** @file
+// PI SMM Communication SMM driver that saves SMM communication context
+// for use by SMM Communication PEIM in the S3 boot mode.
+//
+// Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+#string STR_MODULE_ABSTRACT #language en-US "PI SMM Communication SMM driver that saves SMM communication context"
+
+#string STR_MODULE_DESCRIPTION #language en-US "PI SMM Communication SMM driver that saves SMM communication context for use by SMM Communication PEIM in the S3 boot mode."
|