blob: 337e3408c62e4601a25e5c2339d460a42ca3ee1d [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
]
TEST_DEPS = [
'//lib:TEST',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
title = 'Optical infromation model',
category = 'Optical',
url = 'http://onosproject.org',
description = 'ONOS optical infromation model.',
required_apps = [ ],
)