//************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2010, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //************************************************************************* //********************************************************************** // $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/AmtWrapper/AmtPetAlert/AmtPetAlert.dxs 1 2/08/12 1:10a Klzhan $ // // $Revision: 1 $ // // $Date: 2/08/12 1:10a $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/AmtWrapper/AmtPetAlert/AmtPetAlert.dxs $ // // 1 2/08/12 1:10a Klzhan // Initial Check in // // 1 2/25/11 1:45a Klzhan // Initial Check-in // // 1 12/03/10 5:11a Klzhan // Initial Check-in. // //********************************************************************** // //--------------------------------------------------------------------------- // Name: AmtPeiAlert.dxs // // Description: This file is the dependency file for AmtPetAlert driver. // //--------------------------------------------------------------------------- // #include #include EFI_PROTOCOL_DEFINITION (ActiveManagement) #include EFI_PROTOCOL_DEFINITION (Heci) DEPENDENCY_START EFI_HECI_PROTOCOL_GUID AND EFI_ACTIVE_MANAGEMENT_PROTOCOL_GUID AND EFI_VARIABLE_ARCH_PROTOCOL_GUID AND EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID DEPENDENCY_END //************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2010, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //*************************************************************************