2011-08-26 07:46:26 +00:00
|
|
|
## @file GenXmlFile.py
|
|
|
|
|
#
|
|
|
|
|
# This file contained the logical of generate XML files.
|
|
|
|
|
#
|
2018-07-05 17:40:04 +08:00
|
|
|
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
|
2011-08-26 07:46:26 +00:00
|
|
|
#
|
2019-04-03 16:03:11 -07:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-08-26 07:46:26 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
|
GenXmlFile
|
2018-07-05 17:40:04 +08:00
|
|
|
'''
|