]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / Variable / Variable.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2004, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 Variable.h\r
15\r
16Abstract:\r
17\r
18 Variable Architectural Protocol as defined in the DXE CIS\r
19\r
20 This code is used to produce the EFI 1.0 runtime variable services\r
21\r
22 The GetVariable (), GetNextVariableName (), and SetVariable () EFI 1.0 \r
23 services are added to the EFI system table and the \r
24 EFI_VARIABLE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
25\r
26 No CRC of the EFI system table is required, as it is done in the DXE core.\r
27\r
28--*/\r
29\r
30#ifndef _ARCH_PROTOCOL_VARIABLE_ARCH_H_\r
31#define _ARCH_PROTOCOL_VARIABLE_ARCH_H_\r
32\r
33//\r
34// Global ID for the Variable Architectural Protocol\r
35//\r
36#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \\r
37 { 0x1e5668e2, 0x8481, 0x11d4, 0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 }\r
38\r
39extern EFI_GUID gEfiVariableArchProtocolGuid;\r
40\r
41#endif \r