mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e2c390b3a2
commit
fbea738a07
|
@ -2375,9 +2375,6 @@ typedef enum {
|
|||
#include <Protocol/DriverDiagnostics.h>
|
||||
#include <Protocol/Ebc.h>
|
||||
#include <Protocol/EfiNetworkInterfaceIdentifier.h>
|
||||
#include <Protocol/FileInfo.h>
|
||||
#include <Protocol/FileSystemInfo.h>
|
||||
#include <Protocol/FileSystemVolumeLabelInfo.h>
|
||||
#include <Protocol/PciIo.h>
|
||||
#include <Protocol/PciRootBridgeIo.h>
|
||||
#include <Protocol/PlatformDriverOverride.h>
|
||||
|
@ -2397,7 +2394,9 @@ typedef enum {
|
|||
#include <Guid/PcAnsi.h>
|
||||
#include <Guid/SmBios.h>
|
||||
#include <Guid/SalSystemTable.h>
|
||||
|
||||
#include <Guid/FileInfo.h>
|
||||
#include <Guid/FileSystemInfo.h>
|
||||
#include <Guid/FileSystemVolumeLabelInfo.h>
|
||||
|
||||
#if (EFI_SPECIFICATION_VERSION >= 0x00020000)
|
||||
//
|
||||
|
|
|
@ -366,6 +366,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<IncludeHeader>Include/Guid/FirmwareFileSystem.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileInfo">
|
||||
<IncludeHeader>Include/Guid/FileInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileSystemInfo">
|
||||
<IncludeHeader>Include/Guid/FileSystemInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileSystemVolumeLabelInfo">
|
||||
<IncludeHeader>Include/Guid/FileSystemVolumeLabelInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FrameworkDevicePath">
|
||||
<IncludeHeader>Include/Guid/FrameworkDevicePath.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
|
@ -810,18 +822,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<IncludeHeader>Include/Protocol/EfiNetworkInterfaceIdentifier.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileInfo">
|
||||
<IncludeHeader>Include/Protocol/FileInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileSystemInfo">
|
||||
<IncludeHeader>Include/Protocol/FileSystemInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FileSystemVolumeLabelInfo">
|
||||
<IncludeHeader>Include/Protocol/FileSystemVolumeLabelInfo.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
</IndustryStdHeader>
|
||||
<IndustryStdHeader Name="FirmwareVolume">
|
||||
<IncludeHeader>Include/Protocol/FirmwareVolume.h</IncludeHeader>
|
||||
<HelpText/>
|
||||
|
|
Loading…
Reference in New Issue