homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/inc/mt_hsps_setpluginsettings_2.h
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Test case SetPluginSettings(2) test data
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_MT_HSPS_SETPLUGINSETTINGS_2_H
       
    20 #define C_MT_HSPS_SETPLUGINSETTINGS_2_H
       
    21 
       
    22 /* 
       
    23 SetPluginSettings(2)
       
    24 ----------------
       
    25  
       
    26 Test purpose
       
    27 
       
    28 The purpose of this test case is to verify that settings settings of a plugin success
       
    29 for widget plugin.
       
    30 
       
    31 Pre-conditions
       
    32 •   There must be installed test themes for Active Idle application and 
       
    33     typical configuration must be set as active
       
    34 
       
    35 Test steps
       
    36 
       
    37 Test step 1:
       
    38 •   Input:
       
    39     SetPluginSettings(“plugin id-Settings list”)
       
    40 •   Expected output:
       
    41     Set Settings succeed
       
    42 
       
    43 Test step 2:
       
    44 •   Input:
       
    45     SetPluginSettings(“plugin id-Settings list”)
       
    46 •   Expected output:
       
    47     Set Settings succeed
       
    48 
       
    49 */
       
    50 
       
    51 
       
    52 
       
    53 // Test step 1 method:
       
    54 
       
    55 const TUint8 setpluginsettings_2_ts_1_method[] = "SetPluginSettings";
       
    56 
       
    57 // Test step 1 input:
       
    58 
       
    59 const TUint8 setpluginsettings_2_ts_1_input[] = {
       
    60 // SetPluginSettings(Input)
       
    61 // - Version 1.0
       
    62 // - Item count (LE)
       
    63 10,
       
    64 2,0,0,0,
       
    65 // - SetPluginSettings(Input)::pluginId
       
    66 //   - Variant name
       
    67 //     - Version 1.0
       
    68 //     - Semantic ID (LE)    
       
    69 //     - Variant name length (LE)
       
    70 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
    71 //     - Variant name
       
    72 10,
       
    73 12,0,0,0,
       
    74 8,0,0,0,
       
    75 34,
       
    76 'p','l','u','g','i','n','I','d',
       
    77 // - SetPluginSettings(Input)::pluginId
       
    78 //   - Variant value
       
    79 //     - Version 1.0
       
    80 //     - Variant value type, EVariantTypeDesC
       
    81 //     - Variant value length (LE)
       
    82 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
    83 //     - Variant value
       
    84 10,
       
    85 5,
       
    86 1,0,0,0,
       
    87 6,
       
    88 '8',
       
    89 // - pluginConf::settings
       
    90 //   - Variant name
       
    91 //     - Version 1.0
       
    92 //     - Semantic ID (LE)    
       
    93 //     - Variant name length (LE)
       
    94 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
    95 //     - Variant name
       
    96 10,
       
    97 12,0,0,0,
       
    98 8,0,0,0,
       
    99 34,
       
   100 's','e','t','t','i','n','g','s',
       
   101 // - pluginConf::settings
       
   102 //   - Variant value
       
   103 //     - Version 1.0
       
   104 //     - Variant value type, EVariantTypeList
       
   105 10,
       
   106 7,
       
   107 // - pluginConf::settings
       
   108 //   - Version 1.0
       
   109 //   - Item count (LE)
       
   110 10,
       
   111 1,0,0,0,
       
   112 // - pluginConf::settings
       
   113 //   - Version 1.0
       
   114 //   - List item starts
       
   115 10,
       
   116 0,0,0,0,
       
   117 // - pluginConf::settings[0]
       
   118 //   - Version 1.0
       
   119 //   - Variant value type, EVariantTypeMap
       
   120 10,
       
   121 8,
       
   122 // - settings[0] map
       
   123 //   - Version 1.0
       
   124 //   - Item count (LE)
       
   125 10,
       
   126 3,0,0,0,
       
   127 // - settings[0]::itemId
       
   128 //   - Variant name
       
   129 //     - Version 1.0
       
   130 //     - Semantic ID (LE)    
       
   131 //     - Variant name length (LE)
       
   132 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   133 //     - Variant name
       
   134 10,
       
   135 12,0,0,0,
       
   136 6,0,0,0,
       
   137 26,
       
   138 'i','t','e','m','I','d',
       
   139 // - settings[0]::itemId
       
   140 //   - Variant value
       
   141 //     - Version 1.0
       
   142 //     - Variant value type, EVariantTypeDesC
       
   143 //     - Variant value length (LE)
       
   144 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   145 //     - Variant value (empty)
       
   146 10,
       
   147 5,
       
   148 4,0,0,0,
       
   149 18,
       
   150 's','i','z','e',
       
   151 // - settings[0]::name
       
   152 //   - Variant name
       
   153 //     - Version 1.0
       
   154 //     - Semantic ID (LE)    
       
   155 //     - Variant name length (LE)
       
   156 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   157 //     - Variant name
       
   158 10,
       
   159 12,0,0,0,
       
   160 4,0,0,0,
       
   161 18,
       
   162 'n','a','m','e',
       
   163 // - settings[0]::name
       
   164 //   - Variant value
       
   165 //     - Version 1.0
       
   166 //     - Variant value type, EVariantTypeDesC
       
   167 //     - Variant value length (LE)
       
   168 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   169 //     - Variant value (empty)
       
   170 10,
       
   171 5,
       
   172 21,0,0,0,
       
   173 86,
       
   174 '&','q','t','n','_','s','6','0','s','h','o','r','t','c','u','t','_','s','i','z','e',
       
   175 // - settings[0]::properties
       
   176 //   - Variant name
       
   177 //     - Version 1.0
       
   178 //     - Semantic ID (LE)    
       
   179 //     - Variant name length (LE)
       
   180 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   181 //     - Variant name
       
   182 10,
       
   183 12,0,0,0,
       
   184 10,0,0,0,
       
   185 42,
       
   186 'p','r','o','p','e','r','t','i','e','s',
       
   187 // - settings[0]::properties
       
   188 //   - Variant value
       
   189 //     - Version 1.0
       
   190 //     - Variant value type, EVariantTypeList
       
   191 10,
       
   192 7,
       
   193 // - settings[0]::properties
       
   194 //   - Version 1.0
       
   195 //   - Item count (LE)
       
   196 10,
       
   197 3,0,0,0,
       
   198 // - settings[0]::properties
       
   199 //   - Version 1.0
       
   200 //   - List item starts
       
   201 10,
       
   202 0,0,0,0,
       
   203 // - properties[0]
       
   204 //   - Version 1.0
       
   205 //   - Variant value type, EVariantTypeMap
       
   206 10,
       
   207 8,
       
   208 // - properties[0] map
       
   209 //   - Version 1.0
       
   210 //   - Item count (LE)
       
   211 10,
       
   212 2,0,0,0,
       
   213 // - prperties[0]::name
       
   214 //   - Variant name
       
   215 //     - Version 1.0
       
   216 //     - Semantic ID (LE)    
       
   217 //     - Variant name length (LE)
       
   218 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   219 //     - Variant name
       
   220 10,
       
   221 12,0,0,0,
       
   222 4,0,0,0,
       
   223 18,
       
   224 'n','a','m','e',
       
   225 // - properties[0]::name
       
   226 //   - Variant value
       
   227 //     - Version 1.0
       
   228 //     - Variant value type, EVariantTypeDesC
       
   229 //     - Variant value length (LE)
       
   230 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   231 //     - Variant value
       
   232 10,
       
   233 5,
       
   234 6,0,0,0,
       
   235 26,
       
   236 'h','e','i','g','t','h',
       
   237 // - prperties[0]::value
       
   238 //   - Variant name
       
   239 //     - Version 1.0
       
   240 //     - Semantic ID (LE)    
       
   241 //     - Variant name length (LE)
       
   242 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   243 //     - Variant name
       
   244 10,
       
   245 12,0,0,0,
       
   246 5,0,0,0,
       
   247 22,
       
   248 'v','a','l','u','e',
       
   249 // - properties[0]::value
       
   250 //   - Variant value
       
   251 //     - Version 1.0
       
   252 //     - Variant value type, EVariantTypeDesC
       
   253 //     - Variant value length (LE)
       
   254 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   255 //     - Variant value
       
   256 10,
       
   257 5,
       
   258 2,0,0,0,
       
   259 10,
       
   260 '5','0',
       
   261 // - settings[0]::properties
       
   262 //   - Version 1.0
       
   263 //   - List item starts
       
   264 10,
       
   265 0,0,0,0,
       
   266 // - properties[1]
       
   267 //   - Version 1.0
       
   268 //   - Variant value type, EVariantTypeMap
       
   269 10,
       
   270 8,
       
   271 // - properties[1] map
       
   272 //   - Version 1.0
       
   273 //   - Item count (LE)
       
   274 10,
       
   275 2,0,0,0,
       
   276 // - prperties[1]::name
       
   277 //   - Variant name
       
   278 //     - Version 1.0
       
   279 //     - Semantic ID (LE)    
       
   280 //     - Variant name length (LE)
       
   281 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   282 //     - Variant name
       
   283 10,
       
   284 12,0,0,0,
       
   285 4,0,0,0,
       
   286 18,
       
   287 'n','a','m','e',
       
   288 // - properties[1]::name
       
   289 //   - Variant value
       
   290 //     - Version 1.0
       
   291 //     - Variant value type, EVariantTypeDesC
       
   292 //     - Variant value length (LE)
       
   293 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   294 //     - Variant value
       
   295 10,
       
   296 5,
       
   297 5,0,0,0,
       
   298 22,
       
   299 'w','i','d','t','h',
       
   300 // - prperties[1]::value
       
   301 //   - Variant name
       
   302 //     - Version 1.0
       
   303 //     - Semantic ID (LE)    
       
   304 //     - Variant name length (LE)
       
   305 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   306 //     - Variant name
       
   307 10,
       
   308 12,0,0,0,
       
   309 5,0,0,0,
       
   310 22,
       
   311 'v','a','l','u','e',
       
   312 // - properties[1]::value
       
   313 //   - Variant value
       
   314 //     - Version 1.0
       
   315 //     - Variant value type, EVariantTypeDesC
       
   316 //     - Variant value length (LE)
       
   317 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   318 //     - Variant value
       
   319 10,
       
   320 5,
       
   321 3,0,0,0,
       
   322 14,
       
   323 '3','2','0',
       
   324 // - settings[0]::properties
       
   325 //   - Version 1.0
       
   326 //   - List item starts
       
   327 10,
       
   328 0,0,0,0,
       
   329 // - properties[2]
       
   330 //   - Version 1.0
       
   331 //   - Variant value type, EVariantTypeMap
       
   332 10,
       
   333 8,
       
   334 // - properties[2] map
       
   335 //   - Version 1.0
       
   336 //   - Item count (LE)
       
   337 10,
       
   338 2,0,0,0,
       
   339 // - properties[2]::name
       
   340 //   - Variant name
       
   341 //     - Version 1.0
       
   342 //     - Semantic ID (LE)    
       
   343 //     - Variant name length (LE)
       
   344 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   345 //     - Variant name
       
   346 10,
       
   347 12,0,0,0,
       
   348 4,0,0,0,
       
   349 18,
       
   350 'n','a','m','e',
       
   351 // - properties[2]::name
       
   352 //   - Variant value
       
   353 //     - Version 1.0
       
   354 //     - Variant value type, EVariantTypeDesC
       
   355 //     - Variant value length (LE)
       
   356 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   357 //     - Variant value
       
   358 10,
       
   359 5,
       
   360 6,0,0,0,
       
   361 26,
       
   362 'l','o','c','k','e','d',
       
   363 // - properties[2]::value
       
   364 //   - Variant name
       
   365 //     - Version 1.0
       
   366 //     - Semantic ID (LE)    
       
   367 //     - Variant name length (LE)
       
   368 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   369 //     - Variant name
       
   370 10,
       
   371 12,0,0,0,
       
   372 5,0,0,0,
       
   373 22,
       
   374 'v','a','l','u','e',
       
   375 // - properties[2]::value
       
   376 //   - Variant value
       
   377 //     - Version 1.0
       
   378 //     - Variant value type, EVariantTypeDesC
       
   379 //     - Variant value length (LE)
       
   380 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   381 //     - Variant value
       
   382 10,
       
   383 5,
       
   384 2,0,0,0,
       
   385 10,
       
   386 'n','o'
       
   387 };
       
   388 // Test step 1 output:
       
   389 
       
   390 const TUint8 setpluginsettings_2_ts_1_output[] =  {
       
   391 // SetPluginSettings(Output)
       
   392 // - Version 1.0
       
   393 // - Item count (LE)
       
   394 10,
       
   395 1,0,0,0,
       
   396 // - SetPluginSettings(Output)::status
       
   397 //   - Variant name
       
   398 //     - Version 1.0
       
   399 //     - Semantic ID (LE)    
       
   400 //     - Variant name length (LE)
       
   401 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   402 //     - Variant name
       
   403 10,
       
   404 12,0,0,0,
       
   405 6,0,0,0,
       
   406 26,
       
   407 's','t','a','t','u','s',
       
   408 // - RemovePlugin(Input)::status
       
   409 //   - Variant value
       
   410 //     - Version 1.0
       
   411 //     - Variant value type, EVariantTypeTInt32
       
   412 //     - Variant value length (LE)
       
   413 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   414 //     - Variant value
       
   415 10,
       
   416 1,
       
   417 0,0,0,0
       
   418 };
       
   419 
       
   420 // Test step 2 method:
       
   421 
       
   422 const TUint8 setpluginsettings_2_ts_2_method[] = "SetPluginSettings";
       
   423 
       
   424 // Test step 1 input:
       
   425 
       
   426 const TUint8 setpluginsettings_2_ts_2_input[] = {
       
   427 // SetPluginSettings(Input)
       
   428 // - Version 1.0
       
   429 // - Item count (LE)
       
   430 10,
       
   431 2,0,0,0,
       
   432 // - SetPluginSettings(Input)::pluginId
       
   433 //   - Variant name
       
   434 //     - Version 1.0
       
   435 //     - Semantic ID (LE)    
       
   436 //     - Variant name length (LE)
       
   437 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   438 //     - Variant name
       
   439 10,
       
   440 12,0,0,0,
       
   441 8,0,0,0,
       
   442 34,
       
   443 'p','l','u','g','i','n','I','d',
       
   444 // - SetPluginSettings(Input)::pluginId
       
   445 //   - Variant value
       
   446 //     - Version 1.0
       
   447 //     - Variant value type, EVariantTypeDesC
       
   448 //     - Variant value length (LE)
       
   449 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   450 //     - Variant value
       
   451 10,
       
   452 5,
       
   453 1,0,0,0,
       
   454 6,
       
   455 '8',
       
   456 // - pluginConf::settings
       
   457 //   - Variant name
       
   458 //     - Version 1.0
       
   459 //     - Semantic ID (LE)    
       
   460 //     - Variant name length (LE)
       
   461 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   462 //     - Variant name
       
   463 10,
       
   464 12,0,0,0,
       
   465 8,0,0,0,
       
   466 34,
       
   467 's','e','t','t','i','n','g','s',
       
   468 // - pluginConf::settings
       
   469 //   - Variant value
       
   470 //     - Version 1.0
       
   471 //     - Variant value type, EVariantTypeList
       
   472 10,
       
   473 7,
       
   474 // - pluginConf::settings
       
   475 //   - Version 1.0
       
   476 //   - Item count (LE)
       
   477 10,
       
   478 1,0,0,0,
       
   479 // - pluginConf::settings
       
   480 //   - Version 1.0
       
   481 //   - List item starts
       
   482 10,
       
   483 0,0,0,0,
       
   484 // - pluginConf::settings[0]
       
   485 //   - Version 1.0
       
   486 //   - Variant value type, EVariantTypeMap
       
   487 10,
       
   488 8,
       
   489 // - settings[0] map
       
   490 //   - Version 1.0
       
   491 //   - Item count (LE)
       
   492 10,
       
   493 3,0,0,0,
       
   494 // - settings[0]::itemId
       
   495 //   - Variant name
       
   496 //     - Version 1.0
       
   497 //     - Semantic ID (LE)    
       
   498 //     - Variant name length (LE)
       
   499 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   500 //     - Variant name
       
   501 10,
       
   502 12,0,0,0,
       
   503 6,0,0,0,
       
   504 26,
       
   505 'i','t','e','m','I','d',
       
   506 // - settings[0]::itemId
       
   507 //   - Variant value
       
   508 //     - Version 1.0
       
   509 //     - Variant value type, EVariantTypeDesC
       
   510 //     - Variant value length (LE)
       
   511 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   512 //     - Variant value (empty)
       
   513 10,
       
   514 5,
       
   515 4,0,0,0,
       
   516 18,
       
   517 's','i','z','e',
       
   518 // - settings[0]::name
       
   519 //   - Variant name
       
   520 //     - Version 1.0
       
   521 //     - Semantic ID (LE)    
       
   522 //     - Variant name length (LE)
       
   523 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   524 //     - Variant name
       
   525 10,
       
   526 12,0,0,0,
       
   527 4,0,0,0,
       
   528 18,
       
   529 'n','a','m','e',
       
   530 // - settings[0]::name
       
   531 //   - Variant value
       
   532 //     - Version 1.0
       
   533 //     - Variant value type, EVariantTypeDesC
       
   534 //     - Variant value length (LE)
       
   535 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   536 //     - Variant value (empty)
       
   537 10,
       
   538 5,
       
   539 21,0,0,0,
       
   540 86,
       
   541 '&','q','t','n','_','s','6','0','s','h','o','r','t','c','u','t','_','s','i','z','e',
       
   542 // - settings[0]::properties
       
   543 //   - Variant name
       
   544 //     - Version 1.0
       
   545 //     - Semantic ID (LE)    
       
   546 //     - Variant name length (LE)
       
   547 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   548 //     - Variant name
       
   549 10,
       
   550 12,0,0,0,
       
   551 10,0,0,0,
       
   552 42,
       
   553 'p','r','o','p','e','r','t','i','e','s',
       
   554 // - settings[0]::properties
       
   555 //   - Variant value
       
   556 //     - Version 1.0
       
   557 //     - Variant value type, EVariantTypeList
       
   558 10,
       
   559 7,
       
   560 // - settings[0]::properties
       
   561 //   - Version 1.0
       
   562 //   - Item count (LE)
       
   563 10,
       
   564 3,0,0,0,
       
   565 // - settings[0]::properties
       
   566 //   - Version 1.0
       
   567 //   - List item starts
       
   568 10,
       
   569 0,0,0,0,
       
   570 // - properties[0]
       
   571 //   - Version 1.0
       
   572 //   - Variant value type, EVariantTypeMap
       
   573 10,
       
   574 8,
       
   575 // - properties[0] map
       
   576 //   - Version 1.0
       
   577 //   - Item count (LE)
       
   578 10,
       
   579 2,0,0,0,
       
   580 // - prperties[0]::name
       
   581 //   - Variant name
       
   582 //     - Version 1.0
       
   583 //     - Semantic ID (LE)    
       
   584 //     - Variant name length (LE)
       
   585 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   586 //     - Variant name
       
   587 10,
       
   588 12,0,0,0,
       
   589 4,0,0,0,
       
   590 18,
       
   591 'n','a','m','e',
       
   592 // - properties[0]::name
       
   593 //   - Variant value
       
   594 //     - Version 1.0
       
   595 //     - Variant value type, EVariantTypeDesC
       
   596 //     - Variant value length (LE)
       
   597 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   598 //     - Variant value
       
   599 10,
       
   600 5,
       
   601 6,0,0,0,
       
   602 26,
       
   603 'h','e','i','g','t','h',
       
   604 // - prperties[0]::value
       
   605 //   - Variant name
       
   606 //     - Version 1.0
       
   607 //     - Semantic ID (LE)    
       
   608 //     - Variant name length (LE)
       
   609 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   610 //     - Variant name
       
   611 10,
       
   612 12,0,0,0,
       
   613 5,0,0,0,
       
   614 22,
       
   615 'v','a','l','u','e',
       
   616 // - properties[0]::value
       
   617 //   - Variant value
       
   618 //     - Version 1.0
       
   619 //     - Variant value type, EVariantTypeDesC
       
   620 //     - Variant value length (LE)
       
   621 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   622 //     - Variant value
       
   623 10,
       
   624 5,
       
   625 2,0,0,0,
       
   626 10,
       
   627 '2','0',
       
   628 // - settings[0]::properties
       
   629 //   - Version 1.0
       
   630 //   - List item starts
       
   631 10,
       
   632 0,0,0,0,
       
   633 // - properties[1]
       
   634 //   - Version 1.0
       
   635 //   - Variant value type, EVariantTypeMap
       
   636 10,
       
   637 8,
       
   638 // - properties[1] map
       
   639 //   - Version 1.0
       
   640 //   - Item count (LE)
       
   641 10,
       
   642 2,0,0,0,
       
   643 // - prperties[1]::name
       
   644 //   - Variant name
       
   645 //     - Version 1.0
       
   646 //     - Semantic ID (LE)    
       
   647 //     - Variant name length (LE)
       
   648 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   649 //     - Variant name
       
   650 10,
       
   651 12,0,0,0,
       
   652 4,0,0,0,
       
   653 18,
       
   654 'n','a','m','e',
       
   655 // - properties[1]::name
       
   656 //   - Variant value
       
   657 //     - Version 1.0
       
   658 //     - Variant value type, EVariantTypeDesC
       
   659 //     - Variant value length (LE)
       
   660 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   661 //     - Variant value
       
   662 10,
       
   663 5,
       
   664 5,0,0,0,
       
   665 22,
       
   666 'w','i','d','t','h',
       
   667 // - prperties[1]::value
       
   668 //   - Variant name
       
   669 //     - Version 1.0
       
   670 //     - Semantic ID (LE)    
       
   671 //     - Variant name length (LE)
       
   672 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   673 //     - Variant name
       
   674 10,
       
   675 12,0,0,0,
       
   676 5,0,0,0,
       
   677 22,
       
   678 'v','a','l','u','e',
       
   679 // - properties[1]::value
       
   680 //   - Variant value
       
   681 //     - Version 1.0
       
   682 //     - Variant value type, EVariantTypeDesC
       
   683 //     - Variant value length (LE)
       
   684 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   685 //     - Variant value
       
   686 10,
       
   687 5,
       
   688 3,0,0,0,
       
   689 14,
       
   690 '2','4','0',
       
   691 // - settings[0]::properties
       
   692 //   - Version 1.0
       
   693 //   - List item starts
       
   694 10,
       
   695 0,0,0,0,
       
   696 // - properties[2]
       
   697 //   - Version 1.0
       
   698 //   - Variant value type, EVariantTypeMap
       
   699 10,
       
   700 8,
       
   701 // - properties[2] map
       
   702 //   - Version 1.0
       
   703 //   - Item count (LE)
       
   704 10,
       
   705 2,0,0,0,
       
   706 // - properties[2]::name
       
   707 //   - Variant name
       
   708 //     - Version 1.0
       
   709 //     - Semantic ID (LE)    
       
   710 //     - Variant name length (LE)
       
   711 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   712 //     - Variant name
       
   713 10,
       
   714 12,0,0,0,
       
   715 4,0,0,0,
       
   716 18,
       
   717 'n','a','m','e',
       
   718 // - properties[2]::name
       
   719 //   - Variant value
       
   720 //     - Version 1.0
       
   721 //     - Variant value type, EVariantTypeDesC
       
   722 //     - Variant value length (LE)
       
   723 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   724 //     - Variant value
       
   725 10,
       
   726 5,
       
   727 6,0,0,0,
       
   728 26,
       
   729 'l','o','c','k','e','d',
       
   730 // - properties[2]::value
       
   731 //   - Variant name
       
   732 //     - Version 1.0
       
   733 //     - Semantic ID (LE)    
       
   734 //     - Variant name length (LE)
       
   735 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   736 //     - Variant name
       
   737 10,
       
   738 12,0,0,0,
       
   739 5,0,0,0,
       
   740 22,
       
   741 'v','a','l','u','e',
       
   742 // - properties[2]::value
       
   743 //   - Variant value
       
   744 //     - Version 1.0
       
   745 //     - Variant value type, EVariantTypeDesC
       
   746 //     - Variant value length (LE)
       
   747 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   748 //     - Variant value
       
   749 10,
       
   750 5,
       
   751 3,0,0,0,
       
   752 14,
       
   753 'y','e','s'
       
   754 };
       
   755 
       
   756 // Test step 1 output:
       
   757 const TUint8 setpluginsettings_2_ts_2_output[] =  {
       
   758 // SetPluginSettings(Output)
       
   759 // - Version 1.0
       
   760 // - Item count (LE)
       
   761 10,
       
   762 1,0,0,0,
       
   763 // - SetPluginSettings(Output)::status
       
   764 //   - Variant name
       
   765 //     - Version 1.0
       
   766 //     - Semantic ID (LE)    
       
   767 //     - Variant name length (LE)
       
   768 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   769 //     - Variant name
       
   770 10,
       
   771 12,0,0,0,
       
   772 6,0,0,0,
       
   773 26,
       
   774 's','t','a','t','u','s',
       
   775 // - RemovePlugin(Input)::status
       
   776 //   - Variant value
       
   777 //     - Version 1.0
       
   778 //     - Variant value type, EVariantTypeTInt32
       
   779 //     - Variant value length (LE)
       
   780 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   781 //     - Variant value
       
   782 10,
       
   783 1,
       
   784 0,0,0,0
       
   785 };
       
   786 
       
   787 // Test step 3 method:
       
   788 
       
   789 const TUint8 setpluginsettings_2_ts_3_method[] = "SetPluginSettings";
       
   790 
       
   791 // Test step 1 input:
       
   792 
       
   793 const TUint8 setpluginsettings_2_ts_3_input[] = {
       
   794 // SetPluginSettings(Input)
       
   795 // - Version 1.0
       
   796 // - Item count (LE)
       
   797 10,
       
   798 2,0,0,0,
       
   799 // - SetPluginSettings(Input)::pluginId
       
   800 //   - Variant name
       
   801 //     - Version 1.0
       
   802 //     - Semantic ID (LE)    
       
   803 //     - Variant name length (LE)
       
   804 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   805 //     - Variant name
       
   806 10,
       
   807 12,0,0,0,
       
   808 8,0,0,0,
       
   809 34,
       
   810 'p','l','u','g','i','n','I','d',
       
   811 // - SetPluginSettings(Input)::pluginId
       
   812 //   - Variant value
       
   813 //     - Version 1.0
       
   814 //     - Variant value type, EVariantTypeDesC
       
   815 //     - Variant value length (LE)
       
   816 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   817 //     - Variant value
       
   818 10,
       
   819 5,
       
   820 1,0,0,0,
       
   821 6,
       
   822 '8',
       
   823 // - pluginConf::settings
       
   824 //   - Variant name
       
   825 //     - Version 1.0
       
   826 //     - Semantic ID (LE)    
       
   827 //     - Variant name length (LE)
       
   828 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   829 //     - Variant name
       
   830 10,
       
   831 12,0,0,0,
       
   832 8,0,0,0,
       
   833 34,
       
   834 's','e','t','t','i','n','g','s',
       
   835 // - pluginConf::settings
       
   836 //   - Variant value
       
   837 //     - Version 1.0
       
   838 //     - Variant value type, EVariantTypeList
       
   839 10,
       
   840 7,
       
   841 // - pluginConf::settings
       
   842 //   - Version 1.0
       
   843 //   - Item count (LE)
       
   844 10,
       
   845 1,0,0,0,
       
   846 // - pluginConf::settings
       
   847 //   - Version 1.0
       
   848 //   - List item starts
       
   849 10,
       
   850 0,0,0,0,
       
   851 // - pluginConf::settings[0]
       
   852 //   - Version 1.0
       
   853 //   - Variant value type, EVariantTypeMap
       
   854 10,
       
   855 8,
       
   856 // - settings[0] map
       
   857 //   - Version 1.0
       
   858 //   - Item count (LE)
       
   859 10,
       
   860 3,0,0,0,
       
   861 // - settings[0]::itemId
       
   862 //   - Variant name
       
   863 //     - Version 1.0
       
   864 //     - Semantic ID (LE)    
       
   865 //     - Variant name length (LE)
       
   866 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   867 //     - Variant name
       
   868 10,
       
   869 12,0,0,0,
       
   870 6,0,0,0,
       
   871 26,
       
   872 'i','t','e','m','I','d',
       
   873 // - settings[0]::itemId
       
   874 //   - Variant value
       
   875 //     - Version 1.0
       
   876 //     - Variant value type, EVariantTypeDesC
       
   877 //     - Variant value length (LE)
       
   878 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   879 //     - Variant value (empty)
       
   880 10,
       
   881 5,
       
   882 4,0,0,0,
       
   883 18,
       
   884 't','y','p','e',
       
   885 // - settings[0]::name
       
   886 //   - Variant name
       
   887 //     - Version 1.0
       
   888 //     - Semantic ID (LE)    
       
   889 //     - Variant name length (LE)
       
   890 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   891 //     - Variant name
       
   892 10,
       
   893 12,0,0,0,
       
   894 4,0,0,0,
       
   895 18,
       
   896 'n','a','m','e',
       
   897 // - settings[0]::name
       
   898 //   - Variant value
       
   899 //     - Version 1.0
       
   900 //     - Variant value type, EVariantTypeDesC
       
   901 //     - Variant value length (LE)
       
   902 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   903 //     - Variant value (empty)
       
   904 10,
       
   905 5,
       
   906 21,0,0,0,
       
   907 86,
       
   908 '&','q','t','n','_','s','6','0','s','h','o','r','t','c','u','t','_','s','i','z','e',
       
   909 // - settings[0]::properties
       
   910 //   - Variant name
       
   911 //     - Version 1.0
       
   912 //     - Semantic ID (LE)    
       
   913 //     - Variant name length (LE)
       
   914 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   915 //     - Variant name
       
   916 10,
       
   917 12,0,0,0,
       
   918 10,0,0,0,
       
   919 42,
       
   920 'p','r','o','p','e','r','t','i','e','s',
       
   921 // - settings[0]::properties
       
   922 //   - Variant value
       
   923 //     - Version 1.0
       
   924 //     - Variant value type, EVariantTypeList
       
   925 10,
       
   926 7,
       
   927 // - settings[0]::properties
       
   928 //   - Version 1.0
       
   929 //   - Item count (LE)
       
   930 10,
       
   931 3,0,0,0,
       
   932 // - settings[0]::properties
       
   933 //   - Version 1.0
       
   934 //   - List item starts
       
   935 10,
       
   936 0,0,0,0,
       
   937 // - properties[0]
       
   938 //   - Version 1.0
       
   939 //   - Variant value type, EVariantTypeMap
       
   940 10,
       
   941 8,
       
   942 // - properties[0] map
       
   943 //   - Version 1.0
       
   944 //   - Item count (LE)
       
   945 10,
       
   946 2,0,0,0,
       
   947 // - prperties[0]::name
       
   948 //   - Variant name
       
   949 //     - Version 1.0
       
   950 //     - Semantic ID (LE)    
       
   951 //     - Variant name length (LE)
       
   952 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   953 //     - Variant name
       
   954 10,
       
   955 12,0,0,0,
       
   956 4,0,0,0,
       
   957 18,
       
   958 'n','a','m','e',
       
   959 // - properties[0]::name
       
   960 //   - Variant value
       
   961 //     - Version 1.0
       
   962 //     - Variant value type, EVariantTypeDesC
       
   963 //     - Variant value length (LE)
       
   964 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   965 //     - Variant value
       
   966 10,
       
   967 5,
       
   968 6,0,0,0,
       
   969 26,
       
   970 'h','e','i','g','t','h',
       
   971 // - prperties[0]::value
       
   972 //   - Variant name
       
   973 //     - Version 1.0
       
   974 //     - Semantic ID (LE)    
       
   975 //     - Variant name length (LE)
       
   976 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   977 //     - Variant name
       
   978 10,
       
   979 12,0,0,0,
       
   980 5,0,0,0,
       
   981 22,
       
   982 'v','a','l','u','e',
       
   983 // - properties[0]::value
       
   984 //   - Variant value
       
   985 //     - Version 1.0
       
   986 //     - Variant value type, EVariantTypeDesC
       
   987 //     - Variant value length (LE)
       
   988 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   989 //     - Variant value
       
   990 10,
       
   991 5,
       
   992 2,0,0,0,
       
   993 10,
       
   994 '2','0',
       
   995 // - settings[0]::properties
       
   996 //   - Version 1.0
       
   997 //   - List item starts
       
   998 10,
       
   999 0,0,0,0,
       
  1000 // - properties[1]
       
  1001 //   - Version 1.0
       
  1002 //   - Variant value type, EVariantTypeMap
       
  1003 10,
       
  1004 8,
       
  1005 // - properties[1] map
       
  1006 //   - Version 1.0
       
  1007 //   - Item count (LE)
       
  1008 10,
       
  1009 2,0,0,0,
       
  1010 // - prperties[1]::name
       
  1011 //   - Variant name
       
  1012 //     - Version 1.0
       
  1013 //     - Semantic ID (LE)    
       
  1014 //     - Variant name length (LE)
       
  1015 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
  1016 //     - Variant name
       
  1017 10,
       
  1018 12,0,0,0,
       
  1019 4,0,0,0,
       
  1020 18,
       
  1021 'n','a','m','e',
       
  1022 // - properties[1]::name
       
  1023 //   - Variant value
       
  1024 //     - Version 1.0
       
  1025 //     - Variant value type, EVariantTypeDesC
       
  1026 //     - Variant value length (LE)
       
  1027 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
  1028 //     - Variant value
       
  1029 10,
       
  1030 5,
       
  1031 5,0,0,0,
       
  1032 22,
       
  1033 'w','i','d','t','h',
       
  1034 // - prperties[1]::value
       
  1035 //   - Variant name
       
  1036 //     - Version 1.0
       
  1037 //     - Semantic ID (LE)    
       
  1038 //     - Variant name length (LE)
       
  1039 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
  1040 //     - Variant name
       
  1041 10,
       
  1042 12,0,0,0,
       
  1043 5,0,0,0,
       
  1044 22,
       
  1045 'v','a','l','u','e',
       
  1046 // - properties[1]::value
       
  1047 //   - Variant value
       
  1048 //     - Version 1.0
       
  1049 //     - Variant value type, EVariantTypeDesC
       
  1050 //     - Variant value length (LE)
       
  1051 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
  1052 //     - Variant value
       
  1053 10,
       
  1054 5,
       
  1055 3,0,0,0,
       
  1056 14,
       
  1057 '2','4','0',
       
  1058 // - settings[0]::properties
       
  1059 //   - Version 1.0
       
  1060 //   - List item starts
       
  1061 10,
       
  1062 0,0,0,0,
       
  1063 // - properties[2]
       
  1064 //   - Version 1.0
       
  1065 //   - Variant value type, EVariantTypeMap
       
  1066 10,
       
  1067 8,
       
  1068 // - properties[2] map
       
  1069 //   - Version 1.0
       
  1070 //   - Item count (LE)
       
  1071 10,
       
  1072 2,0,0,0,
       
  1073 // - properties[2]::name
       
  1074 //   - Variant name
       
  1075 //     - Version 1.0
       
  1076 //     - Semantic ID (LE)    
       
  1077 //     - Variant name length (LE)
       
  1078 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
  1079 //     - Variant name
       
  1080 10,
       
  1081 12,0,0,0,
       
  1082 4,0,0,0,
       
  1083 18,
       
  1084 'n','a','m','e',
       
  1085 // - properties[2]::name
       
  1086 //   - Variant value
       
  1087 //     - Version 1.0
       
  1088 //     - Variant value type, EVariantTypeDesC
       
  1089 //     - Variant value length (LE)
       
  1090 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
  1091 //     - Variant value
       
  1092 10,
       
  1093 5,
       
  1094 6,0,0,0,
       
  1095 26,
       
  1096 'l','o','c','k','e','d',
       
  1097 // - properties[2]::value
       
  1098 //   - Variant name
       
  1099 //     - Version 1.0
       
  1100 //     - Semantic ID (LE)    
       
  1101 //     - Variant name length (LE)
       
  1102 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
  1103 //     - Variant name
       
  1104 10,
       
  1105 12,0,0,0,
       
  1106 5,0,0,0,
       
  1107 22,
       
  1108 'v','a','l','u','e',
       
  1109 // - properties[2]::value
       
  1110 //   - Variant value
       
  1111 //     - Version 1.0
       
  1112 //     - Variant value type, EVariantTypeDesC
       
  1113 //     - Variant value length (LE)
       
  1114 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
  1115 //     - Variant value
       
  1116 10,
       
  1117 5,
       
  1118 3,0,0,0,
       
  1119 14,
       
  1120 'y','e','s'
       
  1121 };
       
  1122 // Test step 1 output:
       
  1123 
       
  1124 const TUint8 setpluginsettings_2_ts_3_output[] =  {
       
  1125 // SetPluginSettings(Output)
       
  1126 // - Version 1.0
       
  1127 // - Item count (LE)
       
  1128 10,
       
  1129 1,0,0,0,
       
  1130 // - SetPluginSettings(Output)::status
       
  1131 //   - Variant name
       
  1132 //     - Version 1.0
       
  1133 //     - Semantic ID (LE)    
       
  1134 //     - Variant name length (LE)
       
  1135 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
  1136 //     - Variant name
       
  1137 10,
       
  1138 12,0,0,0,
       
  1139 6,0,0,0,
       
  1140 26,
       
  1141 's','t','a','t','u','s',
       
  1142 // - RemovePlugin(Input)::status
       
  1143 //   - Variant value
       
  1144 //     - Version 1.0
       
  1145 //     - Variant value type, EVariantTypeTInt32
       
  1146 //     - Variant value length (LE)
       
  1147 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
  1148 //     - Variant value
       
  1149 10,
       
  1150 1,
       
  1151 255,255,255,255
       
  1152 };
       
  1153 
       
  1154 
       
  1155 #endif // C_MT_HSPS_SETPLUGINSETTINGS_2_H