mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
Remove duplicate definition of 'EFI_FVB_ATTRIBUTES' in MdePkg & IntelFrameworkPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3377 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d0288e1722
commit
27134a44c5
@ -24,11 +24,6 @@
|
|||||||
|
|
||||||
#include <FrameworkPei.h>
|
#include <FrameworkPei.h>
|
||||||
|
|
||||||
//
|
|
||||||
// Firmware Volume Block Attributes definition
|
|
||||||
//
|
|
||||||
typedef UINT32 EFI_FVB_ATTRIBUTES;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Firmware Volume Block Attributes bit definitions
|
// Firmware Volume Block Attributes bit definitions
|
||||||
//
|
//
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
# Intel Framework Package Reference Implementations
|
# Intel Framework Package Reference Implementations
|
||||||
#
|
#
|
||||||
# This FPD file is used for Package Level build.
|
# This DSC file is used for Package Level build.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007, Intel Corporation
|
# Copyright (c) 2007, Intel Corporation
|
||||||
#
|
#
|
||||||
@ -31,13 +31,6 @@
|
|||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
#
|
|
||||||
# Library Class section - list of all Library Classes needed by this Platform.
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
# Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
||||||
@ -48,6 +41,7 @@
|
|||||||
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
|
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
|
||||||
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
|
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
|
||||||
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
||||||
|
|
||||||
[PcdsPatchableInModule.common]
|
[PcdsPatchableInModule.common]
|
||||||
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
|
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
|
||||||
|
|
||||||
@ -57,8 +51,6 @@
|
|||||||
# Components Section - list of all EDK II Modules needed by this Platform
|
# Components Section - list of all EDK II Modules needed by this Platform
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
[Components.common]
|
[Components.common]
|
||||||
$(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
$(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
||||||
$(WORKSPACE)/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
$(WORKSPACE)/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user