]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/UsbCredentialProviderHii.h
ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling
[mirror_edk2.git] / SecurityPkg / Include / Guid / UsbCredentialProviderHii.h
CommitLineData
a0c56a82
LG
1/** @file\r
2 GUID used as HII Package list GUID in UsbCredentialProviderDxe driver.\r
3\r
b3548d32
LG
4Copyright (c) 2011 - 2018, 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
a0c56a82
LG
8http://opensource.org/licenses/bsd-license.php\r
9\r
b3548d32 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
a0c56a82
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __USB_CREDENTIAL_PROVIDER_HII_H__\r
16#define __USB_CREDENTIAL_PROVIDER_HII_H__\r
17\r
18//\r
19// Used for save password credential and form browser\r
20// And used as provider identifier\r
21//\r
22#define USB_CREDENTIAL_PROVIDER_GUID \\r
23 { \\r
24 0xd0849ed1, 0xa88c, 0x4ba6, { 0xb1, 0xd6, 0xab, 0x50, 0xe2, 0x80, 0xb7, 0xa9 }\\r
25 }\r
26\r
27extern EFI_GUID gUsbCredentialProviderGuid;\r
28\r
29#endif\r