37 lines
945 B
Plaintext
37 lines
945 B
Plaintext
filegroup {
|
|
name: "BluetoothSecuritySources",
|
|
srcs: [
|
|
"ecc/multprecision.cc",
|
|
"ecc/p_256_ecc_pp.cc",
|
|
"ecdh_keys.cc",
|
|
"pairing_handler_le.cc",
|
|
"pairing_handler_le_legacy.cc",
|
|
"pairing_handler_le_secure_connections.cc",
|
|
"security_manager.cc",
|
|
"internal/security_manager_impl.cc",
|
|
"security_module.cc",
|
|
":BluetoothSecurityChannelSources",
|
|
":BluetoothSecurityPairingSources",
|
|
],
|
|
}
|
|
|
|
filegroup {
|
|
name: "BluetoothSecurityTestSources",
|
|
srcs: [
|
|
"ecc/multipoint_test.cc",
|
|
"pairing_handler_le_unittest.cc",
|
|
"test/ecdh_keys_test.cc",
|
|
"test/fake_l2cap_test.cc",
|
|
"test/pairing_handler_le_pair_test.cc",
|
|
":BluetoothSecurityChannelTestSources",
|
|
":BluetoothSecurityPairingTestSources",
|
|
],
|
|
}
|
|
|
|
filegroup {
|
|
name: "BluetoothFacade_security_layer",
|
|
srcs: [
|
|
"facade.cc",
|
|
],
|
|
}
|