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:
Hao Wu
2017-12-28 09:58:53 +08:00
parent fc0eeeb5c7
commit 7412c459f8
12 changed files with 8 additions and 6282 deletions

View File

@@ -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