blob: dfb79aad826c8b3cac10213cb4ce443606a2df1c [file] [log] [blame]
################################################################################
# Convenience macros for Heron tools files
################################################################################
def heron_tools_files():
return heron_tools_bin_files() + heron_tools_conf_files() + heron_tools_lib_files()
def heron_tools_bin_files():
return [
"//heron/tools/tracker/src/python:heron-tracker",
"//heron/tools/ui/src/python:heron-ui",
]
def heron_tools_conf_files():
return [
"//heron/tools/config/src/yaml:tracker-yaml",
]
def heron_tools_lib_files():
return []