Add TODO to Segment Routing REST API

Change-Id: If22f314889519e899fcc48a1112b5c21dce4bb0c
diff --git a/apps/segmentrouting/BUCK b/apps/segmentrouting/BUCK
index 5e7a9d9..ae72b22 100644
--- a/apps/segmentrouting/BUCK
+++ b/apps/segmentrouting/BUCK
@@ -26,6 +26,12 @@
 osgi_jar_with_tests (
     deps = COMPILE_DEPS,
     test_deps = TEST_DEPS,
+    # TODO Uncomment here when policy/tunnel are supported
+    #web_context = '/onos/segmentrouting',
+    #api_title = 'Segment Routing',
+    #api_version = '1.0',
+    #api_description = 'REST API for Segment Routing',
+    #api_package = 'org.onosproject.segmentrouting',
 )
 
 onos_app (