Configuring UCC
Complete the steps outlined in Setting up ONC-RPC before you start the test setup.
To configure and start the UCC PC, perform the following steps:
Note: It is assumed that Symbian OS v9.x, the
epoc32
tree and the SITK are installed on the PC. The SITK
installation also installs TestDriver to build and run the tests.
-
Edit the ucc.ini
file (in the <SITK install
path>\SITK\UCC\bin\
directory).
-
Change the <SITK install path>
to the
epoc32
drive.
-
Change the host to the IP address of the service PC.
[SyncService]
ini = <SITK install path>\SITK\UCC\SyncService\Interface\Host\SyncServiceInterface.ini
host=<IP address of service PC>
[TestDriverService]
ini =<SITK install path>\SITK\UCC\TestDriverService\Host\TestDriverServiceInterface.ini
host=<IP address of service PC>
NOTE: If multiple services with the same interface
are run on different PC’s, these services must be added to the INI file with a
different section name and the host address.