]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: handling the case that map file is not exist
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 22 Sep 2016 01:48:46 +0000 (09:48 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 25 Sep 2016 00:21:56 +0000 (08:21 +0800)
commit587e9dfbbafe7d4e772c1870b8c880c6d7a8a70c
tree8f125818b65628fdc7937830b85a2fcb366364cb
parentea317c0658b013659e064ba0323d1da8294acf4e
BaseTools: handling the case that map file is not exist

We meet a case that add the library inf file which has the uni file in
the [Sources] section, for this case there will no map file exist, it
cause build tools report Traceback  error.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/FfsInfStatement.py