Austin Schuh | 2a70f4b | 2016-11-25 23:05:57 -0800 | [diff] [blame] | 1 | cc_library( |
Parker Schuh | d3b7a887 | 2018-02-19 16:42:27 -0800 | [diff] [blame] | 2 | name = "wpilib", |
| 3 | linkstatic = True, |
| 4 | restricted_to = ["//tools:roborio"], |
| 5 | visibility = ["//visibility:public"], |
| 6 | deps = ["//frc971/wpilib/ahal"], |
| 7 | ) |
| 8 | |
| 9 | cc_library( |
| 10 | name = "wpilib_hal", |
| 11 | restricted_to = ["//tools:roborio"], |
| 12 | visibility = ["//visibility:public"], |
Austin Schuh | f6b9463 | 2019-02-02 22:11:27 -0800 | [diff] [blame] | 13 | deps = ["//third_party/allwpilib_2019:hal"], |
| 14 | ) |
| 15 | |
| 16 | cc_library( |
| 17 | name = "phoenix", |
| 18 | restricted_to = ["//tools:roborio"], |
| 19 | visibility = ["//visibility:public"], |
| 20 | deps = [ |
James Kuszmaul | 02eb05e | 2019-12-22 12:32:18 -0800 | [diff] [blame^] | 21 | "@ctre_phoenix_api_cpp_athena//:api-cpp", |
| 22 | "@ctre_phoenix_api_cpp_headers//:api-cpp", |
| 23 | "@ctre_phoenix_cci_athena//:cci", |
| 24 | "@ctre_phoenix_cci_headers//:cci", |
| 25 | "@ctre_phoenix_diagnostics_athena//:diagnostics", |
| 26 | "@ctre_phoenix_diagnostics_headers//:diagnostics", |
Austin Schuh | f6b9463 | 2019-02-02 22:11:27 -0800 | [diff] [blame] | 27 | ], |
Austin Schuh | 2a70f4b | 2016-11-25 23:05:57 -0800 | [diff] [blame] | 28 | ) |