]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.
authorHess Chen <hesheng.chen@intel.com>
Wed, 3 Sep 2014 08:25:10 +0000 (08:25 +0000)
committerhchen30 <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Sep 2014 08:25:10 +0000 (08:25 +0000)
commitcf2b2bdef3d6b5c64b5aa528bb255db81c13d965
treebc297730ea79b6e991ad216a8f077d37254b5108
parentb5fd61fe8c85a8aec09becd851a782631a8a4aeb
BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.

Replace os.linesep with '\r\n' when generating UNI files to make sure all files are under DOS format.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16041 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py
BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
BaseTools/Source/Python/UPT/Library/CommentGenerating.py
BaseTools/Source/Python/UPT/Library/UniClassObject.py