]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/PwdCredentialProviderHii.h
SecurityPkg: Remove gEdkiiSecureBootModeGuid definition
[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
4Copyright (c) 2011, 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
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __PWD_CREDENTIAL_PROVIDER_HII_H__\r
16#define __PWD_CREDENTIAL_PROVIDER_HII_H__\r
17\r
18//\r
19// Used for save password credential and form browser.\r
20// Also used as provider identifier.\r
21//\r
22#define PWD_CREDENTIAL_PROVIDER_GUID \\r
23 { \\r
24 0x78b9ec8b, 0xc000, 0x46c5, { 0xac, 0x93, 0x24, 0xa0, 0xc1, 0xbb, 0x0, 0xce } \\r
25 }\r
26\r
27extern EFI_GUID gPwdCredentialProviderGuid;\r
28\r
29#endif\r