]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/UserProfileManagerHii.h
ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling
[mirror_edk2.git] / SecurityPkg / Include / Guid / UserProfileManagerHii.h
CommitLineData
a0c56a82
LG
1/** @file\r
2 GUID used as HII FormSet and HII Package list GUID in UserProfileManagerDxe driver.\r
3\r
b3548d32
LG
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
a0c56a82
LG
8http://opensource.org/licenses/bsd-license.php\r
9\r
b3548d32 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
a0c56a82
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __USER_PROFILE_MANAGER_HII_H__\r
16#define __USER_PROFILE_MANAGER_HII_H__\r
17\r
18#define USER_PROFILE_MANAGER_GUID \\r
19 { \\r
20 0xc35f272c, 0x97c2, 0x465a, { 0xa2, 0x16, 0x69, 0x6b, 0x66, 0x8a, 0x8c, 0xfe } \\r
21 }\r
22\r
23extern EFI_GUID gUserProfileManagerGuid;\r
24\r
b3548d32 25#endif\r