]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.h
Update UID drivers to align with latest UEFI spec 2.3.1.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManager.h
index b1e078a03e4fd0665424ab8ea7cbaa1c586cd422..fab06057286ba4a8157c28c3a3e204450047acb4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file for User identify Manager driver.\r
     \r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -25,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/HiiConfigAccess.h>\r
 #include <Protocol/HiiString.h>\r
 #include <Protocol/HiiConfigRouting.h>\r
-#include <Protocol/UserCredential.h>\r
+#include <Protocol/UserCredential2.h>\r
 #include <Protocol/UserManager.h>\r
 #include <Protocol/DeferredImageLoad.h>\r
 #include <Protocol/SimpleTextOut.h>\r
@@ -67,7 +67,7 @@ extern UINT8                UserIdentifyManagerStrings[];
 //\r
 typedef struct {\r
   UINTN                         Count;\r
-  EFI_USER_CREDENTIAL_PROTOCOL  *Provider[1];\r
+  EFI_USER_CREDENTIAL2_PROTOCOL *Provider[1];\r
 } CREDENTIAL_PROVIDER_INFO;\r
 \r
 //\r