summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/AMIDebugRx.sd
blob: 75ff84af02361112e19a6df3ca4f01a59aa84175 (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
//*****************************************************************//
//*****************************************************************//
//*****************************************************************//
//**                                                             **//
//**         (C)Copyright 2009, American Megatrends, Inc.        **//
//**                                                             **//
//**                     All Rights Reserved.                    **//
//**                                                             **//
//**   5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093  **//
//**                                                             **//
//**                     Phone (770)-246-8600                    **//
//**                                                             **//
//*****************************************************************//
//*****************************************************************//
//*****************************************************************//
// $Header: /Alaska/BIN/Modules/AMIDebugRx/AMIDebugRx.sd 4     7/17/09 7:19p Madhans $
//
// $Revision: 4 $
//
// $Date: 7/17/09 7:19p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Modules/AMIDebugRx/AMIDebugRx.sd $
// 
// 4     7/17/09 7:19p Madhans
// Fix the Header
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name: USBRedirection.sd
//
// Description: This is the setup page which displays the message if AMI 
//				Debug Rx is Enabled or not.
//
//<AMI_FHDR_END>
//**********************************************************************

#ifdef ADVANCED_FORM_SET

    #ifdef FORM_SET_ITEM

	SUBTITLE(STRING_TOKEN(STR_AMI_DEBUG_RX_PRESENT))

	SEPARATOR

	#endif //ifdef FORM_SET_FORM

#endif //ifdef ADVANCED_FORM_SET

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