blob: 163d67e22c71e959528596ba57ff8eec5d07fcba [file] [log] [blame]
Gaurav Agrawalb102b012016-08-02 12:52:48 +05301BUNDLES = [
2 '//apps/yms/api:onos-apps-yms-api',
3 '//apps/yms/app:onos-apps-yms-app',
4]
5
6onos_app(
7 title = 'YANG Management System App',
8 category = 'Utility',
9 url = 'http://onosproject.org',
10 included_bundles = BUNDLES,
11)