MemoryProfileInfo.uni 715 B

1234567891011121314151617
  1. // /** @file
  2. // Shell application to dump UEFI memory and SMRAM profile information.
  3. //
  4. // Note that if the feature is not enabled by setting PcdMemoryProfilePropertyMask,
  5. // the application will not display memory profile information.
  6. //
  7. // Copyright (c) 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 "Shell application to dump UEFI memory and SMRAM profile information."
  13. #string STR_MODULE_DESCRIPTION #language en-US "Note that if the feature is not enabled by setting PcdMemoryProfilePropertyMask, the application will not display memory profile information."