• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • providers
  • link
  • BUCK
  • Michele Santuari's avatar
    Polling link provider · 208b1675 ...
    208b1675
        The provider is capable of polling the environment using the
        device driver behaviour (LinkDiscovery)
    
    Change-Id: Ia09f866299d38c4de9b13201c9cf63b03909164a
    Michele Santuari authored 2016-08-08 23:16:43 +0000
BUCK 404 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

TEST_DEPS = [
    '//lib:TEST_ADAPTERS',
    '//utils/osgi:onlab-osgi-tests',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
    test_deps = TEST_DEPS,
)

onos_app (
  app_name = 'org.onosproject.linkdiscovery',
  title = 'Link Discovery Provider',
  category = 'Provider',
  url = 'http://onosproject.org',
  description = 'ONOS link discovery provider.',
)