//********************************************************************** //********************************************************************** //** ** //** (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 $ //********************************************************************** //********************************************************************** // // // Name: CSM.DXS // // Description: AMI CSM dependency file. // // //********************************************************************** #include #include #include #include #include #include #include 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 ** //** ** //********************************************************************** //**********************************************************************