From fbea738a07362afe79a0fd0a38b453fbd29f7ded Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 7 Aug 2006 09:46:03 +0000 Subject: [PATCH] Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol directory to guid directory, because these three files define the related GUID not protcol. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1204 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/{Protocol => Guid}/FileInfo.h | 0 .../{Protocol => Guid}/FileSystemInfo.h | 0 .../FileSystemVolumeLabelInfo.h | 0 MdePkg/Include/Uefi/UefiSpec.h | 7 +++--- MdePkg/MdePkg.spd | 24 +++++++++---------- 5 files changed, 15 insertions(+), 16 deletions(-) rename MdePkg/Include/{Protocol => Guid}/FileInfo.h (100%) rename MdePkg/Include/{Protocol => Guid}/FileSystemInfo.h (100%) rename MdePkg/Include/{Protocol => Guid}/FileSystemVolumeLabelInfo.h (100%) diff --git a/MdePkg/Include/Protocol/FileInfo.h b/MdePkg/Include/Guid/FileInfo.h similarity index 100% rename from MdePkg/Include/Protocol/FileInfo.h rename to MdePkg/Include/Guid/FileInfo.h diff --git a/MdePkg/Include/Protocol/FileSystemInfo.h b/MdePkg/Include/Guid/FileSystemInfo.h similarity index 100% rename from MdePkg/Include/Protocol/FileSystemInfo.h rename to MdePkg/Include/Guid/FileSystemInfo.h diff --git a/MdePkg/Include/Protocol/FileSystemVolumeLabelInfo.h b/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h similarity index 100% rename from MdePkg/Include/Protocol/FileSystemVolumeLabelInfo.h rename to MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 1f2862776c..53d601bbf0 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -2375,9 +2375,6 @@ typedef enum { #include #include #include -#include -#include -#include #include #include #include @@ -2397,7 +2394,9 @@ typedef enum { #include #include #include - +#include +#include +#include #if (EFI_SPECIFICATION_VERSION >= 0x00020000) // diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 81af159af7..774fbf0b0c 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -366,6 +366,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Include/Guid/FirmwareFileSystem.h + + Include/Guid/FileInfo.h + + + + Include/Guid/FileSystemInfo.h + + + + Include/Guid/FileSystemVolumeLabelInfo.h + + Include/Guid/FrameworkDevicePath.h @@ -810,18 +822,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Include/Protocol/EfiNetworkInterfaceIdentifier.h - - Include/Protocol/FileInfo.h - - - - Include/Protocol/FileSystemInfo.h - - - - Include/Protocol/FileSystemVolumeLabelInfo.h - - Include/Protocol/FirmwareVolume.h -- 2.39.2