• 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
  • learning-switch
  • BUCK
  • Zayne Khouja's avatar
    ONOS learning-switch tutorial · 31da33ad ...
    31da33ad
    Change-Id: Id82a0886be5bbead60ea61dee30dd3ee12d20bbc
    Zayne Khouja authored 2016-08-01 06:15:00 +0000
BUCK 364 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:slf4j-api',
    '//lib:org.apache.felix.scr.annotations',
    '//lib:junit',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'Learning Switch Tutorial',
    category = 'Tutorial',
    url = 'http://onosproject.org',
    description = 'Tutorial to help user create a learning switch',
)