]>
Commit | Line | Data |
---|---|---|
3e5a3960 | 1 | /** @file\r |
2 | This file declares Firmware Volume Dispatch protocol.\r | |
3 | \r | |
b80fbe85 | 4 | Presence of this protocol tells the dispatch to dispatch from this Firmware\r |
3e5a3960 | 5 | Volume\r |
6 | \r | |
b80fbe85 | 7 | Copyright (c) 2006, Intel Corporation\r |
8 | All rights reserved. This program and the accompanying materials\r | |
9 | are licensed and made available under the terms and conditions of the BSD License\r | |
10 | which accompanies this distribution. The full text of the license may be found at\r | |
11 | http://opensource.org/licenses/bsd-license.php\r | |
3e5a3960 | 12 | \r |
b80fbe85 | 13 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
14 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
3e5a3960 | 15 | \r |
16 | Module Name: FirmwareVolumeDispatch.h\r | |
17 | \r | |
18 | @par Revision Reference:\r | |
19 | This protol will be defined in DXE CIS Spec.\r | |
20 | Version 0.91C.\r | |
21 | \r | |
22 | **/\r | |
23 | \r | |
24 | #ifndef __FIRMWARE_VOLUME_DISPATCH_H__\r | |
25 | #define __FIRMWARE_VOLUME_DISPATCH_H__\r | |
26 | \r | |
b80fbe85 | 27 | #include <PiDxe.h>\r |
28 | \r | |
3e5a3960 | 29 | #define EFI_FIRMWARE_VOLUME_DISPATCH_PROTOCOL_GUID \\r |
30 | { 0x7aa35a69, 0x506c, 0x444f, {0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8 } }\r | |
31 | \r | |
32 | \r | |
33 | extern EFI_GUID gEfiFirmwareVolumeDispatchProtocolGuid;\r | |
34 | \r | |
35 | #endif\r |