Cleaning up application categories.
Change-Id: Id3c937323123b6089cedf7b31cd01151f6aca8e1
diff --git a/incubator/protobuf/registry/BUCK b/incubator/protobuf/registry/BUCK
index 2b49f88..ff95260 100644
--- a/incubator/protobuf/registry/BUCK
+++ b/incubator/protobuf/registry/BUCK
@@ -17,7 +17,7 @@
app_name = "org.onosproject.grpc.registry",
included_bundles = ['//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
'//lib:google-instrumentation-0.3.0'],
- category = 'TODO',
+ category = 'Utility',
url = 'http://onosproject.org',
description = 'Service providing connections for remote apps communicating with the ONOS core via gRPC.',
)
diff --git a/incubator/protobuf/services/nb/BUCK b/incubator/protobuf/services/nb/BUCK
index 0a5a8d6..c1733d3 100644
--- a/incubator/protobuf/services/nb/BUCK
+++ b/incubator/protobuf/services/nb/BUCK
@@ -70,7 +70,7 @@
onos_app (
title = 'Grpc Northbound Service',
app_name = "org.onosproject.grpc.nb.service",
- category = 'TODO',
+ category = 'Utility',
url = 'http://onosproject.org',
included_bundles = ['//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
'//lib:google-instrumentation-0.3.0'],