Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10162 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9851fbc915
commit
c029854f20
|
@ -38,7 +38,6 @@
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
||||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
OEM hook status code library functions with no library constructor/destructor
|
OEM hook status code library functions with no library constructor/destructor
|
||||||
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
Module Name: UnixOemHookStatusCodeLib.c
|
Module Name: UnixOemHookStatusCodeLib.c
|
||||||
|
|
||||||
**/
|
**/
|
||||||
#include <FrameworkDxe.h>
|
|
||||||
#include <Guid/StatusCodeDataTypeId.h>
|
#include <Guid/StatusCodeDataTypeId.h>
|
||||||
#include <Guid/StatusCodeDataTypeDebug.h>
|
#include <Guid/StatusCodeDataTypeDebug.h>
|
||||||
#include "UnixDxe.h"
|
#include "UnixDxe.h"
|
||||||
|
|
|
@ -37,8 +37,6 @@
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
||||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
|
||||||
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
OEM hook status code library functions with no library constructor/destructor
|
OEM hook status code library functions with no library constructor/destructor
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
Module Name: UnixOemHookStatusCodeLib.c
|
Module Name: UnixOemHookStatusCodeLib.c
|
||||||
|
|
||||||
**/
|
**/
|
||||||
#include <FrameworkPei.h>
|
|
||||||
#include <Guid/StatusCodeDataTypeId.h>
|
#include <Guid/StatusCodeDataTypeId.h>
|
||||||
#include <Guid/StatusCodeDataTypeDebug.h>
|
#include <Guid/StatusCodeDataTypeDebug.h>
|
||||||
#include <Ppi/UnixThunk.h>
|
#include <Ppi/UnixThunk.h>
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
|
@ -36,7 +36,6 @@ Abstract:
|
||||||
#include "SecMain.h"
|
#include "SecMain.h"
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <Ppi/UnixPeiLoadFile.h>
|
#include <Ppi/UnixPeiLoadFile.h>
|
||||||
#include <Framework/StatusCode.h>
|
|
||||||
#include <Ppi/TemporaryRamSupport.h>
|
#include <Ppi/TemporaryRamSupport.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation
|
||||||
Portions copyright (c) 2008-2009 Apple Inc.
|
Portions copyright (c) 2008-2009 Apple Inc.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -18,7 +18,7 @@ Abstract:
|
||||||
Include file for host API based SEC
|
Include file for host API based SEC
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#include <FrameworkPei.h>
|
#include <PiPei.h>
|
||||||
|
|
||||||
#include <Protocol/UnixThunk.h>
|
#include <Protocol/UnixThunk.h>
|
||||||
#include <Ppi/StatusCode.h>
|
#include <Ppi/StatusCode.h>
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -23,7 +23,6 @@ Abstract:
|
||||||
#include "PiPei.h"
|
#include "PiPei.h"
|
||||||
|
|
||||||
#include <Guid/SystemNvDataGuid.h>
|
#include <Guid/SystemNvDataGuid.h>
|
||||||
#include <Guid/FirmwareFileSystem.h>
|
|
||||||
#include <Ppi/UnixFwh.h>
|
#include <Ppi/UnixFwh.h>
|
||||||
#include <Protocol/FirmwareVolumeBlock.h>
|
#include <Protocol/FirmwareVolumeBlock.h>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
[Packages]
|
[Packages]
|
||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
@ -47,10 +46,6 @@
|
||||||
PeimEntryPoint
|
PeimEntryPoint
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
|
||||||
gEfiFirmwareFileSystemGuid # ALWAYS_CONSUMED
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,7 @@
|
||||||
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
# MdeModulePkg/MdeModulePkg.dec
|
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
# IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
||||||
UnixPkg/UnixPkg.dec
|
UnixPkg/UnixPkg.dec
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue