FmpPayloadHeaderLibV1.uni 832 B

12345678910111213141516
  1. // /** @file
  2. // Provides services to retrieve values from Version 1 of a capsule's FMP Payload
  3. // Header. The FMP Payload Header structure is not defined in the library class.
  4. // Instead, services are provided to retrieve information from the FMP Payload
  5. // Header. If information is added to the FMP Payload Header, then new services
  6. // may be added to this library class to retrieve the new information.
  7. //
  8. // Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  9. //
  10. // SPDX-License-Identifier: BSD-2-Clause-Patent
  11. //
  12. // **/
  13. #string STR_MODULE_ABSTRACT #language en-US "Provides services to retrieve values from Version 1 of a capsule's FMP Payload Header."
  14. #string STR_MODULE_DESCRIPTION #language en-US "Provides services to retrieve values from Version 1 of a capsule's FMP Payload Header."