1 /** 2 **/ 3 /** 4 5 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved 6 7 8 This program and the accompanying materials are licensed and made available under 9 10 the terms and conditions of the BSD License that accompanies this distribution. 11 12 The full text of the license may be found at 13 14 http://opensource.org/licenses/bsd-license.php. 15 16 17 18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 19 20 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 21 22 23 24 25 @file 26 PchPlatformLibrary.h 27 28 @brief 29 Header file for PCH Platform Lib implementation. 30 31 **/ 32 33 #ifndef _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_ 34 #define _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_ 35 36 #include "PchAccess.h" 37 #ifdef ECP_FLAG 38 #include "EdkIIGlueBase.h" 39 #include "Library/EdkIIGlueMemoryAllocationLib.h" 40 #else 41 #include "Library/PciLib.h" 42 #include "Library/IoLib.h" 43 #include "Library/DebugLib.h" 44 #include "Library/PcdLib.h" 45 46 #include "PchCommonDefinitions.h" 47 #endif 48 49 #endif 50