]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImageDevicePath/LoadedImageDevicePath.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / LoadedImageDevicePath / LoadedImageDevicePath.h
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImageDevicePath/LoadedImageDevicePath.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImageDevicePath/LoadedImageDevicePath.h
deleted file mode 100644 (file)
index 34f4992..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-Module Name:\r
-\r
-  LoadedImageDevicePath.h\r
-\r
-Abstract:\r
-\r
-  The Loaded Image Device Path Protocol as defined in UEFI 2.1.\r
-\r
-  When installed, the Loaded Image Device Path Protocol specifies the device\r
-  path that was used when a PE/COFF image was loaded through the EFI Boot\r
-  Service LoadImage().\r
-\r
-\r
---*/\r
-\r
-#ifndef _LOADED_IMAGE_DEVICE_PATH_H_\r
-#define _LOADED_IMAGE_DEVICE_PATH_H_\r
-\r
-#include EFI_PROTOCOL_DEFINITION (DevicePath)\r
-\r
-//\r
-// Loaded Image Device Path protocol\r
-//\r
-#define EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID \\r
-  { \\r
-    0xbc62157e, 0x3e33, 0x4fec, {0x99, 0x20, 0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf} \\r
-  }\r
-\r
-typedef EFI_DEVICE_PATH_PROTOCOL EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiLoadedImageDevicePathProtocolGuid;\r
-\r
-#endif\r