homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/inc/mt_hsps_setpluginsettings_1.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(1) test data
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_MT_HSPS_SETPLUGINSETTINGS_1_H
       
    20 #define C_MT_HSPS_SETPLUGINSETTINGS_1_H
       
    21 
       
    22 /* 
       
    23 SetPluginSettings(1)
       
    24 ----------------
       
    25  
       
    26 Test purpose
       
    27 
       
    28 The purpose of this test case is to verify that removing of a plugin fails, 
       
    29 when a plugin request to be removed cannot be found.
       
    30 
       
    31 Pre-conditions
       
    32 •   There must be installed test themes for Active Idle application and 
       
    33     Minimal 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”) same as installed
       
    46 •   Expected output:
       
    47     Set Settings succeed
       
    48 
       
    49 */
       
    50 
       
    51 // Test step 1 method:
       
    52 
       
    53 const TUint8 setpluginsettings_1_ts_1_method[] = "SetPluginSettings";
       
    54 
       
    55 // Test step 1 input:
       
    56 
       
    57 const TUint8 setpluginsettings_1_ts_1_input[] = {
       
    58 // SetPluginSettings(Input)
       
    59 // - Version 1.0
       
    60 // - Item count (LE)
       
    61 10,
       
    62 2,0,0,0,
       
    63 // - SetPluginSettings(Input)::pluginId
       
    64 //   - Variant name
       
    65 //     - Version 1.0
       
    66 //     - Semantic ID (LE)    
       
    67 //     - Variant name length (LE)
       
    68 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
    69 //     - Variant name
       
    70 10,
       
    71 12,0,0,0,
       
    72 8,0,0,0,
       
    73 34,
       
    74 'p','l','u','g','i','n','I','d',
       
    75 // - SetPluginSettings(Input)::pluginId
       
    76 //   - Variant value
       
    77 //     - Version 1.0
       
    78 //     - Variant value type, EVariantTypeDesC
       
    79 //     - Variant value length (LE)
       
    80 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
    81 //     - Variant value
       
    82 10,
       
    83 5,
       
    84 1,0,0,0,
       
    85 6,
       
    86 '1',
       
    87 // - pluginConf::settings
       
    88 //   - Variant name
       
    89 //     - Version 1.0
       
    90 //     - Semantic ID (LE)    
       
    91 //     - Variant name length (LE)
       
    92 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
    93 //     - Variant name
       
    94 10,
       
    95 12,0,0,0,
       
    96 8,0,0,0,
       
    97 34,
       
    98 's','e','t','t','i','n','g','s',
       
    99 // - pluginConf::settings
       
   100 //   - Variant value
       
   101 //     - Version 1.0
       
   102 //     - Variant value type, EVariantTypeList
       
   103 10,
       
   104 7,
       
   105 // - pluginConf::settings
       
   106 //   - Version 1.0
       
   107 //   - Item count (LE)
       
   108 10,
       
   109 1,0,0,0,
       
   110 // - pluginConf::settings
       
   111 //   - Version 1.0
       
   112 //   - List item starts
       
   113 10,
       
   114 0,0,0,0,
       
   115 
       
   116 // - items[0]
       
   117 //   - Version 1.0
       
   118 //   - Variant value type, EVariantTypeMap
       
   119 10,
       
   120 8,
       
   121 // - items[0] map
       
   122 //   - Version 1.0
       
   123 //   - Item count (LE)
       
   124 10,
       
   125 3,0,0,0,
       
   126 // - items[0]::itemId
       
   127 //   - Variant name
       
   128 //     - Version 1.0
       
   129 //     - Semantic ID (LE)    
       
   130 //     - Variant name length (LE)
       
   131 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   132 //     - Variant name
       
   133 10,
       
   134 12,0,0,0,
       
   135 6,0,0,0,
       
   136 26,
       
   137 'i','t','e','m','I','d',
       
   138 // - items[0]::itemId
       
   139 //   - Variant value
       
   140 //     - Version 1.0
       
   141 //     - Variant value type, EVariantTypeDesC
       
   142 //     - Variant value length (LE)
       
   143 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   144 //     - Variant value (empty)
       
   145 10,
       
   146 5,
       
   147 7,0,0,0,
       
   148 30,
       
   149 'b','g','c','o','l','o','r',
       
   150 // - items[0]::name
       
   151 //   - Variant name
       
   152 //     - Version 1.0
       
   153 //     - Semantic ID (LE)    
       
   154 //     - Variant name length (LE)
       
   155 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   156 //     - Variant name
       
   157 10,
       
   158 12,0,0,0,
       
   159 4,0,0,0,
       
   160 18,
       
   161 'n','a','m','e',
       
   162 // - items[0]::name
       
   163 //   - Variant value
       
   164 //     - Version 1.0
       
   165 //     - Variant value type, EVariantTypeDesC
       
   166 //     - Variant value length (LE)
       
   167 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   168 //     - Variant value (empty)
       
   169 10,
       
   170 5,
       
   171 12,0,0,0,
       
   172 50,
       
   173 '&','q','t','n','_','b','g','c','o','l','o','r',
       
   174 // - items[0]::properties
       
   175 //   - Variant name
       
   176 //     - Version 1.0
       
   177 //     - Semantic ID (LE)    
       
   178 //     - Variant name length (LE)
       
   179 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   180 //     - Variant name
       
   181 10,
       
   182 12,0,0,0,
       
   183 10,0,0,0,
       
   184 42,
       
   185 'p','r','o','p','e','r','t','i','e','s',
       
   186 // - items[0]::properties
       
   187 //   - Variant value
       
   188 //     - Version 1.0
       
   189 //     - Variant value type, EVariantTypeList
       
   190 10,
       
   191 7,
       
   192 // - items[0]::properties
       
   193 //   - Version 1.0
       
   194 //   - Item count (LE)
       
   195 10,
       
   196 1,0,0,0,
       
   197 // - items[0]::properties
       
   198 //   - Version 1.0
       
   199 //   - List item starts
       
   200 10,
       
   201 0,0,0,0,
       
   202 // - properties[0]
       
   203 //   - Version 1.0
       
   204 //   - Variant value type, EVariantTypeMap
       
   205 10,
       
   206 8,
       
   207 // - properties[0] map
       
   208 //   - Version 1.0
       
   209 //   - Item count (LE)
       
   210 10,
       
   211 2,0,0,0,
       
   212 // - prperties[0]::name
       
   213 //   - Variant name
       
   214 //     - Version 1.0
       
   215 //     - Semantic ID (LE)    
       
   216 //     - Variant name length (LE)
       
   217 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   218 //     - Variant name
       
   219 10,
       
   220 12,0,0,0,
       
   221 4,0,0,0,
       
   222 18,
       
   223 'n','a','m','e',
       
   224 // - properties[0]::name
       
   225 //   - Variant value
       
   226 //     - Version 1.0
       
   227 //     - Variant value type, EVariantTypeDesC
       
   228 //     - Variant value length (LE)
       
   229 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   230 //     - Variant value
       
   231 10,
       
   232 5,
       
   233 5,0,0,0,
       
   234 22,
       
   235 'v','a','l','u','e',
       
   236 // - prperties[0]::value
       
   237 //   - Variant name
       
   238 //     - Version 1.0
       
   239 //     - Semantic ID (LE)    
       
   240 //     - Variant name length (LE)
       
   241 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   242 //     - Variant name
       
   243 10,
       
   244 12,0,0,0,
       
   245 5,0,0,0,
       
   246 22,
       
   247 'v','a','l','u','e',
       
   248 // - properties[0]::value
       
   249 //   - Variant value
       
   250 //     - Version 1.0
       
   251 //     - Variant value type, EVariantTypeDesC
       
   252 //     - Variant value length (LE)
       
   253 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   254 //     - Variant value
       
   255 10,
       
   256 5,
       
   257 9,0,0,0,
       
   258 38,
       
   259 '1','2','3',',','1','2','3',',','0'
       
   260 };
       
   261 // Test step 1 output:
       
   262 
       
   263 const TUint8 setpluginsettings_1_ts_1_output[] =  {
       
   264 // SetPluginSettings(Output)
       
   265 // - Version 1.0
       
   266 // - Item count (LE)
       
   267 10,
       
   268 1,0,0,0,
       
   269 // - SetPluginSettings(Output)::status
       
   270 //   - Variant name
       
   271 //     - Version 1.0
       
   272 //     - Semantic ID (LE)    
       
   273 //     - Variant name length (LE)
       
   274 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   275 //     - Variant name
       
   276 10,
       
   277 12,0,0,0,
       
   278 6,0,0,0,
       
   279 26,
       
   280 's','t','a','t','u','s',
       
   281 // - RemovePlugin(Input)::status
       
   282 //   - Variant value
       
   283 //     - Version 1.0
       
   284 //     - Variant value type, EVariantTypeTInt32
       
   285 //     - Variant value length (LE)
       
   286 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   287 //     - Variant value
       
   288 10,
       
   289 1,
       
   290 0,0,0,0
       
   291 };
       
   292 
       
   293 const TUint8 setpluginsettings_1_ts_2_method[] = "SetPluginSettings";
       
   294 
       
   295 // Test step 2 input:
       
   296 
       
   297 const TUint8 setpluginsettings_1_ts_2_input[] = {
       
   298 // SetPluginSettings(Input)
       
   299 // - Version 1.0
       
   300 // - Item count (LE)
       
   301 10,
       
   302 2,0,0,0,
       
   303 // - SetPluginSettings(Input)::pluginId
       
   304 //   - Variant name
       
   305 //     - Version 1.0
       
   306 //     - Semantic ID (LE)    
       
   307 //     - Variant name length (LE)
       
   308 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   309 //     - Variant name
       
   310 10,
       
   311 12,0,0,0,
       
   312 8,0,0,0,
       
   313 34,
       
   314 'p','l','u','g','i','n','I','d',
       
   315 // - SetPluginSettings(Input)::pluginId
       
   316 //   - Variant value
       
   317 //     - Version 1.0
       
   318 //     - Variant value type, EVariantTypeDesC
       
   319 //     - Variant value length (LE)
       
   320 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   321 //     - Variant value
       
   322 10,
       
   323 5,
       
   324 1,0,0,0,
       
   325 6,
       
   326 '1',
       
   327 // - pluginConf::settings
       
   328 //   - Variant name
       
   329 //     - Version 1.0
       
   330 //     - Semantic ID (LE)    
       
   331 //     - Variant name length (LE)
       
   332 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   333 //     - Variant name
       
   334 10,
       
   335 12,0,0,0,
       
   336 8,0,0,0,
       
   337 34,
       
   338 's','e','t','t','i','n','g','s',
       
   339 // - pluginConf::settings
       
   340 //   - Variant value
       
   341 //     - Version 1.0
       
   342 //     - Variant value type, EVariantTypeList
       
   343 10,
       
   344 7,
       
   345 // - pluginConf::settings
       
   346 //   - Version 1.0
       
   347 //   - Item count (LE)
       
   348 10,
       
   349 1,0,0,0,
       
   350 // - pluginConf::settings
       
   351 //   - Version 1.0
       
   352 //   - List item starts
       
   353 10,
       
   354 0,0,0,0,
       
   355 
       
   356 // - items[0]
       
   357 //   - Version 1.0
       
   358 //   - Variant value type, EVariantTypeMap
       
   359 10,
       
   360 8,
       
   361 // - items[0] map
       
   362 //   - Version 1.0
       
   363 //   - Item count (LE)
       
   364 10,
       
   365 3,0,0,0,
       
   366 // - items[0]::itemId
       
   367 //   - Variant name
       
   368 //     - Version 1.0
       
   369 //     - Semantic ID (LE)    
       
   370 //     - Variant name length (LE)
       
   371 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   372 //     - Variant name
       
   373 10,
       
   374 12,0,0,0,
       
   375 6,0,0,0,
       
   376 26,
       
   377 'i','t','e','m','I','d',
       
   378 // - items[0]::itemId
       
   379 //   - Variant value
       
   380 //     - Version 1.0
       
   381 //     - Variant value type, EVariantTypeDesC
       
   382 //     - Variant value length (LE)
       
   383 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   384 //     - Variant value (empty)
       
   385 10,
       
   386 5,
       
   387 7,0,0,0,
       
   388 30,
       
   389 'b','g','c','o','l','o','r',
       
   390 // - items[0]::name
       
   391 //   - Variant name
       
   392 //     - Version 1.0
       
   393 //     - Semantic ID (LE)    
       
   394 //     - Variant name length (LE)
       
   395 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   396 //     - Variant name
       
   397 10,
       
   398 12,0,0,0,
       
   399 4,0,0,0,
       
   400 18,
       
   401 'n','a','m','e',
       
   402 // - items[0]::name
       
   403 //   - Variant value
       
   404 //     - Version 1.0
       
   405 //     - Variant value type, EVariantTypeDesC
       
   406 //     - Variant value length (LE)
       
   407 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   408 //     - Variant value (empty)
       
   409 10,
       
   410 5,
       
   411 12,0,0,0,
       
   412 50,
       
   413 '&','q','t','n','_','b','g','c','o','l','o','r',
       
   414 // - items[0]::properties
       
   415 //   - Variant name
       
   416 //     - Version 1.0
       
   417 //     - Semantic ID (LE)    
       
   418 //     - Variant name length (LE)
       
   419 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   420 //     - Variant name
       
   421 10,
       
   422 12,0,0,0,
       
   423 10,0,0,0,
       
   424 42,
       
   425 'p','r','o','p','e','r','t','i','e','s',
       
   426 // - items[0]::properties
       
   427 //   - Variant value
       
   428 //     - Version 1.0
       
   429 //     - Variant value type, EVariantTypeList
       
   430 10,
       
   431 7,
       
   432 // - items[0]::properties
       
   433 //   - Version 1.0
       
   434 //   - Item count (LE)
       
   435 10,
       
   436 1,0,0,0,
       
   437 // - items[0]::properties
       
   438 //   - Version 1.0
       
   439 //   - List item starts
       
   440 10,
       
   441 0,0,0,0,
       
   442 // - properties[0]
       
   443 //   - Version 1.0
       
   444 //   - Variant value type, EVariantTypeMap
       
   445 10,
       
   446 8,
       
   447 // - properties[0] map
       
   448 //   - Version 1.0
       
   449 //   - Item count (LE)
       
   450 10,
       
   451 2,0,0,0,
       
   452 // - prperties[0]::name
       
   453 //   - Variant name
       
   454 //     - Version 1.0
       
   455 //     - Semantic ID (LE)    
       
   456 //     - Variant name length (LE)
       
   457 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   458 //     - Variant name
       
   459 10,
       
   460 12,0,0,0,
       
   461 4,0,0,0,
       
   462 18,
       
   463 'n','a','m','e',
       
   464 // - properties[0]::name
       
   465 //   - Variant value
       
   466 //     - Version 1.0
       
   467 //     - Variant value type, EVariantTypeDesC
       
   468 //     - Variant value length (LE)
       
   469 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   470 //     - Variant value
       
   471 10,
       
   472 5,
       
   473 5,0,0,0,
       
   474 22,
       
   475 'v','a','l','u','e',
       
   476 // - prperties[0]::value
       
   477 //   - Variant name
       
   478 //     - Version 1.0
       
   479 //     - Semantic ID (LE)    
       
   480 //     - Variant name length (LE)
       
   481 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   482 //     - Variant name
       
   483 10,
       
   484 12,0,0,0,
       
   485 5,0,0,0,
       
   486 22,
       
   487 'v','a','l','u','e',
       
   488 // - properties[0]::value
       
   489 //   - Variant value
       
   490 //     - Version 1.0
       
   491 //     - Variant value type, EVariantTypeDesC
       
   492 //     - Variant value length (LE)
       
   493 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   494 //     - Variant value
       
   495 10,
       
   496 5,
       
   497 9,0,0,0,
       
   498 38,
       
   499 '1','2','3',',','1','2','3',',','0'
       
   500 };
       
   501 // Test step 1 output:
       
   502 
       
   503 const TUint8 setpluginsettings_1_ts_2_output[] =  {
       
   504 // SetPluginSettings(Output)
       
   505 // - Version 1.0
       
   506 // - Item count (LE)
       
   507 10,
       
   508 1,0,0,0,
       
   509 // - SetPluginSettings(Output)::status
       
   510 //   - Variant name
       
   511 //     - Version 1.0
       
   512 //     - Semantic ID (LE)    
       
   513 //     - Variant name length (LE)
       
   514 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   515 //     - Variant name
       
   516 10,
       
   517 12,0,0,0,
       
   518 6,0,0,0,
       
   519 26,
       
   520 's','t','a','t','u','s',
       
   521 // - RemovePlugin(Input)::status
       
   522 //   - Variant value
       
   523 //     - Version 1.0
       
   524 //     - Variant value type, EVariantTypeTInt32
       
   525 //     - Variant value length (LE)
       
   526 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   527 //     - Variant value
       
   528 10,
       
   529 1,
       
   530 0,0,0,0
       
   531 };
       
   532 
       
   533 
       
   534 
       
   535 // Test step 1 method:
       
   536 
       
   537 const TUint8 setpluginsettings_1_ts_3_method[] = "SetPluginSettings";
       
   538 
       
   539 // Test step 1 input:
       
   540 
       
   541 const TUint8 setpluginsettings_1_ts_3_input[] = {
       
   542 // SetPluginSettings(Input)
       
   543 // - Version 1.0
       
   544 // - Item count (LE)
       
   545 10,
       
   546 2,0,0,0,
       
   547 // - SetPluginSettings(Input)::pluginId
       
   548 //   - Variant name
       
   549 //     - Version 1.0
       
   550 //     - Semantic ID (LE)    
       
   551 //     - Variant name length (LE)
       
   552 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   553 //     - Variant name
       
   554 10,
       
   555 12,0,0,0,
       
   556 8,0,0,0,
       
   557 34,
       
   558 'p','l','u','g','i','n','I','d',
       
   559 // - SetPluginSettings(Input)::pluginId
       
   560 //   - Variant value
       
   561 //     - Version 1.0
       
   562 //     - Variant value type, EVariantTypeDesC
       
   563 //     - Variant value length (LE)
       
   564 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   565 //     - Variant value
       
   566 10,
       
   567 5,
       
   568 1,0,0,0,
       
   569 6,
       
   570 '1',
       
   571 // - pluginConf::settings
       
   572 //   - Variant name
       
   573 //     - Version 1.0
       
   574 //     - Semantic ID (LE)    
       
   575 //     - Variant name length (LE)
       
   576 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   577 //     - Variant name
       
   578 10,
       
   579 12,0,0,0,
       
   580 8,0,0,0,
       
   581 34,
       
   582 's','e','t','t','i','n','g','s',
       
   583 // - pluginConf::settings
       
   584 //   - Variant value
       
   585 //     - Version 1.0
       
   586 //     - Variant value type, EVariantTypeList
       
   587 10,
       
   588 7,
       
   589 // - pluginConf::settings
       
   590 //   - Version 1.0
       
   591 //   - Item count (LE)
       
   592 10,
       
   593 1,0,0,0,
       
   594 // - pluginConf::settings
       
   595 //   - Version 1.0
       
   596 //   - List item starts
       
   597 10,
       
   598 0,0,0,0,
       
   599 
       
   600 // - items[0]
       
   601 //   - Version 1.0
       
   602 //   - Variant value type, EVariantTypeMap
       
   603 10,
       
   604 8,
       
   605 // - items[0] map
       
   606 //   - Version 1.0
       
   607 //   - Item count (LE)
       
   608 10,
       
   609 3,0,0,0,
       
   610 // - items[0]::itemId
       
   611 //   - Variant name
       
   612 //     - Version 1.0
       
   613 //     - Semantic ID (LE)    
       
   614 //     - Variant name length (LE)
       
   615 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   616 //     - Variant name
       
   617 10,
       
   618 12,0,0,0,
       
   619 6,0,0,0,
       
   620 26,
       
   621 'i','t','e','m','I','d',
       
   622 // - items[0]::itemId
       
   623 //   - Variant value
       
   624 //     - Version 1.0
       
   625 //     - Variant value type, EVariantTypeDesC
       
   626 //     - Variant value length (LE)
       
   627 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   628 //     - Variant value (empty)
       
   629 10,
       
   630 5,
       
   631 7,0,0,0,
       
   632 30,
       
   633 'b','g','c','o','l','o','r',
       
   634 // - items[0]::name
       
   635 //   - Variant name
       
   636 //     - Version 1.0
       
   637 //     - Semantic ID (LE)    
       
   638 //     - Variant name length (LE)
       
   639 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   640 //     - Variant name
       
   641 10,
       
   642 12,0,0,0,
       
   643 4,0,0,0,
       
   644 18,
       
   645 'n','a','m','e',
       
   646 // - items[0]::name
       
   647 //   - Variant value
       
   648 //     - Version 1.0
       
   649 //     - Variant value type, EVariantTypeDesC
       
   650 //     - Variant value length (LE)
       
   651 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   652 //     - Variant value (empty)
       
   653 10,
       
   654 5,
       
   655 12,0,0,0,
       
   656 50,
       
   657 '&','q','t','n','_','b','g','c','o','l','o','r',
       
   658 // - items[0]::properties
       
   659 //   - Variant name
       
   660 //     - Version 1.0
       
   661 //     - Semantic ID (LE)    
       
   662 //     - Variant name length (LE)
       
   663 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   664 //     - Variant name
       
   665 10,
       
   666 12,0,0,0,
       
   667 10,0,0,0,
       
   668 42,
       
   669 'p','r','o','p','e','r','t','i','e','s',
       
   670 // - items[0]::properties
       
   671 //   - Variant value
       
   672 //     - Version 1.0
       
   673 //     - Variant value type, EVariantTypeList
       
   674 10,
       
   675 7,
       
   676 // - items[0]::properties
       
   677 //   - Version 1.0
       
   678 //   - Item count (LE)
       
   679 10,
       
   680 1,0,0,0,
       
   681 // - items[0]::properties
       
   682 //   - Version 1.0
       
   683 //   - List item starts
       
   684 10,
       
   685 0,0,0,0,
       
   686 // - properties[0]
       
   687 //   - Version 1.0
       
   688 //   - Variant value type, EVariantTypeMap
       
   689 10,
       
   690 8,
       
   691 // - properties[0] map
       
   692 //   - Version 1.0
       
   693 //   - Item count (LE)
       
   694 10,
       
   695 2,0,0,0,
       
   696 // - prperties[0]::name
       
   697 //   - Variant name
       
   698 //     - Version 1.0
       
   699 //     - Semantic ID (LE)    
       
   700 //     - Variant name length (LE)
       
   701 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   702 //     - Variant name
       
   703 10,
       
   704 12,0,0,0,
       
   705 4,0,0,0,
       
   706 18,
       
   707 'n','a','m','e',
       
   708 // - properties[0]::name
       
   709 //   - Variant value
       
   710 //     - Version 1.0
       
   711 //     - Variant value type, EVariantTypeDesC
       
   712 //     - Variant value length (LE)
       
   713 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   714 //     - Variant value
       
   715 10,
       
   716 5,
       
   717 5,0,0,0,
       
   718 22,
       
   719 'v','a','l','u','e',
       
   720 // - prperties[0]::value
       
   721 //   - Variant name
       
   722 //     - Version 1.0
       
   723 //     - Semantic ID (LE)    
       
   724 //     - Variant name length (LE)
       
   725 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   726 //     - Variant name
       
   727 10,
       
   728 12,0,0,0,
       
   729 5,0,0,0,
       
   730 22,
       
   731 'v','a','l','u','e',
       
   732 // - properties[0]::value
       
   733 //   - Variant value
       
   734 //     - Version 1.0
       
   735 //     - Variant value type, EVariantTypeDesC
       
   736 //     - Variant value length (LE)
       
   737 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   738 //     - Variant value
       
   739 10,
       
   740 5,
       
   741 9,0,0,0,
       
   742 38,
       
   743 '2','0','0',',','1','0','0',',','0'
       
   744 };
       
   745 // Test step 1 output:
       
   746 
       
   747 const TUint8 setpluginsettings_1_ts_3_output[] =  {
       
   748 // SetPluginSettings(Output)
       
   749 // - Version 1.0
       
   750 // - Item count (LE)
       
   751 10,
       
   752 1,0,0,0,
       
   753 // - SetPluginSettings(Output)::status
       
   754 //   - Variant name
       
   755 //     - Version 1.0
       
   756 //     - Semantic ID (LE)    
       
   757 //     - Variant name length (LE)
       
   758 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   759 //     - Variant name
       
   760 10,
       
   761 12,0,0,0,
       
   762 6,0,0,0,
       
   763 26,
       
   764 's','t','a','t','u','s',
       
   765 // - RemovePlugin(Input)::status
       
   766 //   - Variant value
       
   767 //     - Version 1.0
       
   768 //     - Variant value type, EVariantTypeTInt32
       
   769 //     - Variant value length (LE)
       
   770 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   771 //     - Variant value
       
   772 10,
       
   773 1,
       
   774 0,0,0,0
       
   775 };
       
   776 #endif // C_MT_HSPS_REMOVEPLUGIN_1_H