diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/CSM/CSM.dxs | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/CSM/CSM.dxs')
-rw-r--r-- | Core/EM/CSM/CSM.dxs | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Core/EM/CSM/CSM.dxs b/Core/EM/CSM/CSM.dxs new file mode 100644 index 0000000..55d82f2 --- /dev/null +++ b/Core/EM/CSM/CSM.dxs @@ -0,0 +1,62 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2010, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/CSM/Generic/Core/csm.dxs 18 4/09/13 9:25a Olegi $ +// +// $Revision: 18 $ +// +// $Date: 4/09/13 9:25a $ +//********************************************************************** + +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: CSM.DXS +// +// Description: AMI CSM dependency file. +// +//<AMI_FHDR_END> +//********************************************************************** +#include <Protocol/LegacyRegion.h> +#include <Protocol/LegacyInterrupt.h> +#include <Protocol/Legacy8259.h> +#include <Protocol/Cpu.h> +#include <Protocol/CsmPlatform.h> +#include <Protocol/Variable.h> +#include <Protocol/AmiBoardInfo.h> + +DEPENDENCY_START + EFI_LEGACY_INTERRUPT_PROTOCOL_GUID AND + EFI_LEGACY_REGION_PROTOCOL_GUID AND + EFI_LEGACY_8259_PROTOCOL_GUID AND + EFI_CPU_ARCH_PROTOCOL_GUID AND + EFI_VARIABLE_ARCH_PROTOCOL_GUID AND + AMI_BOARD_INFO_PROTOCOL_GUID AND + EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID +DEPENDENCY_END + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2010, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** |