| # Copyright 2024 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| common: |
| platform_allow: |
| - native_sim |
| tests: |
| fingerprint.task.capture: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_CAPTURE=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.enroll: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_ENROLL=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.finger_presence: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_FINGER_PRESENCE=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.init: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_INIT=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.match: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_MATCH=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.shim: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_SHIM=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.template: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_TEMPLATE=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.utils: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_UTILS=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.debug: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_DEBUG=y |
| - CONFIG_FINGERPRINT_SHELL=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.commands: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_COMMANDS=y |
| - CONFIG_PLATFORM_EC_FINGERPRINT_VENDOR_COMMAND=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.ascp: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_ASCP=y |
| - CONFIG_ASCP=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.frame.size: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_FRAME_SIZE=y |
| extra_conf_files: |
| - prj.conf |
| |
| fingerprint.task.fp_info: |
| extra_configs: |
| - CONFIG_LINK_TEST_SUITE_FINGERPRINT_FP_INFO=y |
| extra_conf_files: |
| - prj.conf |