adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/wim/group/wim.cfg
changeset 0 63b37f68c1ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/wim/group/wim.cfg	Fri Nov 06 17:28:23 2009 +0000
@@ -0,0 +1,162 @@
+//* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+//* All rights reserved.
+//* 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:
+//* Nokia Corporation - initial contribution.
+//*
+//* Contributors:
+//*
+//* Description:  
+//*
+
+
+// MOD_0012.001_1_NokiaTSY_[HW Powering SIM on] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - N/A
+//		
+[Test]
+title MOD_0012.001_1_NokiaTSY_[HW Powering SIM on]
+create NTT_WIM test
+test PoweringSimOn
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.002_1_NokiaTSY_[HW Powering SIM off] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - N/A
+//
+[Test]
+title MOD_0012.002_1_NokiaTSY_[HW Powering SIM off] 
+create NTT_WIM test
+test PoweringSimOff
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.003_1_NokiaTSY_[HW SIM Warm Reset] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - N/A
+//
+[Test]
+title MOD_0012.003_1_NokiaTSY_[HW SIM Warm Reset] 
+create NTT_WIM test
+test SIMWarmReset
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.004_1_NokiaTSY_[HW Getting Answer to Reset Status] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - N/A
+//
+[Test]
+title MOD_0012.004_1_NokiaTSY_[HW Getting Answer to Reset Status] 
+create NTT_WIM test
+test GetAnswerToResetStatus
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.005_1_NokiaTSY_[HW Getting SIM Card Reader Status] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - N/A
+//
+[Test]
+title MOD_0012.005_1_NokiaTSY_[HW Getting SIM Card Reader Status] 
+create NTT_WIM test
+test GetSIMCardReaderStatus
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.006_1_NokiaTSY_[HW Sending APDU] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - Send Application Data Unit (APDU)
+// - Parameters:
+//    0xA0
+//    0xA4 select file
+//    0x01 select child DF 
+//    0x00
+//    0x02 data field length
+//    0x6F file identifier
+//    0x7E file identifier
+//
+[Test]
+title MOD_0012.006_1_NokiaTSY_[HW Sending APDU] 
+create NTT_WIM test
+test SendAPDU 1 160 164 1 0 2 111 126
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+// MOD_0012.007_1_NokiaTSY_[HW Sending APDU request Send APDU] 
+//
+// Precondition: 
+//  - Cellular side APDU functionality must be up and running in all following cases
+//  - Doesn't need any modifications from tester
+//
+// Script description:
+// - Send Application Data Unit (APDU) request
+//
+[Test]
+title MOD_0012.007_1_NokiaTSY_[HW Sending APDU request Send APDU] 
+create NTT_WIM test
+// 0x4F
+// 0x00
+// 0x01
+// 0x00
+// 0x07
+// 0xA0
+// 0xA4 select file
+// 0x01 select child DF 
+// 0x00
+// 0x02 data field length
+// 0x6F file identifier
+// 0x7E file identifier
+test SendAPDURequest 79 0 1 0 7 160 164 1 0 2 111 126
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+