Fixing drivers & providers Buck app builds
Change-Id: I6a02a68568037eca0a0b82ad4f83ff18bfeada5f
diff --git a/drivers/arista/BUCK b/drivers/arista/BUCK
index 2de78bc..7f094d9 100644
--- a/drivers/arista/BUCK
+++ b/drivers/arista/BUCK
@@ -12,6 +12,11 @@
'//core/api:onos-api-tests',
]
+BUNDLES = [
+ ':onos-drivers-arista',
+ '//drivers/utilities:onos-drivers-utilities',
+]
+
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
@@ -20,9 +25,11 @@
)
onos_app (
+ app_name = 'org.onosproject.drivers.arista',
title = 'Arista Device Drivers',
category = 'Drivers',
url = 'http://onosproject.org',
description = 'ONOS Arista Device Drivers application.',
+ included_bundles = BUNDLES,
required_apps = [ 'org.onosproject.restsb' ],
-)
\ No newline at end of file
+)