Corrected uses of IntelFrameworkPkg header files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3051 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bxing
2007-07-04 12:13:24 +00:00
parent 297ce0faf3
commit 694b922c0b
18 changed files with 55 additions and 50 deletions

View File

@@ -22,7 +22,7 @@
#define _FRAMEWORK_DXE_CIS_H_
#include <PiDxe.h>
#include <Common/FrameworkStatusCode.h>
#include <Framework/StatusCode.h>
#include <Protocol/StatusCode.h>
//

View File

@@ -3,14 +3,14 @@
all firmware volumes that are either memory mapped, or have an
associated FirmwareVolumeBlock protocol.
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
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.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: FirmwareVolumeHeader.h
@@ -22,6 +22,8 @@
#ifndef __EFI_FIRMWARE_VOLUME_HEADER_H__
#define __EFI_FIRMWARE_VOLUME_HEADER_H__
#include <FrameworkPei.h>
//
// Firmware Volume Block Attributes definition
//

View File

@@ -20,7 +20,7 @@
#ifndef _FRAMEWORK_SMM_CIS_H_
#define _FRAMEWORK_SMM_CIS_H_
#include <Common/FrameworkDxeCis.h>
#include <Framework/DxeCis.h>
#define EFI_SMM_CPU_IO_GUID \
{ \

View File

@@ -21,7 +21,7 @@
#ifndef __FRAMEWORK_STATUS_CODE_DATA_TYPE_ID_H__
#define __FRAMEWORK_STATUS_CODE_DATA_TYPE_ID_H__
#include <Common/DataHubRecords.h>
#include <Framework/DataHubRecords.h>
#include <Protocol/DebugSupport.h>
///