mmappfw_plat/mpx_collection_utility_api/tsrc/conf/mpxcollectionplaylisttest.cfg
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 [Define]
       
     2 KTrue 1
       
     3 KFalse 0
       
     4 
       
     5 // CMPXCollectionPath
       
     6 KMPXPathLevel1 33331
       
     7 KMPXPathLevel2 33332
       
     8 KMPXPathLevel3 33333
       
     9 KMPXPathItem1  44441
       
    10 KMPXPathItem2  44442
       
    11 KMPXPathItem3  44443
       
    12 KMPXPathItem4  44444
       
    13 KMPXPathItem5  44445
       
    14 
       
    15 [Enddefine]
       
    16 
       
    17 [Test]
       
    18 title 1: Create Utility: New Playlist
       
    19 create mpxcollectionplaylisttest utility
       
    20 utility CreateUtilityNewPlaylist
       
    21 delete utility 
       
    22 pause 1000
       
    23 [Endtest]
       
    24 
       
    25 [Test]
       
    26 title 2: Create Utility: Using existing playlist
       
    27 create mpxcollectionplaylisttest utility
       
    28 utility CreateUtilityPlaylistExist
       
    29 delete utility 
       
    30 pause 1000
       
    31 [Endtest]
       
    32 
       
    33 [Test]
       
    34 title 3: Create Utility: Using existing collection path
       
    35 create mpxcollectionplaylisttest utility
       
    36 utility CreateUtilityCollectionPath
       
    37 delete utility 
       
    38 pause 1000
       
    39 [Endtest]
       
    40 
       
    41 [Test]
       
    42 title 4: Create Utility: Using existing collection stream 
       
    43 create mpxcollectionplaylisttest utility
       
    44 utility CreateUtilityCollectionStream
       
    45 delete utility 
       
    46 pause 1000
       
    47 [Endtest]
       
    48 
       
    49 [Test]
       
    50 title 5: Copy Content
       
    51 create mpxcollectionplaylisttest utility
       
    52 utility CreateUtilityCollectionPath
       
    53 utility CopyContentL
       
    54 delete utility 
       
    55 pause 1000
       
    56 [Endtest]
       
    57 
       
    58 [Test]
       
    59 title 6: Next (With repeat ignored)
       
    60 create mpxcollectionplaylisttest utility
       
    61 utility CreateUtilityCollectionPath
       
    62 utility Next KTrue
       
    63 delete utility 
       
    64 pause 1000
       
    65 [Endtest]
       
    66 
       
    67 [Test]
       
    68 title 7: Next (With repeat not ignored)
       
    69 create mpxcollectionplaylisttest utility
       
    70 utility CreateUtilityCollectionPath
       
    71 utility Next KFalse
       
    72 delete utility 
       
    73 pause 1000
       
    74 [Endtest]
       
    75 
       
    76 [Test]
       
    77 title 8: Previous (With repeat ignored)
       
    78 create mpxcollectionplaylisttest utility
       
    79 utility CreateUtilityCollectionPath
       
    80 utility Previous KTrue
       
    81 delete utility 
       
    82 pause 1000
       
    83 [Endtest]
       
    84 
       
    85 [Test]
       
    86 title 9: Previous (With repeat not ignored)
       
    87 create mpxcollectionplaylisttest utility
       
    88 utility CreateUtilityCollectionPath
       
    89 utility Previous KFalse
       
    90 delete utility 
       
    91 pause 1000
       
    92 [Endtest]
       
    93 
       
    94 [Test]
       
    95 title 10: Set To First Item
       
    96 create mpxcollectionplaylisttest utility
       
    97 utility CreateUtilityCollectionPath
       
    98 utility SetToFirst
       
    99 delete utility 
       
   100 pause 1000
       
   101 [Endtest]
       
   102 
       
   103 [Test]
       
   104 title 11: Set To Last Item
       
   105 create mpxcollectionplaylisttest utility
       
   106 utility CreateUtilityCollectionPath
       
   107 utility SetToLast
       
   108 delete utility 
       
   109 pause 1000
       
   110 [Endtest]
       
   111 
       
   112 [Test]
       
   113 title 12: Set To Given Index
       
   114 create mpxcollectionplaylisttest utility
       
   115 utility CreateUtilityCollectionPath
       
   116 utility SetToIndex 2
       
   117 delete utility 
       
   118 pause 1000
       
   119 [Endtest]
       
   120 
       
   121 [Test]
       
   122 title 13: Get Playlist Count
       
   123 create mpxcollectionplaylisttest utility
       
   124 utility CreateUtilityCollectionPath
       
   125 utility Count
       
   126 delete utility 
       
   127 pause 1000
       
   128 [Endtest]
       
   129 
       
   130 [Test]
       
   131 title 14: Get Playlist Levels
       
   132 create mpxcollectionplaylisttest utility
       
   133 utility CreateUtilityCollectionPath
       
   134 utility Levels
       
   135 delete utility 
       
   136 pause 1000
       
   137 [Endtest]
       
   138 
       
   139 [Test]
       
   140 title 15: Get Playlist Index
       
   141 create mpxcollectionplaylisttest utility
       
   142 utility CreateUtilityCollectionPath
       
   143 utility Index
       
   144 delete utility 
       
   145 pause 1000
       
   146 [Endtest]
       
   147 
       
   148 [Test]
       
   149 title 16: Get Remote Flag 
       
   150 create mpxcollectionplaylisttest utility
       
   151 utility CreateUtilityCollectionPath
       
   152 utility Remote
       
   153 delete utility 
       
   154 pause 1000
       
   155 [Endtest]
       
   156 
       
   157 [Test]
       
   158 title 17: Get Repeat Mode
       
   159 create mpxcollectionplaylisttest utility
       
   160 utility CreateUtilityCollectionPath
       
   161 utility RepeatMode
       
   162 delete utility 
       
   163 pause 1000
       
   164 [Endtest]
       
   165 
       
   166 [Test]
       
   167 title 18: Get Shuffle mode
       
   168 create mpxcollectionplaylisttest utility
       
   169 utility CreateUtilityCollectionPath
       
   170 utility Shuffle
       
   171 delete utility 
       
   172 pause 1000
       
   173 [Endtest]
       
   174 
       
   175 [Test]
       
   176 title 19: Get Path
       
   177 create mpxcollectionplaylisttest utility
       
   178 utility CreateUtilityCollectionPath
       
   179 utility Path
       
   180 delete utility 
       
   181 pause 1000
       
   182 [Endtest]
       
   183 
       
   184 [Test]
       
   185 title 20: Get MediaL
       
   186 create mpxcollectionplaylisttest utility
       
   187 utility CreateUtilityCollectionPath
       
   188 utility MediaL
       
   189 delete utility 
       
   190 pause 1000
       
   191 [Endtest]
       
   192 
       
   193 [Test]
       
   194 title 21: Set Repeat Mode Off
       
   195 create mpxcollectionplaylisttest utility
       
   196 utility CreateUtilityCollectionPath
       
   197 utility SetRepeatMode 0
       
   198 delete utility 
       
   199 pause 1000
       
   200 [Endtest]
       
   201 
       
   202 [Test]
       
   203 title 22: Set Repeat Mode On
       
   204 create mpxcollectionplaylisttest utility
       
   205 utility CreateUtilityCollectionPath
       
   206 utility SetRepeatMode KTrue
       
   207 delete utility 
       
   208 pause 1000
       
   209 [Endtest]
       
   210 
       
   211 [Test]
       
   212 title 23: Set Repeat Mode Repeat All
       
   213 create mpxcollectionplaylisttest utility
       
   214 utility CreateUtilityCollectionPath
       
   215 utility SetRepeatMode 2
       
   216 delete utility 
       
   217 pause 1000
       
   218 [Endtest]
       
   219 
       
   220 [Test]
       
   221 title 24: Set Repeat Enabled False
       
   222 create mpxcollectionplaylisttest utility
       
   223 utility CreateUtilityCollectionPath
       
   224 utility SetRepeatEnabled KFalse
       
   225 delete utility 
       
   226 pause 1000
       
   227 [Endtest]
       
   228 
       
   229 [Test]
       
   230 title 25: Set Repeat Enabled True
       
   231 create mpxcollectionplaylisttest utility
       
   232 utility CreateUtilityCollectionPath
       
   233 utility SetRepeatEnabled KTrue
       
   234 delete utility 
       
   235 pause 1000
       
   236 [Endtest]
       
   237 
       
   238 [Test]
       
   239 title 26: Set Shuffle True and current to top True
       
   240 create mpxcollectionplaylisttest utility
       
   241 utility CreateUtilityCollectionPath
       
   242 utility SetShuffleL KTrue KTrue
       
   243 delete utility 
       
   244 pause 1000
       
   245 [Endtest]
       
   246 
       
   247 [Test]
       
   248 title 27: Set Shuffle False and current to top False
       
   249 create mpxcollectionplaylisttest utility
       
   250 utility CreateUtilityCollectionPath
       
   251 utility SetShuffleL KFalse KFalse
       
   252 delete utility 
       
   253 pause 1000
       
   254 [Endtest]
       
   255 
       
   256 [Test]
       
   257 title 28: Set Shuffle Enabled True
       
   258 create mpxcollectionplaylisttest utility
       
   259 utility CreateUtilityCollectionPath
       
   260 utility SetShuffleEnabledL KTrue
       
   261 delete utility 
       
   262 pause 1000
       
   263 [Endtest]
       
   264 
       
   265 [Test]
       
   266 title 29: Set Shuffle Enabled False
       
   267 create mpxcollectionplaylisttest utility
       
   268 utility CreateUtilityCollectionPath
       
   269 utility SetShuffleEnabledL KFalse
       
   270 delete utility 
       
   271 pause 1000
       
   272 [Endtest]
       
   273 
       
   274 [Test]
       
   275 title 30: Externalize/Internalize
       
   276 create mpxcollectionplaylisttest utility
       
   277 utility CreateUtilityCollectionPath
       
   278 utility StreamingL
       
   279 delete utility 
       
   280 pause 1000
       
   281 [Endtest]
       
   282 
       
   283 [Test]
       
   284 title 31: Set Observer
       
   285 create mpxcollectionplaylisttest utility
       
   286 utility CreateUtilityCollectionPath
       
   287 utility SetObserver
       
   288 delete utility 
       
   289 pause 1000
       
   290 [Endtest]
       
   291 
       
   292 [Test]
       
   293 title 32: Get Embedded Playlist flag
       
   294 create mpxcollectionplaylisttest utility
       
   295 utility CreateUtilityCollectionPath
       
   296 utility EmbeddedPlaylist
       
   297 delete utility 
       
   298 pause 1000
       
   299 [Endtest]
       
   300 
       
   301 [Test]
       
   302 title 33: Set Embedded Playlist True
       
   303 create mpxcollectionplaylisttest utility
       
   304 utility CreateUtilityCollectionPath
       
   305 utility SetEmbeddedPlaylist KTrue
       
   306 delete utility 
       
   307 pause 1000
       
   308 [Endtest]
       
   309 
       
   310 [Test]
       
   311 title 34: Set Embedded Playlist False
       
   312 create mpxcollectionplaylisttest utility
       
   313 utility CreateUtilityCollectionPath
       
   314 utility SetEmbeddedPlaylist KFalse
       
   315 delete utility 
       
   316 pause 1000
       
   317 [Endtest]
       
   318 
       
   319 [Test]
       
   320 title 35: Set
       
   321 create mpxcollectionplaylisttest utility
       
   322 utility CreateUtilityCollectionPath
       
   323 utility SetL
       
   324 delete utility 
       
   325 pause 1000
       
   326 [Endtest]
       
   327 
       
   328 [Test]
       
   329 title 36: Cancel Request
       
   330 create mpxcollectionplaylisttest utility
       
   331 utility CreateUtilityCollectionPath
       
   332 utility CancelRequest
       
   333 delete utility 
       
   334 pause 1000
       
   335 [Endtest]
       
   336 
       
   337 [Test]
       
   338 title 37: Invalidate
       
   339 create mpxcollectionplaylisttest utility
       
   340 utility CreateUtilityCollectionPath
       
   341 utility Invalidate
       
   342 delete utility 
       
   343 pause 1000
       
   344 [Endtest]
       
   345 
       
   346 [Test] 
       
   347 title 38:Collection Playlist: Path Index (With repeat ignored)
       
   348 create mpxcollectionplaylisttest utility
       
   349 utility CreateUtilityCollectionPath
       
   350 utility PathIndex KTrue
       
   351 delete utility 
       
   352 pause 1000
       
   353 [Endtest]
       
   354 
       
   355 [Test]
       
   356 title 39:Collection Playlist: Next Index (With repeat ignored)
       
   357 create mpxcollectionplaylisttest utility
       
   358 utility CreateUtilityCollectionPath
       
   359 utility NextIndex KTrue
       
   360 delete utility 
       
   361 pause 1000
       
   362 [Endtest]
       
   363 
       
   364 [Test]
       
   365 title 40:CMPXCollectionPlaylistDestructor
       
   366 create mpxcollectionplaylisttest utility
       
   367 utility CreateUtilityCollectionPath
       
   368 utility CMPXCollectionPlaylistDestructor
       
   369 delete utility 
       
   370 pause 1000
       
   371 [Endtest]
       
   372 
       
   373 [Test]
       
   374 title 41: CMPXCollectionOpenUtilityCreate
       
   375 create mpxcollectionplaylisttest utility
       
   376 utility CMPXCollectionOpenUtilityCreate
       
   377 delete utility 
       
   378 pause 1000
       
   379 [Endtest]
       
   380 
       
   381 [Test]
       
   382 title 42 NewL mpxcollectionutility
       
   383 create mpxcollectionplaylisttest utility
       
   384 utility NewLMMPXCollectionUtility
       
   385 delete utility
       
   386 pause 1000
       
   387 [Endtest]
       
   388 
       
   389 [Test]
       
   390 title 43 CMPXCollectionOpenUtilityStartL
       
   391 create mpxcollectionplaylisttest utility
       
   392 //utility CMPXCollectionOpenUtilityCreate
       
   393 utility CMPXCollectionOpenUtilityStartL
       
   394 delete utility
       
   395 pause 1000
       
   396 [Endtest]
       
   397 
       
   398 
       
   399 
       
   400 [Test]
       
   401 title 44 CMPXCollectionOpenUtilityPathL
       
   402 create mpxcollectionplaylisttest utility
       
   403 utility CMPXCollectionOpenUtilityCreate
       
   404 utility CMPXCollectionOpenUtilityPathL
       
   405 delete utility
       
   406 pause 1000
       
   407 [Endtest]
       
   408 
       
   409 
       
   410 [Test]
       
   411 title 45 CMPXCollectionOpenUtilityStop
       
   412 create mpxcollectionplaylisttest utility
       
   413 utility CMPXCollectionOpenUtilityCreate
       
   414 utility CMPXCollectionOpenUtilityStop
       
   415 delete utility
       
   416 pause 1000
       
   417 [Endtest]
       
   418 
       
   419 [Test]
       
   420 title 46 CMPXCollectionOpenUtilitySetDelay
       
   421 create mpxcollectionplaylisttest utility
       
   422 utility CMPXCollectionOpenUtilityCreate
       
   423 utility CMPXCollectionOpenUtilitySetDelay
       
   424 delete utility
       
   425 pause 1000
       
   426 [Endtest]
       
   427 
       
   428 [Test]
       
   429 title 47 CMPXCollectionOpenUtilityStartUsingPath
       
   430 create mpxcollectionplaylisttest utility
       
   431 //utility CMPXCollectionOpenUtilityCreate
       
   432 utility CMPXCollectionOpenUtilityStartUsingPath KMPXPathLevel1
       
   433 delete utility
       
   434 pause 1000
       
   435 [Endtest]
       
   436 
       
   437 [Test]
       
   438 title 48 CMPXCollectionOpenUtilitySetDirection
       
   439 create mpxcollectionplaylisttest utility
       
   440 utility CMPXCollectionOpenUtilityCreate
       
   441 utility CMPXCollectionOpenUtilitySetDirection
       
   442 delete utility
       
   443 pause 1000
       
   444 [Endtest]