summaryrefslogtreecommitdiff
path: root/Core/EM/HddSecurity/Hddpassword/HddSecTokens.c
blob: 082fae508eaec7f9cafa1f1838f307f762761b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2013, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**         5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************
//**********************************************************************
// $Header: /Alaska/SOURCE/Modules/HddSecurity/HddPassword/HddSecTokens.c 2     3/25/13 5:16a Rameshr $
//
// $Revision: 2 $
//
// $Date: 3/25/13 5:16a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/HddSecurity/HddPassword/HddSecTokens.c $
// 
// 2     3/25/13 5:16a Rameshr
// [TAG]  		EIP117159
// [Category]  	Improvement
// [Description]  	Proper error message displayed when the Password count
// expired 
// [Files]  		HddPassword.c, HddPassword.uni, HddSecTokens.c
// 
// 1     3/11/10 3:51a Rameshr
// Issue: Same Structure definied in Hddpassword and Amitse.
// Solution: Amitse created tsecommon.h with all the common definition.
// EIP: 27339
// 
// Initial check-in
// 
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:		HddSecTokens.c
//
// Description:
// This file does not add any code. It has, all the string tokens that
// are used by Minisetup, to fake the usage to strgather.exe. Add to
// this list, the new string tokens that are defined in
// AmiTSEStrstr.uni and to be used by Minisetup
//
//<AMI_FHDR_END>
//**********************************************************************


//Following code is to force strgatherer to include these strings
#if 0

STRING_TOKEN(STR_IDE_SECURITY_UNSUPPORTED)
STRING_TOKEN(STR_IDE_SECURITY_LOCKED)
STRING_TOKEN(STR_IDE_ERROR_PSWD)
STRING_TOKEN(STR_IDE_SECURITY_PROMPT)
STRING_TOKEN(STR_IDE_ENTER_USER)
STRING_TOKEN(STR_IDE_ENTER_MASTER)
STRING_TOKEN(STR_IDE_UNLCK_COLD)

#endif

//*****************************************************************//
//*****************************************************************//
//**                                                             **//
//**         (C)Copyright 2013, American Megatrends, Inc.        **//
//**                                                             **//
//**                     All Rights Reserved.                    **//
//**                                                             **//
//**           5555 Oakbrook Pkwy, Norcross, Georgia 30093       **//
//**                                                             **//
//**                     Phone (770)-246-8600                    **//
//**                                                             **//
//*****************************************************************//
//*****************************************************************//