From cc9d7284058e448350eb983c9f1737e4380c0c71 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 27 Jul 2007 03:22:18 +0000 Subject: Change Commonheader file to IfrSupportLibInternal.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3470 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/IfrSupportLibFramework/CommonHeader.h | 33 ---------------------- .../IfrSupportLibFramework/IfrSupportLibInternal.h | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h create mode 100644 IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h (limited to 'IntelFrameworkPkg') diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h deleted file mode 100644 index 064b2ceb65..0000000000 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h +++ /dev/null @@ -1,33 +0,0 @@ -/**@file - Common header file shared by all source files. - - This file includes package header files, library classes and protocol, PPI & GUID definitions. - - Copyright (c) 2006 - 2007, Intel Corporation. - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -**/ - -#ifndef __COMMON_HEADER_H_ -#define __COMMON_HEADER_H_ - - - -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#endif diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h new file mode 100644 index 0000000000..ed7cfd91b4 --- /dev/null +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h @@ -0,0 +1,33 @@ +/**@file + Common header file shared by all source files. + + This file includes package header files, library classes and protocol, PPI & GUID definitions. + + Copyright (c) 2006 - 2007, Intel Corporation. + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +**/ + +#ifndef __IFRSUPPORT_LIB_INTERNAL_H_ +#define __IFRSUPPORT_LIB_INTERNAL_H_ + + + +#include + +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#endif -- cgit v1.2.3