Removed CommonHeader.h generated file from the MdePkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2922 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2007-06-29 23:22:13 +00:00
parent bd0aee7629
commit f734a10ab1
272 changed files with 325 additions and 782 deletions

View File

@@ -19,7 +19,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "UefiLibInternal.h"
typedef struct {
CHAR16 WChar;

View File

@@ -16,7 +16,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "UefiLibInternal.h"
/**
Intialize a driver by installing the Driver Binding Protocol onto the

View File

@@ -17,7 +17,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "UefiLibInternal.h"
/**
Compare whether two names of languages are identical.

View File

@@ -51,7 +51,7 @@
UefiDriverModel.c
Console.c
UefiLib.c
CommonHeader.h
UefiLibInternal.h
################################################################################

View File

@@ -1,9 +1,7 @@
/**@file
Common header file shared by all source files.
Internal include file for UefiLib.
This file includes package header files, library classes and protocol, PPI & GUID definitions.
Copyright (c) 2007, Intel Corporation.
Copyright (c) 2007, Intel Corporation.<BR>
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
@@ -12,30 +10,19 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#ifndef __COMMON_HEADER_H_
#define __COMMON_HEADER_H_
#ifndef __UEFI_LIB_INTERNAL_H_
#define __UEFI_LIB_INTERNAL_H_
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DriverBinding.h>
#include <Protocol/ComponentName.h>
#include <Protocol/ComponentName2.h>
#include <Protocol/DriverConfiguration.h>
#include <Protocol/DriverDiagnostics.h>
#include <Protocol/DriverDiagnostics2.h>
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
//
// The Library classes this module consumes
//
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/BaseLib.h>

View File

@@ -16,7 +16,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "UefiLibInternal.h"
/**
Internal function which prints a formatted Unicode string to the console output device

View File

@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "UefiLibInternal.h"
/**
An empty function to pass error checking of CreateEventEx ().