]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderData.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderData.h
CommitLineData
0c18794e 1/** @file\r
2 Data structure used by the Password Credential Provider driver.\r
3 \r
a0c56a82 4Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
0c18794e 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
a0c56a82 18#include <Guid/PwdCredentialProviderHii.h>\r
0c18794e 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