X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FUserIdentification%2FPwdCredentialProviderDxe%2FPwdCredentialProviderVfr.Vfr;fp=SecurityPkg%2FUserIdentification%2FPwdCredentialProviderDxe%2FPwdCredentialProviderVfr.Vfr;h=0000000000000000000000000000000000000000;hp=60972203b01372fcfb7e6dec2fd66dcbb3a5bd44;hb=514c55c18597c48e1648b67f85cf25b5984da5cc;hpb=28ce4cb3590bc3aaa91c3be75429d4e8722415e2 diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr deleted file mode 100644 index 60972203b0..0000000000 --- a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr +++ /dev/null @@ -1,34 +0,0 @@ -/** @file - Password Credential Provider formset. - -Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
-This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -**/ - -#include "PwdCredentialProviderData.h" - -formset - guid = PWD_CREDENTIAL_PROVIDER_GUID, - title = STRING_TOKEN(STR_CREDENTIAL_TITLE), - help = STRING_TOKEN(STR_NULL_STRING), - classguid = PWD_CREDENTIAL_PROVIDER_GUID, - - form formid = FORMID_GET_PASSWORD_FORM, - title = STRING_TOKEN(STR_FORM_TITLE); - - text - help = STRING_TOKEN(STR_NULL_STRING), - text = STRING_TOKEN(STR_INPUT_PASSWORD), - flags = INTERACTIVE, - key = KEY_GET_PASSWORD; - - endform; - -endformset; \ No newline at end of file