CapsuleApp.uni 663 B

1234567891011121314151617
  1. // /** @file
  2. // A shell application that triggers capsule update process.
  3. //
  4. // This application can trigger capsule update process. It can also
  5. // generate capsule image, or dump capsule variable information.
  6. //
  7. // Copyright (c) 2016, 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 "A shell application that triggers capsule update process."
  13. #string STR_MODULE_DESCRIPTION #language en-US "This application can trigger capsule update process. It can also generate capsule image, or dump capsule variable information."