[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jan 3 14:42:14 CST 2012
branch "master" has been updated
via 7b1b2d7e9ca1ab56e2080fca98c76f020c4a3b36 (commit)
from 2df267b26a355a6ebc743fda8d437c685e89d49e (commit)
Summary of changes:
config/test_channel.conf | 6 ++--
src/CMakeLists.txt | 48 +++++++++++++++++++++++-----------------------
2 files changed, 27 insertions(+), 27 deletions(-)
- Log -----------------------------------------------------------------
commit 7b1b2d7e9ca1ab56e2080fca98c76f020c4a3b36
Author: Mark Michelson <mmichelson at digium.com>
Date: Tue Jan 3 14:37:43 2012 -0600
Adjust component library names and update test config files
diff --git a/config/test_channel.conf b/config/test_channel.conf
index a87c7c6..37d55e1 100644
--- a/config/test_channel.conf
+++ b/config/test_channel.conf
@@ -18,9 +18,9 @@ LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 55557
TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 55555
-IceBox.Service.Logger=logging-service:createLoggingService
-IceBox.Service.TestServiceLocator=service_locator:create
-IceBox.Service.TestChannel=test_channel:create
+IceBox.Service.Logger=LoggingService:createLoggingService
+IceBox.Service.TestServiceLocator=ServiceLocator:create
+IceBox.Service.TestChannel=TestChannel:create
IceBox.LoadOrder=Logger TestServiceLocator TestChannel
IceBox.ServiceManager.Endpoints=default -p 56000
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f8ae737..57e4eaf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,28 +3,28 @@ include_directories(${logger_dir}/include)
astscf_slice_include_collection(TEST_CHANNEL)
-astscf_component_init(test_channel)
-astscf_component_add_files(test_channel Service.cpp)
-astscf_component_add_files(test_channel MediaEchoThread.cpp)
-astscf_component_add_files(test_channel MediaEchoThread.h)
-astscf_component_add_files(test_channel MediaSession.cpp)
-astscf_component_add_files(test_channel MediaSession.h)
-astscf_component_add_files(test_channel TestEndpoint.cpp)
-astscf_component_add_files(test_channel TestEndpoint.h)
-astscf_component_add_files(test_channel Logger.h)
-astscf_component_add_files(test_channel ListenerManager.h)
-astscf_component_add_files(test_channel InternalExceptions.h)
-astscf_component_add_ice_libraries(test_channel IceStorm)
-astscf_component_add_boost_libraries(test_channel thread date_time)
-astscf_component_add_slice_collection_libraries(test_channel ASTSCF TEST_CHANNEL)
-astscf_component_build_icebox(test_channel)
-target_link_libraries(test_channel LoggingClient)
-astscf_component_install(test_channel)
+astscf_component_init(TestChannel)
+astscf_component_add_files(TestChannel Service.cpp)
+astscf_component_add_files(TestChannel MediaEchoThread.cpp)
+astscf_component_add_files(TestChannel MediaEchoThread.h)
+astscf_component_add_files(TestChannel MediaSession.cpp)
+astscf_component_add_files(TestChannel MediaSession.h)
+astscf_component_add_files(TestChannel TestEndpoint.cpp)
+astscf_component_add_files(TestChannel TestEndpoint.h)
+astscf_component_add_files(TestChannel Logger.h)
+astscf_component_add_files(TestChannel ListenerManager.h)
+astscf_component_add_files(TestChannel InternalExceptions.h)
+astscf_component_add_ice_libraries(TestChannel IceStorm)
+astscf_component_add_boost_libraries(TestChannel thread date_time)
+astscf_component_add_slice_collection_libraries(TestChannel ASTSCF TEST_CHANNEL)
+astscf_component_build_icebox(TestChannel)
+target_link_libraries(TestChannel LoggingClient)
+astscf_component_install(TestChannel)
-astscf_component_init(console_driver)
-astscf_component_add_files(console_driver ConsoleDriver.cpp)
-astscf_component_add_files(console_driver ConsoleDriver.h)
-astscf_component_add_files(console_driver main.cpp)
-astscf_component_add_slice_collection_libraries(console_driver TEST_CHANNEL)
-astscf_component_build_standalone(console_driver)
-astscf_component_install(console_driver)
+astscf_component_init(ConsoleDriver)
+astscf_component_add_files(ConsoleDriver ConsoleDriver.cpp)
+astscf_component_add_files(ConsoleDriver ConsoleDriver.h)
+astscf_component_add_files(ConsoleDriver main.cpp)
+astscf_component_add_slice_collection_libraries(ConsoleDriver TEST_CHANNEL)
+astscf_component_build_standalone(ConsoleDriver)
+astscf_component_install(ConsoleDriver)
-----------------------------------------------------------------------
--
asterisk-scf/release/test_channel.git
More information about the asterisk-scf-commits
mailing list