a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync/** @file
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync GUID for EFI shell Environment2 Extension.
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync This program and the accompanying materials
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync are licensed and made available under the terms and conditions of the BSD License
c58f1213e628a545081c70e26c6b67a841cff880vboxsync which accompanies this distribution. The full text of the license may be found at
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync http://opensource.org/licenses/bsd-license.php
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync**/
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync
6ec4e1827eab6a424d672ef0e5a17b065e52db20vboxsync#ifndef _SHELLPKG_SHELL_ENV2_EXT_GUID_H_
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync#define _SHELLPKG_SHELL_ENV2_EXT_GUID_H_
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync#define SHELLPKG_SHELL_ENV2_EXT_GUID \
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync{ \
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync 0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87} \
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync}
a33af978add1a03aab11b2895f441af5cb2a11a6vboxsync
ef1aeb661bb788d96960da3d44b59024616ab15fvboxsyncextern EFI_GUID gEfiShellEnvironment2ExtGuid;
ef1aeb661bb788d96960da3d44b59024616ab15fvboxsync
ef1aeb661bb788d96960da3d44b59024616ab15fvboxsync#endif
ef1aeb661bb788d96960da3d44b59024616ab15fvboxsync
ef1aeb661bb788d96960da3d44b59024616ab15fvboxsync