mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
tod: Update version file to include new APIs per versions
This commit is contained in:
@@ -5,11 +5,26 @@ local:
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
LIBFPRINT_TOD_@tod_soversion@.0.1 {
|
LIBFPRINT_TOD_@tod_soversion@_1.92 {
|
||||||
global:
|
global:
|
||||||
fpi_device_class_auto_initialize_features;
|
fpi_device_class_auto_initialize_features;
|
||||||
|
fpi_device_clear_storage_complete;
|
||||||
fpi_device_get_udev_data;
|
fpi_device_get_udev_data;
|
||||||
|
fpi_device_remove;
|
||||||
|
fpi_device_report_finger_status;
|
||||||
|
fpi_device_report_finger_status_changes;
|
||||||
|
fpi_device_update_features;
|
||||||
|
fpi_print_fill_from_user_id;
|
||||||
|
fpi_print_generate_user_id;
|
||||||
fpi_spi_*;
|
fpi_spi_*;
|
||||||
fpi_ssm_spi_*;
|
|
||||||
fpi_ssm_get_device;
|
fpi_ssm_get_device;
|
||||||
|
fpi_ssm_spi_*;
|
||||||
} LIBFPRINT_TOD_@tod_soversion@.0.0;
|
} LIBFPRINT_TOD_@tod_soversion@.0.0;
|
||||||
|
|
||||||
|
LIBFPRINT_TOD_@tod_soversion@_1.94 {
|
||||||
|
global:
|
||||||
|
fpi_device_critical_enter;
|
||||||
|
fpi_device_critical_leave;
|
||||||
|
fpi_device_resume_complete;
|
||||||
|
fpi_device_suspend_complete;
|
||||||
|
} LIBFPRINT_TOD_@tod_soversion@_1.92;
|
||||||
|
|||||||
Reference in New Issue
Block a user