Hyunsun Moon | 7170129 | 2016-05-09 12:00:54 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 3 | ] |
| 4 | |
Hyunsun Moon | 7170129 | 2016-05-09 12:00:54 -0700 | [diff] [blame] | 5 | osgi_jar_with_tests ( |
| 6 | deps = COMPILE_DEPS, |
| 7 | ) |
| 8 | |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 9 | onos_app ( |
| 10 | title = 'Scalable GW App', |
| 11 | category = 'Utility', |
| 12 | url = 'http://onosproject.org', |
Hyunsun Moon | 7170129 | 2016-05-09 12:00:54 -0700 | [diff] [blame] | 13 | description = 'Scalable gateway service', |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 14 | ) |