summaryrefslogtreecommitdiff
path: root/Core/EM/FloppyCtrl/FloppyCtrlPei.dxs
blob: 339e6f227a2653b246fdcaec48336cefc9fd0b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2007, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************
//**********************************************************************
// $Header: /Alaska/SOURCE/Core/CORE_DXE/FloppyCtrl/FloppyCtrlPei.dxs 2     4/13/07 1:38p Ambikas $
//
// $Revision: 2 $
//
// $Date: 4/13/07 1:38p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Core/CORE_DXE/FloppyCtrl/FloppyCtrlPei.dxs $
// 
// 2     4/13/07 1:38p Ambikas
// Coding standards changes: Updated year in AMI copyright header and
// footer; 
// 
// changed spaces, dashes, etc.
// 
//**********************************************************************


//<AMI_FHDR_START>
//----------------------------------------------------------------------
//
// Name:	FloppyCtrlPei.dxs
//
// Description:	PEI Dependancy expression for FloppyCtrl component
//
//----------------------------------------------------------------------
//<AMI_FHDR_END>


//----------------------------------------------------------------------

#include <PPI/LoadFile.h>

//----------------------------------------------------------------------

DEPENDENCY_START
EFI_PEI_FV_FILE_LOADER_GUID
AND
EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI 
AND
EFI_PEI_BOOT_IN_RECOVERY_MODE_PEIM_PPI
DEPENDENCY_END
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2007, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************