diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 07:28:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 07:28:50 +0000 |
commit | ecd9cd15e77eb6b4c9363f5e5c99ccbbc0a1c404 (patch) | |
tree | f520d7712ce8d3655b17320d67234343a3b885c8 /MdeModulePkg/Library/EdkFvbServiceLib | |
parent | 536abed6ca15f8b325244fd004e8b49c3b4931ac (diff) | |
download | edk2-platforms-ecd9cd15e77eb6b4c9363f5e5c99ccbbc0a1c404.tar.xz |
1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf
2. Remove IntelFrameworkModulePkg.dec package dependency from DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf.
3. Enable StatusCode Dxe and Peim modules in Nt32Pkg.dsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2938 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/EdkFvbServiceLib')
-rw-r--r-- | MdeModulePkg/Library/EdkFvbServiceLib/CommonHeader.h | 49 | ||||
-rw-r--r-- | MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf | 2 |
2 files changed, 1 insertions, 50 deletions
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/CommonHeader.h b/MdeModulePkg/Library/EdkFvbServiceLib/CommonHeader.h deleted file mode 100644 index 01f5eb96e5..0000000000 --- a/MdeModulePkg/Library/EdkFvbServiceLib/CommonHeader.h +++ /dev/null @@ -1,49 +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_
-
-
-//
-// The package level header files this module uses
-//
-#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-#include <Protocol/FirmwareVolumeBlock.h>
-#include <Protocol/FvbExtension.h>
-//
-// The Library classes this module consumes
-//
-#include <Library/FvbServiceLib.h>
-#include <Library/UefiLib.h>
-#include <Library/BaseLib.h>
-#include <Library/DebugLib.h>
-#include <Library/BaseMemoryLib.h>
-#include <Library/UefiRuntimeLib.h>
-#include <Library/UefiBootServicesTableLib.h>
-
-//
-// Declaration for callback Event.
-//
-VOID
-EFIAPI
-FvbVirtualAddressChangeNotifyEvent (
- IN EFI_EVENT Event,
- IN VOID *Context
- );
-
-#endif
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf index 9ba261eed3..67fa139c3c 100644 --- a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf +++ b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf @@ -67,7 +67,7 @@ [Packages]
MdePkg/MdePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec
+ MdeModulePkg/MdeModulePkg.dec
################################################################################
#
|