• 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
  • yms
  • BUCK
  • Bharat saraswal's avatar
    [ONOS-5084],[ONOS-5083] YANG schema registry for YMS · f53b29ae ...
    f53b29ae Browse Files
    Change-Id: I88394307cb9be30237be0bb17e013d7af88a607c
    Bharat saraswal authored 2016-10-11 17:35:50 +0000
BUCK 193 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
BUNDLES = [
  '//apps/yms/api:onos-apps-yms-api',
]

onos_app(
  title = 'YANG Management System App',
  category = 'Utility',
  url = 'http://onosproject.org',
  included_bundles = BUNDLES,
)