summaryrefslogtreecommitdiff
path: root/Board/EM/Setup/Setup.dxs
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Board/EM/Setup/Setup.dxs
downloadzprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'Board/EM/Setup/Setup.dxs')
-rw-r--r--Board/EM/Setup/Setup.dxs63
1 files changed, 63 insertions, 0 deletions
diff --git a/Board/EM/Setup/Setup.dxs b/Board/EM/Setup/Setup.dxs
new file mode 100644
index 0000000..98b64a6
--- /dev/null
+++ b/Board/EM/Setup/Setup.dxs
@@ -0,0 +1,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 **
+//** **
+//**********************************************************************
+//********************************************************************** \ No newline at end of file