mirror of https://github.com/acidanthera/audk.git
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:
parent
205cc66377
commit
860d9bdd8c
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
## @file
|
||||
#
|
||||
# FAT Package
|
||||
#
|
||||
# FAT 32 Driver
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue