]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.h
ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManager.h
index b1e078a03e4fd0665424ab8ea7cbaa1c586cd422..1c449b0128f4cf69e93ad97302662b86d86b0a8a 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   The header file for User identify Manager driver.\r
-    \r
-Copyright (c) 2009 - 2010, 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
+\r
+Copyright (c) 2009 - 2018, 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
 http://opensource.org/licenses/bsd-license.php\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\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
@@ -239,34 +239,34 @@ UserProfileIdentify (
   Find a user using a user information record.\r
 \r
   This function searches all user profiles for the specified user information record.\r
-  The search starts with the user information record handle following UserInfo and \r
+  The search starts with the user information record handle following UserInfo and\r
   continues until either the information is found or there are no more user profiles.\r
   A match occurs when the Info.InfoType field matches the user information record\r
-  type and the user information record data matches the portion of Info passed the \r
+  type and the user information record data matches the portion of Info passed the\r
   EFI_USER_INFO header.\r
 \r
   @param[in]      This     Points to this instance of the EFI_USER_MANAGER_PROTOCOL.\r
-  @param[in, out] User     On entry, points to the previously returned user profile \r
+  @param[in, out] User     On entry, points to the previously returned user profile\r
                            handle, or NULL to start searching with the first user profile.\r
                            On return, points to the user profile handle, or NULL if not\r
                            found.\r
   @param[in, out] UserInfo On entry, points to the previously returned user information\r
-                           handle, or NULL to start searching with the first. On return, \r
+                           handle, or NULL to start searching with the first. On return,\r
                            points to the user information handle of the user information\r
-                           record, or NULL if not found. Can be NULL, in which case only \r
-                           one user information record per user can be returned. \r
-  @param[in]      Info     Points to the buffer containing the user information to be \r
-                           compared to the user information record. If NULL, then only \r
-                           the user information record type is compared. If InfoSize is 0, \r
+                           record, or NULL if not found. Can be NULL, in which case only\r
+                           one user information record per user can be returned.\r
+  @param[in]      Info     Points to the buffer containing the user information to be\r
+                           compared to the user information record. If NULL, then only\r
+                           the user information record type is compared. If InfoSize is 0,\r
                            then the user information record must be empty.\r
 \r
-  @param[in]      InfoSize The size of Info, in bytes. \r
+  @param[in]      InfoSize The size of Info, in bytes.\r
 \r
   @retval EFI_SUCCESS      User information was found. User points to the user profile handle,\r
                            and UserInfo points to the user information handle.\r
-  @retval EFI_NOT_FOUND    User information was not found. User points to NULL and UserInfo \r
+  @retval EFI_NOT_FOUND    User information was not found. User points to NULL and UserInfo\r
                            points to NULL.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -409,5 +409,5 @@ UserProfileGetNextInfo (
   IN        EFI_USER_PROFILE_HANDLE             User,\r
   IN OUT    EFI_USER_INFO_HANDLE                *UserInfo\r
   );\r
-  \r
+\r
 #endif\r