HIGUCHI Yuta | f3ead25 | 2016-05-12 18:18:15 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | ] |
| 5 | |
| 6 | TEST_DEPS = [ |
| 7 | '//lib:TEST', |
| 8 | ] |
| 9 | |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | test_deps = TEST_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app ( |
| 17 | app_name = 'org.onosproject.optical-model', |
| 18 | # Is there a way to change BUCK target name properly? |
| 19 | #name = 'onos-optical-model', |
| 20 | feature_coords = 'org.onosproject:onos-optical-model:%s' % (ONOS_VERSION), |
| 21 | title = 'Optical information model', |
| 22 | category = 'Optical', |
| 23 | url = 'https://wiki.onosproject.org/x/C4m', |
| 24 | description = 'ONOS optical information model.', |
| 25 | required_apps = [ ], |
| 26 | ) |