diff options
Diffstat (limited to 'examples/ASX/CCM_App/svc.conf.xml')
-rw-r--r-- | examples/ASX/CCM_App/svc.conf.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/ASX/CCM_App/svc.conf.xml b/examples/ASX/CCM_App/svc.conf.xml deleted file mode 100644 index e743d4ed986..00000000000 --- a/examples/ASX/CCM_App/svc.conf.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?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> |