9006a2c BaseTools - AutoGen - replace custom dictionary class with python standard one

2 files Authored by Carsey, Jaben 6 years ago, Committed by Yonghong Zhu 6 years ago,
    BaseTools - AutoGen - replace custom dictionary class with python standard one
    
    We have a custom ordered dictionary class.  works fine with python OrderedDict version.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>