VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/Capsule.h@ 48674

最後變更 在這個檔案從48674是 48674,由 vboxsync 提交於 12 年 前

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.5 KB
 
1/** @file
2 Capsule Architectural Protocol as defined in PI1.0a Specification VOLUME 2 DXE
3
4 The DXE Driver that produces this protocol must be a runtime driver.
5 The driver is responsible for initializing the CapsuleUpdate() and
6 QueryCapsuleCapabilities() fields of the UEFI Runtime Services Table.
7 After the two fields of the UEFI Runtime Services Table have been initialized,
8 the driver must install the EFI_CAPSULE_ARCH_PROTOCOL_GUID on a new handle
9 with a NULL interface pointer. The installation of this protocol informs
10 the DXE Foundation that the Capsule related services are now available and
11 that the DXE Foundation must update the 32-bit CRC of the UEFI Runtime Services Table.
12
13Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
14This program and the accompanying materials
15are licensed and made available under the terms and conditions of the BSD License
16which accompanies this distribution. The full text of the license may be found at
17http://opensource.org/licenses/bsd-license.php
18
19THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
20WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
21
22**/
23
24#ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__
25#define __ARCH_PROTOCOL_CAPSULE_ARCH_H__
26
27//
28// Global ID for the Capsule Architectural Protocol
29//
30#define EFI_CAPSULE_ARCH_PROTOCOL_GUID \
31 { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}
32
33extern EFI_GUID gEfiCapsuleArchProtocolGuid;
34
35#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette