# HG changeset patch # User brendand # Date 1256055041 -3600 # Node ID 993c4cb883729dee5d43fd88dfdbfd1f23f41356 # Parent 332cfa36b186783456c3af6d2609e620497ecafd Added Core Telephony BC tests diff -r 332cfa36b186 -r 993c4cb88372 common/tools/ats/bctest/coretelephony/coretelephony.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/coretelephony/coretelephony.pl Tue Oct 20 17:10:41 2009 +0100 @@ -0,0 +1,31 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Brendan Donegan +# +# Description: +# Script to build ATS test drop for BC RTC Core Telephony tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "coretelephony.zip"; +rmtree "temp"; +mkpath "temp/rtcct/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("coretelephony.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BCLogEngineTest.dll", "temp/rtcct/winscw_udeb/BCLogEngineTest.dll") or die "failed : $!"; + +system("7z a -tzip coretelephony.zip ./temp/*"); \ No newline at end of file diff -r 332cfa36b186 -r 993c4cb88372 common/tools/ats/bctest/coretelephony/coretelephony.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/coretelephony/coretelephony.xml Tue Oct 20 17:10:41 2009 +0100 @@ -0,0 +1,57 @@ + + + 1 + admin + 10 + + RTC Core Telephony BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + rtcct/winscw_udeb/BCLogEngineTest.dll + + \ No newline at end of file