]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr
SecurityPkg: Remove code under UserIdentification folder.
[mirror_edk2.git] / SecurityPkg / UserIdentification / PwdCredentialProviderDxe / PwdCredentialProviderVfr.Vfr
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr
deleted file mode 100644 (file)
index 6097220..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/** @file\r
-  Password Credential Provider formset.\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
-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
-#include "PwdCredentialProviderData.h"\r
-\r
-formset \r
-  guid      = PWD_CREDENTIAL_PROVIDER_GUID,\r
-  title     = STRING_TOKEN(STR_CREDENTIAL_TITLE),  \r
-  help      = STRING_TOKEN(STR_NULL_STRING), \r
-  classguid = PWD_CREDENTIAL_PROVIDER_GUID,\r
-  \r
-  form formid = FORMID_GET_PASSWORD_FORM,            \r
-    title = STRING_TOKEN(STR_FORM_TITLE);\r
-    \r
-    text \r
-      help   = STRING_TOKEN(STR_NULL_STRING),  \r
-      text   = STRING_TOKEN(STR_INPUT_PASSWORD),\r
-      flags  = INTERACTIVE,\r
-      key    = KEY_GET_PASSWORD;\r
-\r
-  endform;\r
-  \r
-endformset;
\ No newline at end of file