BUCK 273 Bytes
BUNDLES = [
    '//apps/scalablegateway/api:onos-apps-scalablegateway-api',
    '//apps/scalablegateway/app:onos-apps-scalablegateway-app',
]

onos_app (
  title = 'Scalable GW App',
  category = 'Utility',
  url = 'http://onosproject.org',
  included_bundles = BUNDLES,
)