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