blob: c8b744d9fa6478b6e498ccc4aae38bdbb3411819 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001BUNDLES = [
2 "//protocols/pcep/server/api:onos-protocols-pcep-server-api",
3 "//protocols/pcep/server/ctl:onos-protocols-pcep-server-ctl",
4]
5
6onos_app(
7 category = "Utility",
8 included_bundles = BUNDLES,
9 title = "PCEP Server Module",
10 url = "http://onosproject.org",
11)