Lines Matching refs:OPTIONS_MANAGER
22 from utils import OPTIONS_MANAGER
50 OPTIONS_MANAGER.head_info_list = \
53 OPTIONS_MANAGER.component_info_dict = \
61 OPTIONS_MANAGER.full_image_file_obj_list = [om_first_f]
62 OPTIONS_MANAGER.full_img_list = ['vendor']
63 OPTIONS_MANAGER.incremental_img_list = []
64 OPTIONS_MANAGER.hash_algorithm = 'test_algo'
65 OPTIONS_MANAGER.target_package_config_dir = ""
66 OPTIONS_MANAGER.version_mbn_file_path = VERSION_MBN_PATH
67 OPTIONS_MANAGER.board_list_file_path = BOARD_LIST_PATH
70 OPTIONS_MANAGER.full_image_file_obj_list,
77 OPTIONS_MANAGER.hash_algorithm = 'sha256'
78 OPTIONS_MANAGER.target_package_config_dir = \
80 OPTIONS_MANAGER.target_package_dir = \
83 OPTIONS_MANAGER.total_script_file_obj = om_second_f
84 OPTIONS_MANAGER.full_img_list = []
85 OPTIONS_MANAGER.opera_script_file_name_dic = {}
86 OPTIONS_MANAGER.private_key = "../"
87 OPTIONS_MANAGER.product = 'Hi3516'
97 OPTIONS_MANAGER.hash_algorithm = 'sha256'
98 OPTIONS_MANAGER.target_package_config_dir = ""
99 OPTIONS_MANAGER.target_package_dir = \
102 OPTIONS_MANAGER.total_script_file_obj = om_third_f
103 OPTIONS_MANAGER.full_img_list = []
104 OPTIONS_MANAGER.opera_script_file_name_dic = {}
105 OPTIONS_MANAGER.private_key = "../"
106 OPTIONS_MANAGER.product = 'Hi3516'