summaryrefslogtreecommitdiff
path: root/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c')
-rw-r--r--SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
index cf7fe4079a..b9e89cbfe7 100644
--- a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
+++ b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
@@ -1,7 +1,7 @@
/** @file
Password Credential Provider driver implementation.
-Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
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
@@ -1428,6 +1428,11 @@ PasswordProviderInit (
EFI_STATUS Status;
//
+ // It is NOT robust enough to be included in production.
+ //
+ #error "This implementation is just a sample, please comment this line if you really want to use this driver."
+
+ //
// Init credential table.
//
Status = InitCredentialTable ();