]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VfrCompile: Remove the MAX_PATH limitation
authorDandan Bi <dandan.bi@intel.com>
Fri, 28 Jul 2017 08:19:22 +0000 (16:19 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 4 Aug 2017 06:32:42 +0000 (14:32 +0800)
commitba78032bc8c9f74a4c4cc4917a3284a51840ec70
tree7cecd0c6cc2450703b604a2cd5465f147b039948
parent8c1e13d327e6c0409435edaa89b909fbdef49232
BaseTools/VfrCompile: Remove the MAX_PATH limitation

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=579

Since we have already used LongFilePath() to convert
file path, so we can remove the MAX_PATH limitation.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Daniel Díaz <daniel.diaz@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
BaseTools/Source/C/VfrCompile/EfiVfr.h
BaseTools/Source/C/VfrCompile/VfrCompiler.cpp