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:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
## @file
 | 
					## @file
 | 
				
			||||||
#  Component description file for FAT module.
 | 
					#  Component Description File for FAT module.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#  This UEFI driver detects the FAT file system in the disk.
 | 
					#  This UEFI driver detects the FAT file system in the disk.
 | 
				
			||||||
#  It also produces the Simple File System protocol for the consumer to
 | 
					#  It also produces the Simple File System protocol for the consumer to
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,9 +61,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Ppis]
 | 
					[Ppis]
 | 
				
			||||||
  gEfiPeiVirtualBlockIoPpiGuid                  # PPI_NOTIFY SOMETIMES_CONSUMED
 | 
					  gEfiPeiVirtualBlockIoPpiGuid                  ## SOMETIMES_CONSUMES PPI_NOTIFY
 | 
				
			||||||
  gEfiPeiVirtualBlockIo2PpiGuid                 # PPI_NOTIFY SOMETIMES_CONSUMED
 | 
					  gEfiPeiVirtualBlockIo2PpiGuid                 ## SOMETIMES_CONSUMES PPI_NOTIFY
 | 
				
			||||||
  gEfiPeiDeviceRecoveryModulePpiGuid            # SOMETIMES_PRODUCED
 | 
					  gEfiPeiDeviceRecoveryModulePpiGuid            ## SOMETIMES_PRODUCES
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[FeaturePcd]
 | 
					[FeaturePcd]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
## @file
 | 
					## @file
 | 
				
			||||||
#
 | 
					 | 
				
			||||||
#  FAT Package
 | 
					#  FAT Package
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#  FAT 32 Driver
 | 
					#  FAT 32 Driver
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,5 @@
 | 
				
			|||||||
## @file
 | 
					## @file
 | 
				
			||||||
#
 | 
					#  Build Binary Enhanced Fat Driver Modules.
 | 
				
			||||||
#  Build Binary Enhanced Fat Driver Modules
 | 
					 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#  This Platform file is used to generate the Binary Fat Drivers
 | 
					#  This Platform file is used to generate the Binary Fat Drivers
 | 
				
			||||||
#  for EDK II Prime release.
 | 
					#  for EDK II Prime release.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user