blob: 7407f6d3caea2c4d17a194592e8b524418a3ef14 [file] [log] [blame]
Jakub Pawlowski93ab1c82019-05-22 22:37:44 +02001filegroup {
Martin Brabhama5be8682019-10-18 13:59:24 -07002 name: "BluetoothSecuritySources",
Jakub Pawlowski93ab1c82019-05-22 22:37:44 +02003 srcs: [
Jakub Pawlowski93ecb662019-05-23 17:06:58 +02004 "ecc/multprecision.cc",
Jakub Pawlowski93ab1c82019-05-22 22:37:44 +02005 "ecc/p_256_ecc_pp.cc",
Jakub Pawlowski72c8dcc2019-09-06 16:33:21 +02006 "ecdh_keys.cc",
7 "pairing_handler_le.cc",
8 "pairing_handler_le_legacy.cc",
9 "pairing_handler_le_secure_connections.cc",
Martin Brabham605d6f12019-03-29 12:02:30 -070010 "security_manager.cc",
11 "internal/security_manager_impl.cc",
Jakub Pawlowskifa057bd2019-10-10 14:36:29 +020012 "security_module.cc",
Martin Brabham605d6f12019-03-29 12:02:30 -070013 ":BluetoothSecurityChannelSources",
Martin Brabham80854c22019-11-12 14:52:42 -080014 ":BluetoothSecurityPairingSources",
Martin Brabham605d6f12019-03-29 12:02:30 -070015 ],
Jakub Pawlowski93ab1c82019-05-22 22:37:44 +020016}
17
18filegroup {
Martin Brabhama5be8682019-10-18 13:59:24 -070019 name: "BluetoothSecurityTestSources",
Jakub Pawlowski93ab1c82019-05-22 22:37:44 +020020 srcs: [
21 "ecc/multipoint_test.cc",
Jakub Pawlowski72c8dcc2019-09-06 16:33:21 +020022 "pairing_handler_le_unittest.cc",
23 "test/fake_l2cap_test.cc",
24 "test/pairing_handler_le_pair_test.cc",
Martin Brabham605d6f12019-03-29 12:02:30 -070025 ":BluetoothSecurityChannelTestSources",
Martin Brabham80854c22019-11-12 14:52:42 -080026 ":BluetoothSecurityPairingTestSources",
Martin Brabham605d6f12019-03-29 12:02:30 -070027 ],
Martin Brabhama5be8682019-10-18 13:59:24 -070028}