summaryrefslogtreecommitdiff
path: root/Core/EM/HddSecurity/IdeSecurity.sd
blob: 47980b54c7e7422fdf5f436afa46f97413da2a28 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2014, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**         5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/SOURCE/Modules/HddSecurity/IdeSecurity.sd 17    1/30/14 9:16a Divyac $
//
// $Revision: 17 $
//
// $Date: 1/30/14 9:16a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/HddSecurity/IdeSecurity.sd $
// 
// 17    1/30/14 9:16a Divyac
// [TAG]  		EIP152490
// [Category]  	Improvement
// [Description]  	Resolved the build Error in HddSecurity module when
// enabling DISPLAY_MASTER_PASSWORD sdl token 
// [Files]  		IdeSecurity.sd
// 
// 16    12/06/13 8:49a Divyac
// [TAG]  		EIP143275 
// [Category]  	Improvement
// [Description]  	Aptio 4.x - Gray out option for the user password when
// the HDD is in frozen state
// [Files]  		IdeSecurity.c, IdeSecurity.uni
// 
// 15    6/13/12 9:12a Anandakrishnanl
// [TAG]  		EIP92050
// [Category]  	Bug Fix
// [Severity]  	Minor
// [Symptom]  	In setup, Hdd Security User and Master password status
// string displayed as Set or Not Set instead of Installed or Not
// Installed.
// [RootCause]  	In setup, Hdd Security User and Master password status
// string displayed as Set or Not Set instead of Installed or Not
// Installed.
// [Solution]  	Changed the sd and UNI string tokens to be unique to
// Module
// [Files]  		IdeSecuirty.sd
// IdeSecuirty.uni
// 
// 14    1/03/12 1:42a Jittenkumarp
// [TAG]  		EIP78274 
// [Category]  	Bug Fix
// [Symptom]  	When the the token ALL_HDD_SAME_PW is set to 1 and no HDD
// is connected to SUT, Set User Password and Set Master Password links
// are displayed in security page.
// [RootCause]  	When  ALL_HDD_SAME_PW token is 1 ,not checking the
// presence of hard disk.
// [Solution]  	When  ALL_HDD_SAME_PW token is 1,checking  harddisk is
// present or not and if not present suppress the links.
// [Files]  		IdeSecurity.sd
// 
// 13    10/21/11 4:12a Rameshr
// [TAG]  		EIP69247
// [Category]  	Bug Fix
// [Severity]  	Minor
// [Symptom]  	Several IdeSecurity.sdl tokens are not working properly
// [RootCause]  	Several IdeSecurity.sdl tokens are not working properly
// [Solution]  	Removed unwanted SDL token and verified all the SDL token
// function.
// [Files]  		IdeSecurity.c, IdeSecurity.sdl, IdeSecurity.sdl
// 
// 12    2/01/11 3:48a Rameshr
// [TAG] - EIP 52221
// [Category]- BUG FIX
// [Severity]- Minor
// [Symptom] - Under Aptio4.6.4.1, the HddSecurity "4.6.3_HddSecurity_016"
// will build failed. 
// [RootCause]- Goto Form error in UEFI2.0
// [Solution] - Moved Goto Form inside the FormSet.
// [Files] - IdeSecurity.sd
// 
// 11    1/20/11 12:22a Rameshr
// [TAG] - EIP 52221
// [Category]- BUG FIX
// [Severity]- Minor
// [Symptom] - Under Aptio4.6.4.1, the HddSecurity "4.6.3_HddSecurity_016"
// will build failed. 
// [RootCause]- All the Control Items included in the main formset also.
// [Solution] - moved the whole #ifdef FORM_SET_VARSTORE section outside
// of the #ifdef SECURITY_FORM_SET 
// [Files] - IdeSecurity.sd
// 
// 10    1/10/11 12:52a Rameshr
// [TAG]  		EIP48180
// [Category]  	Improvement
// [Description]  	Update the IdeSecurity eModule to utilize Setup
// Customization
// [Files]  		IdeSecurity.sd
// 
// 8     8/27/10 2:27p Yul
// [TAG]    	EIP40151
// [Category]	NEW FEATURE
// [Description]	If system has two HDDs, User need set two HDDs password
// separately with master and user password.
// We want to simply the procedure, if user set master or user password,
// it will set two HDDs with same password.
// While un-lock the HDD password, user just need input one Master/User
// password to un-lock HDD.
// [Files]		HddPassword.c
// 		HddPassword.sdl
// 		IdeSecurity.sd
// 		IdeSecurity.uni
// Same as v7. No code update.			
// 
// 7     8/27/10 10:01a Yul
// EIP 40151 - One Master/User password for all attach HDDs
// 
// 6     4/13/10 10:29a Davidd
// Removed setup questions when SETUP_SAME_SYS_HDD_PW is on. They are not
// used in this case.
// 
// 5     3/26/10 5:44p Krishnakumarg
// UEFI2.1 compliance change. EIP#34744
// 
// 4     12/09/09 12:18p Krishnakumarg
// EIP 31797 : IDE Security API documentation. Added comments whereever
// possible and modified files for coding standard
// 
// 3     7/27/09 3:30p Pats
// EIP 22925: Request to set HDD password length by token.
// Solution: Changed definitions for IDEUserPassword and IDEMasterPassword
// to use the token value instead of 32.
// 
// 
// 2     8/12/08 10:30a Fasihm
// Added the Manufacturing flag to all the setup questions.
// 
// 1     28/02/08 6:40p Anandakrishnanl
// Created new HddSecurity module.  Isolated IdeSecurity and IdeSmm from
// IdeBus driver to be compatable with the AHCI Bus driver.
// 
// 1     10/23/07 4:18p Felixp

//**********************************************************************

//<AMI_FHDR_START>
//**********************************************************************
// Name:        IdeSecurity.sd
//
// Description: Ide Security in Setup.
//**********************************************************************
//<AMI_FHDR_END>

#ifdef FORM_SET_VARSTORE
    varstore IDE_SECURITY_CONFIG,
    key = IDE_SECURITY_HD_1_KEY_ID,
    name = IDESecDev,
    guid = IDE_SECURITY_CONFIG_GUID;
#endif

#if defined(VFRCOMPILE) && !defined(CONTROLS_ARE_DEFINED)
#define CONTROL_DEFINITION
#endif

#ifdef CONTROL_DEFINITION

#if (SETUP_SAME_SYS_HDD_PW != 1)
    #if ALL_HDD_SAME_PW
        #define IDE_SECURITY_GET_USER_PASSWORD\
            suppressif ideqvallist IDE_SECURITY_CONFIG.Count == 0;\
            password varid  = IDE_SECURITY_CONFIG.IDEUserPassword,\
                    prompt      = STRING_TOKEN(STR_IDE_USER_PASSWORD),\
                    help        = STRING_TOKEN(STR_IDE_USER_PASSWORD_HELP),\
                    flags       = 0,\
                    key         = 0,\
                    minsize     = 0,\
                    maxsize     = IDE_PASSWORD_LENGTH,\
                    encoding    = 1,\
            endpassword;\
            endif;
        #define IDE_SECURITY_GET_MASTER_PASSWORD\
            suppressif ideqvallist IDE_SECURITY_CONFIG.Count == 0;\
            password varid  = IDE_SECURITY_CONFIG.IDEMasterPassword,\
                    prompt      = STRING_TOKEN(STR_IDE_MASTER_PASSWORD),\
                    help        = STRING_TOKEN(STR_IDE_MASTER_PASSWORD_HELP),\
                    flags       = 0,\
                    key         = 0,\
                    minsize     = 0,\
                    maxsize     = IDE_PASSWORD_LENGTH,\
                    encoding    = 1,\
            endpassword;\
            endif;

        #define IDE_SECURITY_GET_IDE_USER_PASSWORD
        #define IDE_SECURITY_GET_IDE_MASTER_PASSWORD

    #else 
        #define IDE_SECURITY_GET_USER_PASSWORD
        #define IDE_SECURITY_GET_MASTER_PASSWORD

        #define IDE_SECURITY_GET_IDE_USER_PASSWORD\
            password varid  = IDE_SECURITY_CONFIG.IDEUserPassword,\
                    prompt      = STRING_TOKEN(STR_IDE_USER_PASSWORD),\
                    help        = STRING_TOKEN(STR_IDE_USER_PASSWORD_HELP),\
                    flags       = 0,\
                    key         = 0,\
                    minsize     = 0,\
                    maxsize     = IDE_PASSWORD_LENGTH,\
                    encoding    = 1,\
            endpassword;\
    
        #define IDE_SECURITY_GET_IDE_MASTER_PASSWORD\
            password varid  = IDE_SECURITY_CONFIG.IDEMasterPassword,\
                    prompt      = STRING_TOKEN(STR_IDE_MASTER_PASSWORD),\
                    help        = STRING_TOKEN(STR_IDE_MASTER_PASSWORD_HELP),\
                    flags       = 0,\
                    key         = 0,\
                    minsize     = 0,\
                    maxsize     = IDE_PASSWORD_LENGTH,\
                    encoding    = 1,\
            endpassword;\

    #endif

    #define IDE_SECURITY_CONFIG_COUNT\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_HDD_SECURITY_CONFIG),\
            text   = STRING_TOKEN(STR_EMPTY),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_SUPPORTED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_SUPPORTED),\
            text   = STRING_TOKEN(STR_YES),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_NOT_SUPPORTED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_SUPPORTED),\
            text   = STRING_TOKEN(STR_NO),\
            flags  = 0,\
            key    = 0;\
    

    #define IDE_SECURITY_CONFIG_ENABLED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_ENABLED),\
            text   = STRING_TOKEN(STR_YES),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_NOT_ENABLED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_ENABLED),\
            text   = STRING_TOKEN(STR_NO),\
            flags  = 0,\
            key    = 0;\
    
  
    #define IDE_SECURITY_CONFIG_LOCKED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_LOCKED),\
            text   = STRING_TOKEN(STR_YES),\
            flags  = 0,\
            key    = 0;\
    

    #define IDE_SECURITY_CONFIG_NOT_LOCKED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_LOCKED),\
            text   = STRING_TOKEN(STR_NO),\
            flags  = 0,\
            key    = 0;\
    
    #define IDE_SECURITY_CONFIG_FROZEN\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_FROZEN),\
            text   = STRING_TOKEN(STR_YES),\
            flags  = 0,\
            key    = 0;\
    
    #define IDE_SECURITY_CONFIG_NOT_FROZEN\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_SEC_FROZEN),\
            text   = STRING_TOKEN(STR_NO),\
            flags  = 0,\
            key    = 0;\
    
    #define IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_IDE_USER_PASSWORD_STS),\
            text   = STRING_TOKEN(STR_HDDS_INSTALLED),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS_NOT_INSTALLED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_IDE_USER_PASSWORD_STS),\
            text   = STRING_TOKEN(STR_NOT_HDDS_INSTALLED),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_IDE_MASTER_PASSWORD_STS),\
            text   = STRING_TOKEN(STR_HDDS_INSTALLED),\
            flags  = 0,\
            key    = 0;\

    #define IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS_NOT_INSTALLED\
        text\
            help   = STRING_TOKEN(STR_EMPTY),\
            text   = STRING_TOKEN(STR_IDE_MASTER_PASSWORD_STS),\
            text   = STRING_TOKEN(STR_NOT_HDDS_INSTALLED),\
            flags  = 0,\
            key    = 0;\

#else

        #define IDE_SECURITY_GET_USER_PASSWORD
        #define IDE_SECURITY_GET_MASTER_PASSWORD
        #define IDE_SECURITY_CONFIG_COUNT
        #define IDE_SECURITY_CONFIG_SUPPORTED
        #define IDE_SECURITY_CONFIG_NOT_SUPPORTED
        #define IDE_SECURITY_CONFIG_ENABLED
        #define IDE_SECURITY_CONFIG_NOT_ENABLED
        #define IDE_SECURITY_CONFIG_LOCKED
        #define IDE_SECURITY_CONFIG_NOT_LOCKED
        #define IDE_SECURITY_CONFIG_FROZEN
        #define IDE_SECURITY_CONFIG_NOT_FROZEN
        #define IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS
        #define IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS_NOT_INSTALLED
        #define IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS
        #define IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS_NOT_INSTALLED
        #define IDE_SECURITY_GET_IDE_USER_PASSWORD
        #define IDE_SECURITY_GET_IDE_MASTER_PASSWORD
#endif
#endif


#ifdef CONTROLS_WITH_DEFAULTS
        IDE_SECURITY_GET_USER_PASSWORD
        IDE_SECURITY_GET_MASTER_PASSWORD
        IDE_SECURITY_CONFIG_COUNT
        IDE_SECURITY_CONFIG_SUPPORTED
        IDE_SECURITY_CONFIG_NOT_SUPPORTED
        IDE_SECURITY_CONFIG_ENABLED
        IDE_SECURITY_CONFIG_NOT_ENABLED
        IDE_SECURITY_CONFIG_LOCKED
        IDE_SECURITY_CONFIG_NOT_LOCKED
        IDE_SECURITY_CONFIG_FROZEN
        IDE_SECURITY_CONFIG_NOT_FROZEN
        IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS
        IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS_NOT_INSTALLED
        IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS
        IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS_NOT_INSTALLED
        IDE_SECURITY_GET_IDE_USER_PASSWORD
        IDE_SECURITY_GET_IDE_MASTER_PASSWORD
#endif //#ifdef CONTROLS_WITH_DEFAULTS

#if (SETUP_SAME_SYS_HDD_PW != 1)
    #ifdef SECURITY_FORM_SET

        #if EFI_SPECIFICATION_VERSION > 0x20000
            #ifndef SUPPRESS_GRAYOUT_ENDIF //old Core
            #define SUPPRESS_GRAYOUT_ENDIF endif;
            #endif
        #endif
    
  
        #ifdef FORM_SET_ITEM
            SEPARATOR

            #if ALL_HDD_SAME_PW

                grayoutif ideqvallist IDE_SECURITY_CONFIG.Frozen == 1;
                    IDE_SECURITY_GET_USER_PASSWORD
                endif;

                #if DISPLAY_MASTER_PASSWORD
                    grayoutif  ideqval IDE_SECURITY_CONFIG.ShowMaster == 0 OR ideqval IDE_SECURITY_CONFIG.Frozen == 1;
                        IDE_SECURITY_GET_MASTER_PASSWORD
                    endif;
                #endif
            #endif
        #endif

        #ifdef FORM_SET_GOTO
            SEPARATOR

            suppressif ideqvallist IDE_SECURITY_CONFIG.Count == 0;
                IDE_SECURITY_CONFIG_COUNT
            endif;

            suppressif ideqvallist IDE_SECURITY_CONFIG.Count == 0xFFFF;
                goto      IDE_SECURITY_FORM,
                prompt  = STRING_TOKEN(STR_EMPTY),
                help    = STRING_TOKEN(STR_IDE_SECURITY_HELP);
            endif;
      
        #endif
     
        #ifdef FORM_SET_FORM
    
        form
        formid = AUTO_ID(IDE_SECURITY_FORM),
        title = STRING_TOKEN(STR_IDE_SECURITY_HD);
    
#if !ALL_HDD_SAME_PW
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_PWD_DESC))
        SEPARATOR
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_ONE))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_TWO))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_THREE))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_FOUR))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_FIVE))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_SIX))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_SEVEN))
        SUBTITLE(STRING_TOKEN(STR_SECURITY_HDD_BANNER_EIGHT))

#endif      
        SEPARATOR
        SUBTITLE(STRING_TOKEN(STR_HDD_PASSWORD_CONFIG))
        SEPARATOR

        suppressif ideqvallist IDE_SECURITY_CONFIG.Supported == 0;
            IDE_SECURITY_CONFIG_SUPPORTED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Supported == 1;
            IDE_SECURITY_CONFIG_NOT_SUPPORTED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Enabled == 0;
            IDE_SECURITY_CONFIG_ENABLED
        endif;
    
        suppressif ideqvallist IDE_SECURITY_CONFIG.Enabled == 1;
            IDE_SECURITY_CONFIG_NOT_ENABLED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Locked == 0;
            IDE_SECURITY_CONFIG_LOCKED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Locked == 1;
            IDE_SECURITY_CONFIG_NOT_LOCKED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Frozen == 0;
            IDE_SECURITY_CONFIG_FROZEN
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.Frozen == 1;
            IDE_SECURITY_CONFIG_NOT_FROZEN
        endif;
    
        suppressif ideqvallist IDE_SECURITY_CONFIG.UserPasswordStatus == 0;
            IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.UserPasswordStatus == 1;
            IDE_SECURITY_CONFIG_USER_PASSWORD_STATUS_NOT_INSTALLED
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.MasterPasswordStatus == 0;
            IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS
        endif;

        suppressif ideqvallist IDE_SECURITY_CONFIG.MasterPasswordStatus == 1;
            IDE_SECURITY_CONFIG_MASTER_PASSWORD_STATUS_NOT_INSTALLED
        endif;

        SEPARATOR
    
        #if !ALL_HDD_SAME_PW
            grayoutif ideqvallist IDE_SECURITY_CONFIG.Frozen == 1;
                IDE_SECURITY_GET_IDE_USER_PASSWORD
            endif;
            #if DISPLAY_MASTER_PASSWORD
                grayoutif  ideqval IDE_SECURITY_CONFIG.ShowMaster == 0 OR ideqval IDE_SECURITY_CONFIG.Frozen == 1;
                    IDE_SECURITY_GET_IDE_MASTER_PASSWORD
                endif;
            #endif
        #endif

        endform;
        
        #endif
    #endif
#endif


//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2014, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**         5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************