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