1 /** @file 2 Common header file shared by all source files. 3 4 This file includes package header files, dependent library classes. 5 6 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR> 7 This program and the accompanying materials 8 are licensed and made available under the terms and conditions of the BSD License 9 which accompanies this distribution. The full text of the license may be found at 10 http://opensource.org/licenses/bsd-license.php. 11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13 **/ 14 15 #ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_ 16 #define __BASEIOLIB_INTRINSIC_INTERNAL_H_ 17 18 19 20 #include <Base.h> 21 22 #include <Library/IoLib.h> 23 #include <Library/BaseLib.h> 24 #include <Library/DebugLib.h> 25 26 #endif 27