mirror of
https://github.com/google/pebble.git
synced 2025-06-24 01:56:16 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
49
tests/fw/pebble_actions/wscript
Normal file
49
tests/fw/pebble_actions/wscript
Normal file
|
@ -0,0 +1,49 @@
|
|||
from waftools.pebble_test import clar
|
||||
|
||||
def build(ctx):
|
||||
clar(ctx,
|
||||
sources_ant_glob = \
|
||||
"src/fw/comm/ble/kernel_le_client/ancs/ancs_util.c " \
|
||||
"src/fw/flash_region/filesystem_regions.c " \
|
||||
"src/fw/flash_region/flash_region.c " \
|
||||
"src/fw/services/normal/blob_db/ios_notif_pref_db.c " \
|
||||
"src/fw/services/normal/filesystem/flash_translation.c " \
|
||||
"src/fw/services/normal/filesystem/pfs.c " \
|
||||
"src/fw/services/normal/notifications/ancs/ancs_filtering.c " \
|
||||
"src/fw/services/normal/notifications/ancs/ancs_item.c " \
|
||||
"src/fw/services/normal/notifications/ancs/ancs_notifications.c " \
|
||||
"src/fw/services/normal/notifications/ancs/ancs_notifications_util.c " \
|
||||
"src/fw/services/normal/notifications/ancs/ancs_phone_call.c " \
|
||||
"src/fw/services/normal/settings/settings_file.c " \
|
||||
"src/fw/services/normal/settings/settings_raw_iter.c " \
|
||||
"src/fw/services/normal/timeline/actions_endpoint.c " \
|
||||
"src/fw/services/normal/timeline/attribute.c " \
|
||||
"src/fw/services/normal/timeline/attribute_group.c " \
|
||||
"src/fw/services/normal/timeline/attributes_actions.c " \
|
||||
"src/fw/services/normal/timeline/item.c " \
|
||||
"src/fw/services/normal/timeline/timeline.c " \
|
||||
"src/fw/services/normal/timeline/timeline_actions.c " \
|
||||
"src/fw/util/buffer.c " \
|
||||
"src/fw/util/crc8.c " \
|
||||
"src/fw/util/legacy_checksum.c " \
|
||||
"src/fw/util/pstring.c " \
|
||||
"src/fw/util/rand/rand.c " \
|
||||
"src/fw/util/time/time.c "\
|
||||
"src/fw/vendor/tinymt32/tinymt32.c " \
|
||||
"tests/fakes/fake_spi_flash.c ",
|
||||
test_sources_ant_glob = "test_ancs_pebble_actions.c",
|
||||
override_includes=['dummy_board'])
|
||||
|
||||
clar(ctx,
|
||||
sources_ant_glob =
|
||||
"src/fw/services/normal/timeline/actions_endpoint.c " \
|
||||
"src/fw/services/normal/timeline/attribute.c " \
|
||||
"src/fw/services/normal/timeline/attribute_group.c " \
|
||||
"src/fw/services/normal/timeline/attributes_actions.c " \
|
||||
"src/fw/services/normal/timeline/item.c " \
|
||||
"src/fw/services/normal/timeline/timeline.c " \
|
||||
"src/fw/services/normal/timeline/timeline_actions.c " \
|
||||
"src/fw/util/time/time.c ",
|
||||
test_sources_ant_glob = "test_timeline_actions.c",
|
||||
override_includes=['dummy_board'])
|
||||
# vim:filetype=python
|
Loading…
Add table
Add a link
Reference in a new issue