summaryrefslogtreecommitdiff
path: root/Board/EM/Setup/Setup.dxs
blob: 98b64a66e3612cf246bda5cc6c3518e90886d3d5 (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
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2009, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/BIN/Board/Setup/Setup.dxs 6     2/15/11 4:29p Artems $
//
// $Revision: 6 $
//
// $Date: 2/15/11 4:29p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Board/Setup/Setup.dxs $
// 
// 6     2/15/11 4:29p Artems
// Replaced TABs with spaces
// 
// 5     6/30/09 11:42a Robert
// Added Comment and updated parts for coding standards
// 
// 3     8/22/05 5:30p Felixp
// dependency from ConsoleControl so that Setup will be started once 
// all devices are connected
// 
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:    Setup.dxs
//
// Description: 
//  Dependancy expression for the Setup component
//
//<AMI_FHDR_END>
//**********************************************************************
#include <Protocol/ConsoleControl.h>

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