Home
last modified time | relevance | path

Searched refs:cfg_lst (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/tests/unit/tools/
H A Dgenerate_ut_proj.py282 def __init__(self, name, file_ref, cfg_lst, prod_type): argument
285 self.cfg_lst = self.padd("buildConfigurationList", cfg_lst.id)
312 def __init__(self, cfg_lst, group_main, group_prod): argument
317 self.padd("buildConfigurationList", cfg_lst.id, comment=cfg_lst.name)
420 cfg_lst = self.add_cfg_lst(CfgList("target config list"))
421 cfg_lst.configs.add(cfg_release)
423 target = self.add_target(Target(name, fr, cfg_lst, '"com.apple.product-type.tool"'))