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