summaryrefslogtreecommitdiff
path: root/trunk/ACE/examples/ASX/CCM_App/svc.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/examples/ASX/CCM_App/svc.conf.xml')
-rw-r--r--trunk/ACE/examples/ASX/CCM_App/svc.conf.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/ACE/examples/ASX/CCM_App/svc.conf.xml b/trunk/ACE/examples/ASX/CCM_App/svc.conf.xml
new file mode 100644
index 00000000000..e743d4ed986
--- /dev/null
+++ b/trunk/ACE/examples/ASX/CCM_App/svc.conf.xml
@@ -0,0 +1,33 @@
+<?xml version='1.0'?>
+<!-- Converted from svc.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <static id="ACE_Service_Manager" params="-d -p 4911"/>
+ <dynamic id="Test_Task" type="Service_Object">
+ <initializer path="CCM_App" init="_make_Test_Task" params="-p 3000"/>
+ </dynamic>
+ <streamdef>
+ <dynamic id="CCM_App" type="STREAM">
+ <initializer path="CCM_App" init="make_stream"/>
+ </dynamic>
+ <module>
+ <dynamic id="Device_Adapter" type="Module">
+ <initializer path="CCM_App" init="make_da"/>
+ </dynamic>
+ <dynamic id="Event_Analyzer" type="Module">
+ <initializer path="CCM_App" init="make_ea"/>
+ </dynamic>
+ <dynamic id="Multicast_Router" type="Module">
+ <initializer path="CCM_App" init="make_mr" params="-p 3001"/>
+ </dynamic>
+ </module>
+ </streamdef>
+ <stream id="CCM_App">
+ <module>
+ <remove id="Device_Adapter"/>
+ <!-- remove Event_Analyzer -->
+ <!-- remove Multicast_Router -->
+ </module>
+ </stream>
+ <!-- remove CCM_App -->
+ <remove id="Test_Task"/>
+</ACE_Svc_Conf>