]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / FirmwareVolumeDispatch / FirmwareVolumeDispatch.h
1 /*++
2
3 Copyright (c) 2004, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 FirmwareVolumeDispatch.h
15
16 Abstract:
17
18 Firmware Volume Dispatch protocol as defined in the Tiano Firmware Volume
19 specification.
20
21 Presence of this protocol tells the dispatch to dispatch from this Firmware
22 Volume
23
24 --*/
25
26 #ifndef __FIRMWARE_VOLUME_DISPATCH_H__
27 #define __FIRMWARE_VOLUME_DISPATCH_H__
28
29 #define EFI_FIRMWARE_VOLUME_DISPATCH_PROTOCOL_GUID \
30 { 0x7aa35a69, 0x506c, 0x444f, 0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8 }
31
32
33 extern EFI_GUID gEfiFirmwareVolumeDispatchProtocolGuid;
34
35 #endif