MdeModulePkg: Remove the UDF/ECMA-167 file system support codes
The UDF feature is not ready for production. Remove it from the UDK2018 branch. This commit removes the UDF/ECMA-167 file system related code changes done within: MdeModulePkg/Universal/Disk/PartitionDxe/ MdeModulePkg/Universal/Disk/UdfDxe/ MdeModulePkg/MdeModulePkg.dsc Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# This module produces the logical Block I/O device that represents
|
||||
# the bytes from Start to End of the Parent Block I/O device.
|
||||
# The partition of physical BlockIo device supported is one of legacy MBR, GPT,
|
||||
# UDF and "El Torito" partitions.
|
||||
# and "El Torito" partitions.
|
||||
#
|
||||
# Caution: This module requires additional review when modified.
|
||||
# This driver will have external input - disk partition.
|
||||
@@ -46,7 +46,6 @@
|
||||
Mbr.c
|
||||
Gpt.c
|
||||
ElTorito.c
|
||||
Udf.c
|
||||
Partition.c
|
||||
Partition.h
|
||||
|
||||
|
Reference in New Issue
Block a user