• 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
  • optical-model
  • BUCK
  • HIGUCHI Yuta's avatar
    [ONOS-4513] Slice optical-model into separate bundle · 652ec6b7 ...
    652ec6b7
    - net and cli bundle has dependency to optical-model bundle,
      which should be removed in the longer run. (ONOS-4626)
    
    Change-Id: Ieff43ef2002ee21f4578a6e2a729cd35ce3eae3d
    HIGUCHI Yuta authored 2016-06-07 03:27:13 +0000
BUCK 392 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 22
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 = [ ],
)