Ext4Dxe.uni 557 B

123456789101112131415
  1. ## @file
  2. # Ext4 Package
  3. #
  4. # UEFI Driver that produces the Simple File System Protocol for a partition that is formatted
  5. # with the EXT4 file system.
  6. # More details are available at: https://www.kernel.org/doc/html/v5.4/filesystems/ext4/index.html
  7. #
  8. # Copyright (c) 2021 Pedro Falcato
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. ##
  12. #string STR_MODULE_ABSTRACT #language en-US "UEFI driver for the EXT4 file system."
  13. #string STR_MODULE_DESCRIPTION #language en-US "Produces the EFI Simple File System protocol."