]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
SecurityPkg: Remove code under UserIdentification folder.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserIdentifyManagerDxe / UserIdentifyManagerData.h
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h
deleted file mode 100644 (file)
index 4e07ddd..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/** @file\r
-  Data structure used by the user identify manager driver.\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
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef _USER_IDENTIFY_MANAGER_DATA_H_\r
-#define _USER_IDENTIFY_MANAGER_DATA_H_\r
-\r
-#include <Guid/UserIdentifyManagerHii.h>\r
-\r
-//\r
-// Forms definition.\r
-//\r
-#define FORMID_USER_FORM      1\r
-#define FORMID_PROVIDER_FORM  2\r
-#define FORMID_INVALID_FORM   0x0FFF\r
-\r
-//\r
-// Labels definition.\r
-//\r
-#define LABEL_USER_NAME       0x1000\r
-#define LABEL_PROVIDER_NAME   0x3000\r
-#define LABEL_END             0xffff\r
-#define FORM_OPEN_QUESTION_ID 0xfffe\r
-\r
-#endif\r