2014-01-27 13:23:15 +08:00
|
|
|
## @file
|
|
|
|
# Python 'Library' package initialization file.
|
|
|
|
#
|
|
|
|
# This file is required to make Python interpreter treat the directory
|
|
|
|
# as containing package.
|
|
|
|
#
|
2018-07-05 17:40:04 +08:00
|
|
|
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
|
2014-01-27 13:23:15 +08:00
|
|
|
#
|
2019-04-04 07:03:11 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2014-01-27 13:23:15 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
'''
|
|
|
|
GenMetaFile
|
2018-07-05 17:40:04 +08:00
|
|
|
'''
|