]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Include/Guid/PwdCredentialProviderHii.h
556b88b64cd377e6ee3d1481423c1062d6e61ffc
[mirror_edk2.git] / SecurityPkg / Include / Guid / PwdCredentialProviderHii.h
1 /** @file
2 GUID used as HII FormSet and HII Package list GUID in PwdCredentialProviderDxe driver.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __PWD_CREDENTIAL_PROVIDER_HII_H__
10 #define __PWD_CREDENTIAL_PROVIDER_HII_H__
11
12 //
13 // Used for save password credential and form browser.
14 // Also used as provider identifier.
15 //
16 #define PWD_CREDENTIAL_PROVIDER_GUID \
17 { \
18 0x78b9ec8b, 0xc000, 0x46c5, { 0xac, 0x93, 0x24, 0xa0, 0xc1, 0xbb, 0x0, 0xce } \
19 }
20
21 extern EFI_GUID gPwdCredentialProviderGuid;
22
23 #endif