Add CRD for sdxl2cp entity
Changes:
- Add CRD services for sdxl2cp in SdxL2Store
- Add name completer for sdxl2cp
- Add CRD services for sdxl2cp in Sdxl2Service
- Implement CRD services for sdxl2cp
- Add CRD tests for sdxl2cp
- Add CD commands for sdxl2cp
- Minor modifications in other classes
Change-Id: I0e40f81db404f0e7574881af828ce8dc401ce389
diff --git a/sdx-l2/BUCK b/sdx-l2/BUCK
new file mode 100644
index 0000000..a24176b
--- /dev/null
+++ b/sdx-l2/BUCK
@@ -0,0 +1,24 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+]
+
+BUNDLES = [
+ '//apps/sdx-l2:onos-apps-sdx-l2',
+]
+
+TEST_DEPS = [
+ '//lib:TEST_ADAPTERS',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+ test_deps = TEST_DEPS,
+)
+
+onos_app (
+ title = 'SDX-L2 Application',
+ category = 'Utility',
+ url = 'http://www.geant.org',
+ included_bundles = BUNDLES,
+ description = 'SDX-L2 application for ONOS project developed by GEANT',
+)
\ No newline at end of file