# HG changeset patch # User Maciej Seroka # Date 1252918546 -3600 # Node ID ce8efcf8834370f6c6b00fa9a595ab53ec688490 # Parent 9dcc6e7393f76a54f07b3b64d5160737c638510d New BC tests diff -r 9dcc6e7393f7 -r ce8efcf88343 common/tools/ats/bctest/locationsrv/locblid/locblid.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.pl Mon Sep 14 09:55:46 2009 +0100 @@ -0,0 +1,35 @@ +#!/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: +# Maciej Seroka +# +# Description: +# Script to build ATS test drop BLID Application Satellite Info BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "locblidtest.zip"; +##rmtree "temp"; +mkpath "temp/locblidtest/general/testframework"; +mkpath "temp/locblidtest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("locblid.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BCBlidTest.dll", "temp/locblidtest/winscw_udeb/BCBlidTest.dll"); +copy($epoc . "winscw/c/testframework/testframework_locblid.ini", "temp/locblidtest/general/testframework/testframework_locblid.ini"); +copy($epoc . "winscw/c/testframework/tcLmkBlid.cfg", "temp/locblidtest/general/testframework/tcLmkBlid.cfg"); +copy($epoc . "winscw/c/testframework/UI_BCBLid.cfg", "temp/locblidtest/general/testframework/UI_BCBLid.cfg"); + +system("7z a -tzip locblidtest.zip ./temp/*"); diff -r 9dcc6e7393f7 -r ce8efcf88343 common/tools/ats/bctest/locationsrv/locblid/locblid.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.xml Mon Sep 14 09:55:46 2009 +0100 @@ -0,0 +1,88 @@ + + + 1 + admin + 10 + + Basic Location Info Display (BLID) Application Satellite Info BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + locblidtest/winscw_udeb/BCBlidTest.dll + locblidtest/general/testframework/testframework_locblid.ini + locblidtest/general/testframework/UI_BCBLid.cfg + locblidtest/general/testframework/tcLmkBlid.cfg + +