Go to file
Lv Zheng 58887a7b95 Common: Enhance CmGetFileSize() to improve portability.
This patch uses abstract file IO and AcpiLogError() APIs to enhance
CmGetFileSize() so that applications that invoke this API could have
portability improved.

With actual references added to abstract file IO and AcpiLogError(), the
applications need to link utlibcfs.o, utdebug.o, utexcep.o, utmath.o,
utprint.o and utxferror.o.
Though it is required to add AcpiOsInitialize() invocations if an
application starts to use AcpiLogError(), this doesn't appear in this
patch. A previous patch in the same series should have already added
AcpiOsInitialize() invocations for all applications. Lv Zheng.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
2014-06-12 15:16:19 +08:00
documents Logfile: Changes for version 20140424. 2014-04-24 08:45:56 -07:00
generate Common: Enhance CmGetFileSize() to improve portability. 2014-06-12 15:16:19 +08:00
source Common: Enhance CmGetFileSize() to improve portability. 2014-06-12 15:16:19 +08:00
tests Tests/AAPITS: Properly return status for early limit check. 2014-03-25 12:54:44 -07:00
.gitignore Update .gitignore file for new project. 2013-12-17 13:45:52 -08:00
Makefile Add top-level unix Makefile for acpica tools/utilities. 2012-06-29 14:23:42 -07:00