• 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
  • apps
  • vrouter
  • BUCK
  • Ray Milkey's avatar
    More app BUCK file refactoring · f9a76971 ...
    f9a76971
    Change-Id: I97506033c4c0cf145c558df7d4f86f37c7fe8332
    Ray Milkey authored 2016-04-16 01:28:08 +0000
BUCK 312 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//incubator/api:onos-incubator-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'Virtual Router App',
    category = 'Traffic Steering',
    url = 'http://onosproject.org',
    description = 'Virtual router (vRouter) application.',
)