mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
Rather than just do it in production if set, make it more difficult to potentially inject the test mode. So rely on a weak definition of fpi_device_emulation_mode_enabled() that can be only set externally
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
LIBFPRINT_2.0.0 {
|
|
global:
|
|
fp_*;
|
|
fpi_device_emulation_mode_enabled;
|
|
local:
|
|
*;
|
|
};
|