From 679242bef071a8666e613c744688040a96c5704b Mon Sep 17 00:00:00 2001 From: qwang12 Date: Thu, 25 Dec 2008 11:36:45 +0000 Subject: Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x00020000. When EFI_SPECIFICATION_VERSION > 0x00020000, this definition is defined at EdkCompatibilityPkg\Foundation\Efi\Include\EfiDevicePath.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7123 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecDevicePath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'EdkCompatibilityPkg/Foundation') diff --git a/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecDevicePath.h b/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecDevicePath.h index 413b19bcb5..3c350b29dc 100644 --- a/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecDevicePath.h +++ b/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecDevicePath.h @@ -24,6 +24,7 @@ Abstract: #pragma pack(1) +#if (EFI_SPECIFICATION_VERSION <= 0x00020000) // // EFI Specification extension on Media Device Path. MEDIA_FW_VOL_FILEPATH_DEVICE_PATH is adopted by UEFI later and added in UEFI2.10. // In EdkCompatibility Package, we only support MEDIA_FW_VOL_FILEPATH_DEVICE_PATH that complies with @@ -34,6 +35,7 @@ typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; EFI_GUID NameGuid; } MEDIA_FW_VOL_FILEPATH_DEVICE_PATH; +#endif #if (EFI_SPECIFICATION_VERSION > 0x00020000) -- cgit v1.2.3