diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 05:32:45 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 05:32:45 +0000 |
commit | 904a7775d41ddead4d331a8986f53165383e9f12 (patch) | |
tree | 355e0b7ba2a4920a55a3d26f6eb5975efecaf633 /IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h | |
parent | dd51a993419cb90cc954aa4d9ae53fb012991d21 (diff) | |
download | edk2-platforms-904a7775d41ddead4d331a8986f53165383e9f12.tar.xz |
remove EdkSerialPortLibNull.inf from IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2887 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h')
-rw-r--r-- | IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h b/IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h deleted file mode 100644 index 3097ab7907..0000000000 --- a/IntelFrameworkModulePkg/Library/EdkSerialPortLibNull/CommonHeader.h +++ /dev/null @@ -1,31 +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, 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_
-
-
-//
-// The package level header files this module uses
-//
-#include <PiPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
-#include <Library/SerialPortLib.h>
-
-#endif
|