- # SPDX-License-Identifier: Apache-2.0
- FILE(GLOB device_sources *.c)
- zephyr_include_directories(
- .
- )
- target_sources(app PRIVATE aem_adapter_dev.c)
- target_sources(app PRIVATE aem_adapter_motor.c)
- target_sources(app PRIVATE aem_adapter_card_reader.c)
- target_sources(app PRIVATE aem_adapter_audio.c)
- target_sources(app PRIVATE aem_adapter_media.c)
- target_sources_ifdef(CONFIG_ALIPAY_WXPAY_LIB app PRIVATE aem_adapter_third_pay.c)
|