Fixed build issues for DxeCoreHobLib and BaseUefiDecompressLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2752 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2007-06-26 09:09:28 +00:00
parent 149ae2f5fd
commit 8693ca5d75
4 changed files with 33 additions and 38 deletions

View File

@ -17,11 +17,6 @@
#ifndef __BASE_UEFI_DECOMPRESS_LIB_INTERNALS_H__
#define __BASE_UEFI_DECOMPRESS_LIB_INTERNALS_H__
//
// Include common header file for this module.
//
#include "CommonHeader.h"
//
// Decompression algorithm begins here
//

View File

@ -29,7 +29,7 @@
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include "InternalHobLib.h""
#include "InternalHobLib.h"
/**
Returns the pointer to the HOB list.

View File

@ -1,7 +1,7 @@
/** @file
Internal include file of DXE Entry Point HOB Library.
Copyright (c) 2006, Intel Corporation
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
@ -10,7 +10,7 @@
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: HobLib.h
Module Name: InternalHobLib.h
**/