From 4ee6846f7b0df95afb63c5870e3815085dda5064 Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 23 Apr 2009 09:09:56 +0000 Subject: 1. EDK_RELEASE_VERSION removed; 2. INF file header description reviewed; 3. remove useless #include ; git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8162 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h | 2 -- .../Library/PlatformBdsLibNull/PlatformBdsLibNull.inf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'IntelFrameworkModulePkg/Library/PlatformBdsLibNull') diff --git a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h index 165ad3b1f2..77b32f3938 100644 --- a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h +++ b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h @@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _BDS_PLATFORM_H_ #define _BDS_PLATFORM_H_ -#include - #include #include #include diff --git a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf index 004bd3abf0..f50dc2cada 100644 --- a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf +++ b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf @@ -3,7 +3,7 @@ # Provide NULL implementation for PlatformBdsLib library class interfaces which # should be implemented by OEM. # -# Copyright (c) 2007 - 2008, Intel Corporation.
+# Copyright (c) 2007 - 2009, 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 -- cgit v1.2.3