1. Change 0 == Length style to Length == 0

2. Clean BasePeCoff library instance, only keep one copy PeCoffLoaderEx.c file for IA32, X64 and IPF arch
3. Clean the confused comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5927 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-09-18 14:27:39 +00:00
parent 66df253186
commit 2bfb60098f
196 changed files with 680 additions and 497 deletions

View File

@@ -1,8 +1,8 @@
#/** @file
# Component description file for Base PE/COFF Library
#
# PE/COFF Loader Library implementation.
# Copyright (c) 2006, Intel Corporation.
# Base PE/COFF Loader Library implementation.
# Copyright (c) 2006 - 2008, 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
@@ -33,23 +33,15 @@
BasePeCoffLibInternals.h
BasePeCoff.c
[Sources.Ia32]
Ia32/PeCoffLoaderEx.c
[Sources.X64]
x64/PeCoffLoaderEx.c
[Sources.Ia32, Sources.X64, Sources.EBC]
PeCoffLoaderEx.c
[Sources.IPF]
Ipf/PeCoffLoaderEx.c
[Sources.EBC]
Ebc/PeCoffLoaderEx.c
[Packages]
MdePkg/MdePkg.dec
[LibraryClasses]
DebugLib
BaseMemoryLib