Spracherkennung für: .bp vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
// Copyright
2025 The Android Open Source Project
//
// Licensed under the Apache License, Version
2.
0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
http://www.apache.org/licenses/LICENSE-2.
0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package {
default_team: "trendy_team_desktop_security",
default_applicable_licenses: ["Android-Apache-
2.
0"],
}
filegroup {
name: "sdcp_pki_data",
srcs: ["src/sdcp_pki_data/*"],
}
filegroup {
name: "test_data",
srcs: ["src/test_data/*"],
}
rust_defaults {
name: "libdesktop_finger_guard_defaults",
srcs: [
"src/lib.rs",
":sdcp_pki_data",
],
crate_name: "desktop_finger_guard",
rustlibs: [
"libbinder_rs",
"libkmr_common",
"liblog_rust",
"libonce_cell",
"libopenssl",
"libthiserror",
"libzerocopy",
"android.desktop.security.finger_guard-V1-rust",
],
}
rust_defaults {
name: "libdesktop_finger_guard_test_defaults",
defaults: ["libdesktop_finger_guard_defaults"],
srcs: [":test_data"],
test_suites: ["general-tests"],
auto_gen_config: true,
}
rust_library {
name: "libdesktop_finger_guard",
defaults: ["libdesktop_finger_guard_defaults"],
host_supported: true,
}
rust_test_host {
name: "libdesktop_finger_guard_test",
defaults: ["libdesktop_finger_guard_test_defaults"],
}
rust_test_host {
name: "libdesktop_finger_guard_dev_test",
defaults: ["libdesktop_finger_guard_test_defaults"],
features: ["dev_sdcp_pki"],
}