FatPkg.uni 604 B

1234567891011121314151617181920
  1. // /** @file
  2. // Module implementations for FAT file system, FAT 32 UEFI Driver and FAT PEI Module
  3. //
  4. // FAT Package
  5. //
  6. // FAT 32 Driver
  7. //
  8. // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  9. //
  10. // SPDX-License-Identifier: BSD-2-Clause-Patent
  11. //
  12. // **/
  13. #string STR_PACKAGE_ABSTRACT #language en-US "Module implementations for FAT file system, FAT 32 UEFI Driver and FAT PEI Module"
  14. #string STR_PACKAGE_DESCRIPTION #language en-US "This Package contains module implementation about FAT file system, FAT 32 UEFI Driver and FAT PEI Module."