PiSmmCommunicationPei.uni 649 B

123456789101112131415
  1. // /** @file
  2. // PI SMM Communication PEIM which produces PEI SMM Communication PPI.
  3. //
  4. // This PEIM retrieves the SMM communication context and produces PEI SMM
  5. // Communication PPIin the S3 boot mode.
  6. //
  7. // Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
  8. //
  9. // SPDX-License-Identifier: BSD-2-Clause-Patent
  10. //
  11. // **/
  12. #string STR_MODULE_ABSTRACT #language en-US "PI SMM Communication PEIM that produces PEI SMM Communication PPI"
  13. #string STR_MODULE_DESCRIPTION #language en-US "This PEIM retrieves the SMM communication context and produces PEI SMM Communication PPI in the S3 boot mode."