TianoCore EDK2 master
Loading...
Searching...
No Matches
PwdCredentialProviderHii.h
Go to the documentation of this file.
1
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
21extern EFI_GUID gPwdCredentialProviderGuid;
22
23#endif
Definition: Base.h:213