]> git.proxmox.com Git - mirror_edk2.git/commit - FatPkg/EnhancedFatDxe/UnicodeCollation.c
Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unicode Colla...
authorQing Huang <qing.huang@intel.com>
Thu, 20 Dec 2007 09:16:45 +0000 (09:16 +0000)
committerJordan Justen <jordan.l.justen@intel.com>
Thu, 7 Apr 2016 06:22:43 +0000 (23:22 -0700)
commitb9ec93308b33bcb0bb37d6213a76c3fed0b5bc0b
treeed4cc299df8f82781a6e6fae2022d2411ddc9c89
parentf0dc69e61bf2316dcf7cc75eb7e4ba374a5b2832
Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unicode Collation 2 Protocols Support both Component Name and Component Name 2 Protocol.

(based on FatPkg commit e51cd032db84a6fb1f44a0605f80d96f5fdf4bc6)

[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
26 files changed:
FatPkg/EnhancedFatDxe/ComponentName.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Data.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Debug.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Delete.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/DirectoryCache.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/DirectoryManage.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/DiskCache.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Fat.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Fat.h [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Fat.inf [new file with mode: 0644]
FatPkg/EnhancedFatDxe/FatFileSystem.h [new file with mode: 0644]
FatPkg/EnhancedFatDxe/FileName.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/FileSpace.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Flush.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Hash.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Info.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Init.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Misc.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/Open.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/OpenVolume.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/ReadWrite.c [new file with mode: 0644]
FatPkg/EnhancedFatDxe/UnicodeCollation.c [new file with mode: 0644]
FatPkg/FatPkg.dec [new file with mode: 0644]
FatPkg/FatPkg.dsc [new file with mode: 0644]
FatPkg/License.txt [new file with mode: 0644]
FatPkg/ReadMe.txt [new file with mode: 0644]