FatPkg: Fix format issues in dec/inf/dsc files

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Dandan Bi 2016-12-08 17:09:59 +08:00 committed by Ruiyu Ni
parent 205cc66377
commit 860d9bdd8c
4 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
## @file
# Component description file for FAT module.
# Component Description File for FAT module.
#
# This UEFI driver detects the FAT file system in the disk.
# It also produces the Simple File System protocol for the consumer to

View File

@ -61,9 +61,9 @@
[Ppis]
gEfiPeiVirtualBlockIoPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
gEfiPeiVirtualBlockIo2PpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
gEfiPeiDeviceRecoveryModulePpiGuid # SOMETIMES_PRODUCED
gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES
[FeaturePcd]

View File

@ -1,5 +1,4 @@
## @file
#
# FAT Package
#
# FAT 32 Driver

View File

@ -1,6 +1,5 @@
## @file
#
# Build Binary Enhanced Fat Driver Modules
# Build Binary Enhanced Fat Driver Modules.
#
# This Platform file is used to generate the Binary Fat Drivers
# for EDK II Prime release.