homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/inc/mt_hsps_getpluginlist_3.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 GetPluginList(3) test data
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_MT_HSPS_GETPLUGINLIST_3_H
       
    20 #define C_MT_HSPS_GETPLUGINLIST_3_H
       
    21 
       
    22 /* 
       
    23 GetPluginList(3)
       
    24 ----------------
       
    25  
       
    26 Test purpose
       
    27 
       
    28 The purpose of this test case is to verify that plugin list including Typical 
       
    29 view conf 1 and Typical view conf 2 is returned when GetPluginList is called with 
       
    30 plugin type view.
       
    31 
       
    32 Pre-conditions
       
    33 
       
    34 There must be installed test themes for Active Idle application and Typical 
       
    35 configuration must be set as active
       
    36 
       
    37 Test steps
       
    38 
       
    39 Test step 1:
       
    40 •   Input:
       
    41     GetPluginList(“view”)
       
    42 •   Expected output
       
    43     List of Typical aconfiguration plugins:
       
    44     o   Typical view conf 1
       
    45     o   Typical view conf 2
       
    46 
       
    47 */
       
    48 
       
    49 // Test step 1 method:
       
    50 
       
    51 const TUint8 getpluginlist_3_ts_1_method[] = "GetPluginList";
       
    52 
       
    53 // Test step 1 input:
       
    54 
       
    55 const TUint8 getpluginlist_3_ts_1_input[] = {
       
    56 // GetPluginList(Input)
       
    57 // - Version 1.0
       
    58 // - Item count (LE)
       
    59 10,
       
    60 1,0,0,0,
       
    61 // - GetPluginList(Input)::type
       
    62 //   - Variant name
       
    63 //     - Version 1.0
       
    64 //     - Semantic ID (LE)    
       
    65 //     - Variant name length (LE)
       
    66 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
    67 //     - Variant name
       
    68 10,
       
    69 12,0,0,0,
       
    70 4,0,0,0,
       
    71 18,
       
    72 't','y','p','e',
       
    73 // - GetPluginList(Input)::type
       
    74 //   - Variant value
       
    75 //     - Version 1.0
       
    76 //     - Variant value type, EVariantTypeDesC
       
    77 //     - Variant value length (LE)
       
    78 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
    79 //     - Variant value
       
    80 10,
       
    81 5,
       
    82 4,0,0,0,
       
    83 18,
       
    84 'v','i','e','w'
       
    85 };
       
    86 
       
    87 // Test step 1 output:
       
    88 
       
    89 const TUint8 getpluginlist_3_ts_1_output[] = {
       
    90 // GetPluginList(Output)
       
    91 // - Version 1.0
       
    92 // - Item count (LE)
       
    93 10,
       
    94 1,0,0,0,
       
    95 // GetPluginList(Output)::plugins
       
    96 // - Variant name
       
    97 //   - Version 1.0
       
    98 //   - Semantic ID (LE)    
       
    99 //   - Variant name length (LE)
       
   100 //   - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   101 //   - Variant name
       
   102 10,
       
   103 12,0,0,0,
       
   104 7,0,0,0,
       
   105 30,
       
   106 'p','l','u','g','i','n','s',
       
   107 // GetPluginList(Output)::plugins
       
   108 // - Variant value
       
   109 //   - Version 1.0
       
   110 //   - Variant value type, EVariantTypeList
       
   111 10,
       
   112 7,
       
   113 // GetPluginList(Output)::plugins
       
   114 // - Version 1.0
       
   115 // - Item count (LE)
       
   116 10,
       
   117 2,0,0,0,
       
   118 // GetPluginList(Output)::plugins
       
   119 // - Version 1.0
       
   120 // - List item starts
       
   121 10,
       
   122 0,0,0,0,
       
   123 // - plugins[0]
       
   124 //   - Version 1.0
       
   125 //   - Variant value type, EVariantTypeMap
       
   126 10,
       
   127 8,
       
   128 // - plugins[0] map
       
   129 //   - Version 1.0
       
   130 //   - Item count (LE)
       
   131 10,
       
   132 6,0,0,0,
       
   133 // - plugins[0]::id
       
   134 //   - Variant name
       
   135 //     - Version 1.0
       
   136 //     - Semantic ID (LE)    
       
   137 //     - Variant name length (LE)
       
   138 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   139 //     - Variant name
       
   140 10,
       
   141 12,0,0,0,
       
   142 2,0,0,0,
       
   143 10,
       
   144 'i','d',
       
   145 // - plugins[0]::id
       
   146 //   - Variant value
       
   147 //     - Version 1.0
       
   148 //     - Variant value type, EVariantTypeDesC
       
   149 //     - Variant value length (LE)
       
   150 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   151 //     - Variant value
       
   152 10,
       
   153 5,
       
   154 1,0,0,0,
       
   155 6,
       
   156 '1',
       
   157 // - plugins[0]::type
       
   158 //   - Variant name
       
   159 //     - Version 1.0
       
   160 //     - Semantic ID (LE)    
       
   161 //     - Variant name length (LE)
       
   162 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   163 //     - Variant name
       
   164 10,
       
   165 12,0,0,0,
       
   166 4,0,0,0,
       
   167 18,
       
   168 't','y','p','e',
       
   169 // - plugins[0]::type
       
   170 //   - Variant value
       
   171 //     - Version 1.0
       
   172 //     - Variant value type, EVariantTypeDesC
       
   173 //     - Variant value length (LE)
       
   174 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   175 //     - Variant value
       
   176 10,
       
   177 5,
       
   178 4,0,0,0,
       
   179 18,
       
   180 'v','i','e','w',
       
   181 // - plugins[0]::name
       
   182 //   - Variant name
       
   183 //     - Version 1.0
       
   184 //     - Semantic ID (LE)    
       
   185 //     - Variant name length (LE)
       
   186 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   187 //     - Variant name
       
   188 10,
       
   189 12,0,0,0,
       
   190 4,0,0,0,
       
   191 18,
       
   192 'n','a','m','e',
       
   193 // - plugins[0]::name
       
   194 //   - Variant value
       
   195 //     - Version 1.0
       
   196 //     - Variant value type, EVariantTypeDesC
       
   197 //     - Variant value length (LE)
       
   198 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   199 //     - Variant value
       
   200 10,
       
   201 5,
       
   202 15,0,0,0,
       
   203 62,
       
   204 'T','y','p','i','c','a','l',' ','-',' ','V','i','e','w','1',
       
   205 // - plugins[0]::activationstate
       
   206 //   - Variant name
       
   207 //     - Version 1.0
       
   208 //     - Semantic ID (LE)    
       
   209 //     - Variant name length (LE)
       
   210 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   211 //     - Variant name
       
   212 10,
       
   213 12,0,0,0,
       
   214 15,0,0,0,
       
   215 62,
       
   216 'a','c','t','i','v','a','t','i','o','n','s','t','a','t','e',
       
   217 // - plugins[0]::activationstate
       
   218 //   - Variant value
       
   219 //     - Version 1.0
       
   220 //     - Variant value type, EVariantTypeDesC
       
   221 //     - Variant value length (LE)
       
   222 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   223 //     - Variant value
       
   224 10,
       
   225 5,
       
   226 1,0,0,0,
       
   227 6,
       
   228 '1',
       
   229 // - plugins[0]::description
       
   230 //   - Variant name
       
   231 //     - Version 1.0
       
   232 //     - Semantic ID (LE)    
       
   233 //     - Variant name length (LE)
       
   234 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   235 //     - Variant name
       
   236 10,
       
   237 12,0,0,0,
       
   238 4,0,0,0,
       
   239 18,
       
   240 'd','e','s','c',
       
   241 // - plugins[0]::description
       
   242 //   - Variant value
       
   243 //     - Version 1.0
       
   244 //     - Variant value type, EVariantTypeDesC
       
   245 //     - Variant value length (LE)
       
   246 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   247 //     - Variant value
       
   248 10,
       
   249 5,
       
   250 0,0,0,0,
       
   251 2,
       
   252 // - plugins[0]::locking_status
       
   253 //   - Variant name
       
   254 //     - Version 1.0
       
   255 //     - Semantic ID (LE)    
       
   256 //     - Variant name length (LE)
       
   257 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   258 //     - Variant name
       
   259 10,
       
   260 12,0,0,0,
       
   261 14,0,0,0,
       
   262 58,
       
   263 'l','o','c','k','i','n','g','_','s','t','a','t','u','s',
       
   264 // - plugins[0]::locking_status
       
   265 //   - Variant value
       
   266 //     - Version 1.0
       
   267 //     - Variant value type, EVariantTypeDesC
       
   268 //     - Variant value length (LE)
       
   269 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   270 //     - Variant value
       
   271 10,
       
   272 5,
       
   273 4,0,0,0,
       
   274 18,
       
   275 'n','o','n','e',
       
   276 // GetPluginList(Output)::plugins
       
   277 // - Version 1.0
       
   278 // - List item starts
       
   279 10,
       
   280 0,0,0,0,
       
   281 // - plugins[1]
       
   282 //   - Version 1.0
       
   283 //   - Variant value type, EVariantTypeMap
       
   284 10,
       
   285 8,
       
   286 // - plugins[1] map
       
   287 //   - Version 1.0
       
   288 //   - Item count (LE)
       
   289 10,
       
   290 6,0,0,0,
       
   291 // - plugins[1]::id
       
   292 //   - Variant name
       
   293 //     - Version 1.0
       
   294 //     - Semantic ID (LE)    
       
   295 //     - Variant name length (LE)
       
   296 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   297 //     - Variant name
       
   298 10,
       
   299 12,0,0,0,
       
   300 2,0,0,0,
       
   301 10,
       
   302 'i','d',
       
   303 // - plugins[1]::id
       
   304 //   - Variant value
       
   305 //     - Version 1.0
       
   306 //     - Variant value type, EVariantTypeDesC
       
   307 //     - Variant value length (LE)
       
   308 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   309 //     - Variant value
       
   310 10,
       
   311 5,
       
   312 1,0,0,0,
       
   313 6,
       
   314 '5',
       
   315 // - plugins[1]::type
       
   316 //   - Variant name
       
   317 //     - Version 1.0
       
   318 //     - Semantic ID (LE)    
       
   319 //     - Variant name length (LE)
       
   320 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   321 //     - Variant name
       
   322 10,
       
   323 12,0,0,0,
       
   324 4,0,0,0,
       
   325 18,
       
   326 't','y','p','e',
       
   327 // - plugins[1]::type
       
   328 //   - Variant value
       
   329 //     - Version 1.0
       
   330 //     - Variant value type, EVariantTypeDesC
       
   331 //     - Variant value length (LE)
       
   332 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   333 //     - Variant value
       
   334 10,
       
   335 5,
       
   336 4,0,0,0,
       
   337 18,
       
   338 'v','i','e','w',
       
   339 // - plugins[1]::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 // - plugins[1]::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 15,0,0,0,
       
   361 62,
       
   362 'T','y','p','i','c','a','l',' ','-',' ','V','i','e','w','2',
       
   363 // - plugins[1]::activationstate
       
   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 15,0,0,0,
       
   373 62,
       
   374 'a','c','t','i','v','a','t','i','o','n','s','t','a','t','e',
       
   375 // - plugins[1]::activationstate
       
   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 1,0,0,0,
       
   385 6,
       
   386 '0',
       
   387 // - plugins[1]::description
       
   388 //   - Variant name
       
   389 //     - Version 1.0
       
   390 //     - Semantic ID (LE)    
       
   391 //     - Variant name length (LE)
       
   392 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   393 //     - Variant name
       
   394 10,
       
   395 12,0,0,0,
       
   396 4,0,0,0,
       
   397 18,
       
   398 'd','e','s','c',
       
   399 // - plugins[1]::description
       
   400 //   - Variant value
       
   401 //     - Version 1.0
       
   402 //     - Variant value type, EVariantTypeDesC
       
   403 //     - Variant value length (LE)
       
   404 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   405 //     - Variant value
       
   406 10,
       
   407 5,
       
   408 0,0,0,0,
       
   409 2,
       
   410 // - plugins[1]::locking_status
       
   411 //   - Variant name
       
   412 //     - Version 1.0
       
   413 //     - Semantic ID (LE)    
       
   414 //     - Variant name length (LE)
       
   415 //     - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 )
       
   416 //     - Variant name
       
   417 10,
       
   418 12,0,0,0,
       
   419 14,0,0,0,
       
   420 58,
       
   421 'l','o','c','k','i','n','g','_','s','t','a','t','u','s',
       
   422 // - plugins[1]::locking_status
       
   423 //   - Variant value
       
   424 //     - Version 1.0
       
   425 //     - Variant value type, EVariantTypeDesC
       
   426 //     - Variant value length (LE)
       
   427 //     - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 )
       
   428 //     - Variant value
       
   429 10,
       
   430 5,
       
   431 4,0,0,0,
       
   432 18,
       
   433 'n','o','n','e'
       
   434 };
       
   435 
       
   436 #endif // C_MT_HSPS_GETPLUGINLIST_3_H