]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTool/Upt: Avoid UNI file name conflict
authorHess Chen <hesheng.chen@intel.com>
Fri, 29 Jul 2016 06:09:00 +0000 (14:09 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 3 Aug 2016 02:52:08 +0000 (10:52 +0800)
commit06eb35402e456066c86f621e566160967b7740ad
tree3d88edfcc44244108dacbc801ffff9e30e33ce00
parent0e025deac50ec0fbcfc419afb47014ad1a8e10c5
BaseTool/Upt: Avoid UNI file name conflict

When creating a UNI file if there is a name conflict, add an index
from 0 to the file name

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py
BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
BaseTools/Source/Python/UPT/Library/String.py