summaryrefslogtreecommitdiff
path: root/Board/EM/ACPI/ACPI.dxs
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/ACPI/ACPI.dxs')
-rw-r--r--Board/EM/ACPI/ACPI.dxs49
1 files changed, 49 insertions, 0 deletions
diff --git a/Board/EM/ACPI/ACPI.dxs b/Board/EM/ACPI/ACPI.dxs
new file mode 100644
index 0000000..ce86a6d
--- /dev/null
+++ b/Board/EM/ACPI/ACPI.dxs
@@ -0,0 +1,49 @@
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (C)Copyright 1985-2009, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//**********************************************************************
+//**********************************************************************
+
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: ACPI.DXS
+//
+// Description: Dependency expression file for ACPI Driver.
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+
+#include <token.h>
+#if defined(AmiBoardInfo_SUPPORT) && (AmiBoardInfo_SUPPORT == 1)
+#include <Protocol\AmiBoardInfo.h>
+DEPENDENCY_START
+AMI_BOARD_INFO_PROTOCOL_GUID
+DEPENDENCY_END
+#else
+DEPENDENCY_START
+TRUE
+DEPENDENCY_END
+#endif
+
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (C)Copyright 1985-2009, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//**********************************************************************
+//**********************************************************************