audk/BaseTools/Source/C/VfrCompile
Yingke Liu 97fa0ee9b1 License header updated to match correct format.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15971 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-28 13:53:34 +00:00
..
Pccts Fix nmake cleanall bugs. 2014-08-25 05:00:34 +00:00
EfiVfr.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
GNUmakefile
Makefile
VfrCompiler.cpp There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. 2014-08-15 03:06:48 +00:00
VfrCompiler.h
VfrError.cpp
VfrError.h
VfrFormPkg.cpp BaseTools: Fix clang C++ build error 2014-08-28 05:04:57 +00:00
VfrFormPkg.h BaseTools: Fix clang C++ build error 2014-08-28 05:04:57 +00:00
VfrSyntax.g License header updated to match correct format. 2014-08-28 13:53:34 +00:00
VfrUtilityLib.cpp There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. 2014-08-15 03:06:48 +00:00
VfrUtilityLib.h