2021-07-28 03:46:34 +08:00
|
|
|
sample:
|
2023-05-08 19:37:42 +08:00
|
|
|
description: A simple echo app using Android's Context Hub Runtime Environment (CHRE).
|
2021-07-28 03:46:34 +08:00
|
|
|
name: chre
|
|
|
|
tests:
|
|
|
|
sample.modules.chre:
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- introduction
|
|
|
|
- chre
|
2022-11-24 01:38:15 +08:00
|
|
|
platform_exclude: qemu_leon3
|
2022-04-19 10:31:18 +08:00
|
|
|
modules:
|
|
|
|
- chre
|
2021-07-28 03:46:34 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
ordered: false
|
|
|
|
regex:
|
2023-01-04 03:08:27 +08:00
|
|
|
- "Hello CHRE!"
|
|
|
|
- "I: EventLoop start.*"
|
|
|
|
- "D: Instance ID 1 assigned to app ID 0x0000000000000001.*"
|
|
|
|
- "EchoApp::nanoappStart\\(\\)"
|
2023-05-08 19:37:42 +08:00
|
|
|
- "EchoApp::nanoappHandleEvent\\(sender_instance_id=0, event_type=1, event_data@(\\\
|
|
|
|
(nil\\))|0\\)"
|
2023-01-04 03:08:27 +08:00
|
|
|
- "Event \\(1\\) complete!"
|
|
|
|
- "EchoApp::nanoappEnd\\(\\)"
|
|
|
|
- "I: Exiting EventLoop.*"
|
2021-07-28 03:46:34 +08:00
|
|
|
integration_platforms:
|
2023-01-04 03:08:27 +08:00
|
|
|
- native_posix
|
2023-02-09 05:53:44 +08:00
|
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|