]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Protocol/FirmwareVolumeDispatch.h
Code scrube for MdeModule Definitions.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FirmwareVolumeDispatch.h
1 /** @file
2 This file declares Firmware Volume Dispatch protocol.
3
4 Presence of this protocol tells the core dispatcher to dispatch this Firmware Volume.
5
6 Copyright (c) 2006 - 2008, Intel Corporation
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef __FIRMWARE_VOLUME_DISPATCH_H__
18 #define __FIRMWARE_VOLUME_DISPATCH_H__
19
20 #include <PiDxe.h>
21
22 #define EFI_FIRMWARE_VOLUME_DISPATCH_PROTOCOL_GUID \
23 { 0x7aa35a69, 0x506c, 0x444f, {0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8 } }
24
25
26 extern EFI_GUID gEfiFirmwareVolumeDispatchProtocolGuid;
27
28 #endif