summaryrefslogtreecommitdiff
path: root/Core/EM/BootScriptHide/BootScriptHidePei.dxs
blob: 419a304d7a08defd2f93a5481bfb640b585c1721 (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
//****************************************************************************
//****************************************************************************
//**                                                                        **
//**             (C)Copyright 1985-2014, American Megatrends, Inc.          **
//**                                                                        **
//**                          All Rights Reserved.                          **
//**                                                                        **
//**                 5555 Oakbrook Pkwy, Norcross, GA 30093                 **
//**                                                                        **
//**                          Phone (770)-246-8600                          **
//**                                                                        **
//****************************************************************************
//****************************************************************************
#include "token.h"
#include <PEI.h>
#include <Ppi\S3Resume2.h>
DEPENDENCY_START
  EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI AND
  EFI_PEI_MASTER_BOOT_MODE_PEIM_PPI AND
  EFI_PEI_S3_RESUME2_PPI_GUID
DEPENDENCY_END

//****************************************************************************
//****************************************************************************
//**                                                                        **
//**             (C)Copyright 1985-2014, American Megatrends, Inc.          **
//**                                                                        **
//**                          All Rights Reserved.                          **
//**                                                                        **
//**                 5555 Oakbrook Pkwy, Norcross, GA 30093                 **
//**                                                                        **
//**                          Phone (770)-246-8600                          **
//**                                                                        **
//****************************************************************************
//****************************************************************************