]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/CommonHeader.h
Porting R8's PI-enabled ScsiBus driver
[mirror_edk2.git] / Nt32Pkg / Library / PeiNt32OemHookStatusCodeLib / CommonHeader.h
CommitLineData
869f8e34 1/**@file\r
2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6 Copyright (c) 2007, Intel Corporation.\r
7 All rights reserved.\r
8 This software and associated documentation (if any) is furnished\r
9 under a license and may only be used or copied in accordance\r
10 with the terms of the license. Except as permitted by such\r
11 license, no part of this software or documentation may be\r
12 reproduced, stored in a retrieval system, or transmitted in any\r
13 form or by any means without the express written consent of\r
14 Intel Corporation.\r
15**/\r
16\r
17#ifndef __COMMON_HEADER_H_\r
18#define __COMMON_HEADER_H_\r
19\r
20\r
21//\r
22// The package level header files this module uses\r
23//\r
24#include <Peim.h>\r
25#include <EdkPeim.h>\r
26#include <WinNtPeim.h>\r
27//\r
28// The protocols, PPI and GUID defintions for this module\r
29//\r
30#include <Guid/StatusCodeDataTypeId.h>\r
31#include <Ppi/NtThunk.h>\r
32//\r
33// The Library classes this module consumes\r
34//\r
35#include <Library/OemHookStatusCodeLib.h>\r
36#include <Library/DebugLib.h>\r
37#include <Library/PrintLib.h>\r
38#include <Library/BaseMemoryLib.h>\r
39#include <Library/ReportStatusCodeLib.h>\r
40#include <Library/PeiServicesLib.h>\r
41\r
42#endif\r