]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderData.h
Update for SecurityPkg.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderData.h
... / ...
CommitLineData
1/** @file\r
2 Data structure used by the Password Credential Provider driver.\r
3 \r
4Copyright (c) 2009 - 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_DATA_H_\r
16#define _PWD_CREDENTIAL_PROVIDER_DATA_H_\r
17\r
18#include <Guid/PwdCredentialProviderHii.h>\r
19\r
20//\r
21// Forms definition\r
22//\r
23#define FORMID_GET_PASSWORD_FORM 1\r
24\r
25//\r
26// Key defination\r
27// \r
28#define KEY_GET_PASSWORD 0x1000\r
29\r
30#endif\r