From ce67b73dca9e25fea9a7970ce6e2cee5d7a05e34 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 19 Feb 2013 12:54:46 +0100 Subject: [PATCH] Update example configurations With the change of the Timer::Session interface, all scenarios that use the timer use core's SIGNAL service. So we need to route sessions accordingly. In addition to the adaptation to the changed timer, this patch removes some stale examples that predate the run tool and are no longer used. --- os/config/bomb | 1 + os/config/demo | 40 ------------- os/config/gta01 | 35 ----------- os/config/linux_demo | 43 -------------- os/config/mixer | 67 --------------------- os/config/nested_config | 27 +++++---- os/doc/init.txt | 47 +++++++++------ ports-okl4/config/init_config | 76 ------------------------ ports/run/libc_noux.run | 14 ++--- qt4/run/calculatorform.run | 1 + qt4/run/previewer.run | 1 + qt4/run/qt4.run | 1 + qt4/run/tetrix.run | 1 + qt4/src/test/qpluginwidget/config.plugin | 4 +- 14 files changed, 58 insertions(+), 300 deletions(-) delete mode 100644 os/config/demo delete mode 100644 os/config/gta01 delete mode 100644 os/config/linux_demo delete mode 100644 os/config/mixer delete mode 100644 ports-okl4/config/init_config diff --git a/os/config/bomb b/os/config/bomb index efab67c70a..5e43ff143c 100644 --- a/os/config/bomb +++ b/os/config/bomb @@ -12,6 +12,7 @@ + diff --git a/os/config/demo b/os/config/demo deleted file mode 100644 index b006312796..0000000000 --- a/os/config/demo +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/os/config/gta01 b/os/config/gta01 deleted file mode 100644 index 53aab22d8e..0000000000 --- a/os/config/gta01 +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/os/config/linux_demo b/os/config/linux_demo deleted file mode 100644 index 0c2b557ea8..0000000000 --- a/os/config/linux_demo +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/os/config/mixer b/os/config/mixer deleted file mode 100644 index a31849968d..0000000000 --- a/os/config/mixer +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - silence.f32 - silence.f32 - - - - - diff --git a/os/config/nested_config b/os/config/nested_config index 5242607e62..bbb5314214 100644 --- a/os/config/nested_config +++ b/os/config/nested_config @@ -41,12 +41,14 @@ the 'configfile' tag: + - + + @@ -54,25 +56,28 @@ the 'configfile' tag: + - - + + + - - - - - - - - + + + + + + + + + diff --git a/os/doc/init.txt b/os/doc/init.txt index 88f85ae31a..e8b3b83077 100644 --- a/os/doc/init.txt +++ b/os/doc/init.txt @@ -41,19 +41,22 @@ illustrated by an example (the following config file can be used on Linux): ! ! ! +! ! ! ! ! ! -! +! +! ! ! ! ! ! -! -! +! +! +! ! ! ! @@ -88,11 +91,12 @@ route. Instead of specifying a list of single service routes targeting the same destination, the wildcard '' becomes handy. For example, instead of specifying ! -! -! -! -! -! +! +! +! +! +! +! ! the following shortcut can be used: ! @@ -192,12 +196,14 @@ child is routed to the timer service started at the first-level init instance. ! ! ! +! ! ! ! ! ! -! +! +! ! ! ! @@ -206,24 +212,27 @@ child is routed to the timer service started at the first-level init instance. ! ! ! +! ! ! ! ! -! -! +! +! +! ! ! ! ! -! -! -! -! -! -! -! -! +! +! +! +! +! +! +! +! +! ! ! ! diff --git a/ports-okl4/config/init_config b/ports-okl4/config/init_config deleted file mode 100644 index 4600fb368d..0000000000 --- a/ports-okl4/config/init_config +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rootfs.img - - - - - - - - - - - - - - - - - diff --git a/ports/run/libc_noux.run b/ports/run/libc_noux.run index 81e5a6e219..e6ec954a8d 100644 --- a/ports/run/libc_noux.run +++ b/ports/run/libc_noux.run @@ -38,13 +38,13 @@ append config { - - - - - - - + + + + + + + diff --git a/qt4/run/calculatorform.run b/qt4/run/calculatorform.run index c33e0aeba0..ba7793980e 100644 --- a/qt4/run/calculatorform.run +++ b/qt4/run/calculatorform.run @@ -32,6 +32,7 @@ set config { + diff --git a/qt4/run/previewer.run b/qt4/run/previewer.run index 064da77dec..a0154c3f42 100644 --- a/qt4/run/previewer.run +++ b/qt4/run/previewer.run @@ -32,6 +32,7 @@ set config { + diff --git a/qt4/run/qt4.run b/qt4/run/qt4.run index 95b8897667..7c88341094 100644 --- a/qt4/run/qt4.run +++ b/qt4/run/qt4.run @@ -34,6 +34,7 @@ set config { + diff --git a/qt4/run/tetrix.run b/qt4/run/tetrix.run index 0864594680..611e82b87c 100644 --- a/qt4/run/tetrix.run +++ b/qt4/run/tetrix.run @@ -32,6 +32,7 @@ set config { + diff --git a/qt4/src/test/qpluginwidget/config.plugin b/qt4/src/test/qpluginwidget/config.plugin index ec274cfca5..2e6367d5a8 100644 --- a/qt4/src/test/qpluginwidget/config.plugin +++ b/qt4/src/test/qpluginwidget/config.plugin @@ -5,8 +5,8 @@ - - + +