videditor/VideoEditorUiComponents/data/VideoEditorUiComponents.rss
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 NAME	VEUI
       
    21 
       
    22 // INCLUDES
       
    23 #include <Eikon.rh>
       
    24 #include <avkon.loc>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <AvkonIcons.hrh>
       
    29 #include <data_caging_paths_strings.hrh>
       
    30 #include <VideoeditorUiComponents.mbg>
       
    31 #include <SimpleVideoEditor.loc>
       
    32 #include "videoeditorcommon.hrh"
       
    33 
       
    34 #if defined(__WINS__)
       
    35 #define vei_scalable_bitmap_file "\\epoc32\\release\\"$(PLATFORM)"\\"$(CFG)"\\Z\\"APP_BITMAP_DIR"\\VideoEditorUiComponents.mif"
       
    36 // Removed because bitmaps are used by manual video editor only
       
    37 //#define vei_bitmap_file "\\epoc32\\release\\"$(PLATFORM)"\\"$(CFG)"\\Z\\"APP_BITMAP_DIR"\\VideoEditorBitmaps.mbm"
       
    38 #else
       
    39 #define vei_scalable_bitmap_file ""APP_BITMAP_DIR"\\VideoEditorUiComponents.mif"
       
    40 // Removed because bitmaps are used by manual video editor only
       
    41 //#define vei_bitmap_file ""APP_BITMAP_DIR"\\VideoEditorBitmaps.mbm"
       
    42 #endif
       
    43 
       
    44 
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 // TEXT RESOURCES
       
    48 
       
    49 RESOURCE TBUF64	 r_vei_cut_video_in									{ buf = qtn_vie_start_mark; } 
       
    50 RESOURCE TBUF64	 r_vei_cut_video_out								{ buf = qtn_vie_end_mark; } 
       
    51 RESOURCE TBUF64	 r_vei_edit_video_duration							{ buf = qtn_ved_edit_video_duration; }
       
    52 RESOURCE TBUF    r_vei_default_error_note							{ buf= qtn_err_eikon_general; }
       
    53 
       
    54 RESOURCE TBUF64  r_vei_navi_pane_mms								{ buf = qtn_vei_navi_pane_mms; }
       
    55 RESOURCE TBUF32	 r_vei_size_kb										{ buf = qtn_size_kb; }
       
    56 RESOURCE TBUF32	 r_vei_size_mb										{ buf = " %U MB"; } // change this to a logical string when Manual Video Editor is localised
       
    57 RESOURCE TBUF32	 r_vei_size_gb										{ buf = qtn_size_gb; }
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 // ============================== ANIMATIONS ==================================
       
    63 
       
    64 RESOURCE BMPANIM_DATA r_vei_slow_motion_animation
       
    65 	{
       
    66 	frameinterval = 100;
       
    67 	playmode = EAknBitmapAnimationPlayModeCycle;
       
    68 	flash = 0;
       
    69 	bmpfile = vei_scalable_bitmap_file;
       
    70 	frames = r_vei_slow_motion_animation_array;
       
    71 	}
       
    72 
       
    73 
       
    74 RESOURCE ARRAY r_vei_slow_motion_animation_array
       
    75 	{	
       
    76 	items =
       
    77    		{
       
    78    		// Old own icons that are not compiled anymore. New graphics need to be
       
    79    		// requested from graphics team if needed in the future.
       
    80    		/*
       
    81 		BMPANIM_FRAME
       
    82 			{
       
    83 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion1;
       
    84 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion1_mask;
       
    85 			},
       
    86 		BMPANIM_FRAME
       
    87 			{
       
    88 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion2;
       
    89 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion2_mask;
       
    90 			},
       
    91 		BMPANIM_FRAME
       
    92 			{
       
    93 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion3;
       
    94 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion3_mask;
       
    95 			},
       
    96 		BMPANIM_FRAME
       
    97 			{
       
    98 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion4;
       
    99 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion2_mask;
       
   100 			},
       
   101 		BMPANIM_FRAME
       
   102 			{
       
   103 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion5;
       
   104 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion5_mask;
       
   105 			},
       
   106 		BMPANIM_FRAME
       
   107 			{
       
   108 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion6;
       
   109 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion6_mask;
       
   110 			},
       
   111 		BMPANIM_FRAME
       
   112 			{
       
   113 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion7;
       
   114 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion7_mask;
       
   115 			},
       
   116 		BMPANIM_FRAME
       
   117 			{
       
   118 			bmpid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion8;
       
   119 			maskid = EMbmVideoeditoruicomponentsQgn_graf_ve_trans_slowmotion8_mask;
       
   120 			}
       
   121 		*/	
       
   122 		};
       
   123 	}
       
   124 
       
   125 RESOURCE BMPANIM_DATA r_ved_adding_text_note_animation
       
   126 	{
       
   127 	frameinterval = 100;
       
   128 	playmode = EAknBitmapAnimationPlayModeCycle;
       
   129 	flash = 0;
       
   130 	bmpfile = vei_bitmap_file;
       
   131 	frames = r_ved_adding_text_note_animation_array;
       
   132 	}
       
   133 	
       
   134 
       
   135 RESOURCE ARRAY r_ved_adding_text_note_animation_array
       
   136 	{	
       
   137 	items =
       
   138 		{
       
   139 		// Old own icons that are not compiled anymore. New graphics need to be
       
   140    		// requested from graphics team if needed in the future.
       
   141         /*  
       
   142 		BMPANIM_FRAME
       
   143 			{
       
   144 			bmpid = EMbmVideoeditorbitmapsAdding_text_00000;
       
   145 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00000;
       
   146 			},
       
   147 		BMPANIM_FRAME
       
   148 			{
       
   149 			bmpid = EMbmVideoeditorbitmapsAdding_text_00001;
       
   150 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00001;
       
   151 			},
       
   152 		BMPANIM_FRAME
       
   153 			{
       
   154 			bmpid = EMbmVideoeditorbitmapsAdding_text_00002;
       
   155 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00002;
       
   156 			},
       
   157 		BMPANIM_FRAME
       
   158 			{
       
   159 			bmpid = EMbmVideoeditorbitmapsAdding_text_00003;
       
   160 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00003;
       
   161 			},
       
   162 		BMPANIM_FRAME
       
   163 			{
       
   164 			bmpid = EMbmVideoeditorbitmapsAdding_text_00004;
       
   165 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00004;
       
   166 			},
       
   167 		BMPANIM_FRAME
       
   168 			{
       
   169 			bmpid = EMbmVideoeditorbitmapsAdding_text_00005;
       
   170 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00005;
       
   171 			},
       
   172 		BMPANIM_FRAME
       
   173 			{
       
   174 			bmpid = EMbmVideoeditorbitmapsAdding_text_00006;
       
   175 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00006;
       
   176 			},
       
   177 		BMPANIM_FRAME
       
   178 			{
       
   179 			bmpid = EMbmVideoeditorbitmapsAdding_text_00007;
       
   180 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00007;
       
   181 			},
       
   182 		BMPANIM_FRAME
       
   183 			{
       
   184 			bmpid = EMbmVideoeditorbitmapsAdding_text_00008;
       
   185 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00008;
       
   186 			},
       
   187 		BMPANIM_FRAME
       
   188 			{
       
   189 			bmpid = EMbmVideoeditorbitmapsAdding_text_00009;
       
   190 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00009;
       
   191 			},
       
   192 		BMPANIM_FRAME
       
   193 			{
       
   194 			bmpid = EMbmVideoeditorbitmapsAdding_text_00010;
       
   195 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00010;
       
   196 			},
       
   197 		BMPANIM_FRAME
       
   198 			{
       
   199 			bmpid = EMbmVideoeditorbitmapsAdding_text_00011;
       
   200 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00011;
       
   201 			},
       
   202 		BMPANIM_FRAME
       
   203 			{
       
   204 			bmpid = EMbmVideoeditorbitmapsAdding_text_00012;
       
   205 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00012;
       
   206 			},
       
   207 		BMPANIM_FRAME
       
   208 			{
       
   209 			bmpid = EMbmVideoeditorbitmapsAdding_text_00013;
       
   210 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00013;
       
   211 			},
       
   212 		BMPANIM_FRAME
       
   213 			{
       
   214 			bmpid = EMbmVideoeditorbitmapsAdding_text_00014;
       
   215 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00014;
       
   216 			},
       
   217 		BMPANIM_FRAME
       
   218 			{
       
   219 			bmpid = EMbmVideoeditorbitmapsAdding_text_00015;
       
   220 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00015;
       
   221 			},
       
   222 		BMPANIM_FRAME
       
   223 			{
       
   224 			bmpid = EMbmVideoeditorbitmapsAdding_text_00016;
       
   225 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00016;
       
   226 			},
       
   227 		BMPANIM_FRAME
       
   228 			{
       
   229 			bmpid = EMbmVideoeditorbitmapsAdding_text_00017;
       
   230 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00017;
       
   231 			},
       
   232 		BMPANIM_FRAME
       
   233 			{
       
   234 			bmpid = EMbmVideoeditorbitmapsAdding_text_00018;
       
   235 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00018;
       
   236 			},
       
   237 		BMPANIM_FRAME
       
   238 			{
       
   239 			bmpid = EMbmVideoeditorbitmapsAdding_text_00019;
       
   240 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00019;
       
   241 			},
       
   242 		BMPANIM_FRAME
       
   243 			{
       
   244 			bmpid = EMbmVideoeditorbitmapsAdding_text_00020;
       
   245 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00020;
       
   246 			},
       
   247 		BMPANIM_FRAME
       
   248 			{
       
   249 			bmpid = EMbmVideoeditorbitmapsAdding_text_00021;
       
   250 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00021;
       
   251 			},
       
   252 		BMPANIM_FRAME
       
   253 			{
       
   254 			bmpid = EMbmVideoeditorbitmapsAdding_text_00022;
       
   255 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00022;
       
   256 			},
       
   257 		BMPANIM_FRAME
       
   258 			{
       
   259 			bmpid = EMbmVideoeditorbitmapsAdding_text_00023;
       
   260 			maskid = EMbmVideoeditorbitmapsAdding_text_mask_soft_00023;
       
   261 			}
       
   262 		*/	
       
   263 		};
       
   264 	}
       
   265 
       
   266 
       
   267 RESOURCE BMPANIM_DATA r_ved_cutting_note_animation
       
   268 	{
       
   269 	frameinterval = 100;
       
   270 	playmode = EAknBitmapAnimationPlayModeCycle;
       
   271 	flash = 0;
       
   272 	bmpfile = vei_bitmap_file;
       
   273 	frames = r_ved_cutting_note_animation_array;
       
   274 	}
       
   275 
       
   276 RESOURCE ARRAY r_ved_cutting_note_animation_array
       
   277 	{	
       
   278 	items =
       
   279 		{
       
   280    		// Old own icons that are not compiled anymore. New graphics need to be
       
   281    		// requested from graphics team if needed in the future.
       
   282 		/*
       
   283 		BMPANIM_FRAME
       
   284 			{
       
   285 			bmpid = EMbmVideoeditorbitmapsCutting_00000;
       
   286 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00000;
       
   287 			},
       
   288 		BMPANIM_FRAME
       
   289 			{
       
   290 			bmpid = EMbmVideoeditorbitmapsCutting_00001;
       
   291 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00001;
       
   292 			},
       
   293 		BMPANIM_FRAME
       
   294 			{
       
   295 			bmpid = EMbmVideoeditorbitmapsCutting_00002;
       
   296 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00002;
       
   297 			},
       
   298 		BMPANIM_FRAME
       
   299 			{
       
   300 			bmpid = EMbmVideoeditorbitmapsCutting_00003;
       
   301 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00003;
       
   302 			},
       
   303 		BMPANIM_FRAME
       
   304 			{
       
   305 			bmpid = EMbmVideoeditorbitmapsCutting_00004;
       
   306 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00004;
       
   307 			},
       
   308 		BMPANIM_FRAME
       
   309 			{
       
   310 			bmpid = EMbmVideoeditorbitmapsCutting_00005;
       
   311 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00005;
       
   312 			},
       
   313 		BMPANIM_FRAME
       
   314 			{
       
   315 			bmpid = EMbmVideoeditorbitmapsCutting_00006;
       
   316 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00006;
       
   317 			},
       
   318 		BMPANIM_FRAME
       
   319 			{
       
   320 			bmpid = EMbmVideoeditorbitmapsCutting_00007;
       
   321 			maskid = EMbmVideoeditorbitmapsCutting_mask_soft_00007;
       
   322 			}
       
   323 			*/
       
   324 		};
       
   325 	}
       
   326 
       
   327 RESOURCE BMPANIM_DATA r_ved_merging_note_animation
       
   328 	{
       
   329 	frameinterval = 100;
       
   330 	playmode = EAknBitmapAnimationPlayModeCycle;
       
   331 	flash = 0;
       
   332 	bmpfile = vei_bitmap_file;
       
   333 	frames = r_ved_merging_note_animation_array;
       
   334 	}
       
   335 
       
   336 
       
   337 RESOURCE ARRAY r_ved_merging_note_animation_array
       
   338 	{	
       
   339 	items =
       
   340 		{
       
   341 		// Old own icons that are not compiled anymore. New graphics need to be
       
   342    		// requested from graphics team if needed in the future.
       
   343         /*
       
   344 		BMPANIM_FRAME
       
   345 			{
       
   346 			bmpid = EMbmVideoeditorbitmapsMerging_00000;
       
   347 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00000_1;
       
   348 			},
       
   349 		BMPANIM_FRAME
       
   350 			{
       
   351 			bmpid = EMbmVideoeditorbitmapsMerging_00001;
       
   352 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00001_1;
       
   353 			},
       
   354 		BMPANIM_FRAME
       
   355 			{
       
   356 			bmpid = EMbmVideoeditorbitmapsMerging_00002;
       
   357 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00002_1;
       
   358 			},
       
   359 		BMPANIM_FRAME
       
   360 			{
       
   361 			bmpid = EMbmVideoeditorbitmapsMerging_00003;
       
   362 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00003_1;
       
   363 			},
       
   364 		BMPANIM_FRAME
       
   365 			{
       
   366 			bmpid = EMbmVideoeditorbitmapsMerging_00004;
       
   367 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00004_1;
       
   368 			},
       
   369 		BMPANIM_FRAME
       
   370 			{
       
   371 			bmpid = EMbmVideoeditorbitmapsMerging_00005;
       
   372 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00005_1;
       
   373 			},
       
   374 		BMPANIM_FRAME
       
   375 			{
       
   376 			bmpid = EMbmVideoeditorbitmapsMerging_00006;
       
   377 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00006_1;
       
   378 			},
       
   379 		BMPANIM_FRAME
       
   380 			{
       
   381 			bmpid = EMbmVideoeditorbitmapsMerging_00007;
       
   382 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00007_1;
       
   383 			},
       
   384 		BMPANIM_FRAME
       
   385 			{
       
   386 			bmpid = EMbmVideoeditorbitmapsMerging_00008;
       
   387 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00008_1;
       
   388 			},
       
   389 		BMPANIM_FRAME
       
   390 			{
       
   391 			bmpid = EMbmVideoeditorbitmapsMerging_00009;
       
   392 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00009_1;
       
   393 			},
       
   394 		BMPANIM_FRAME
       
   395 			{
       
   396 			bmpid = EMbmVideoeditorbitmapsMerging_00010;
       
   397 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00010_1;
       
   398 			},
       
   399 		BMPANIM_FRAME
       
   400 			{
       
   401 			bmpid = EMbmVideoeditorbitmapsMerging_00011;
       
   402 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00011_1;
       
   403 			},
       
   404 		BMPANIM_FRAME
       
   405 			{
       
   406 			bmpid = EMbmVideoeditorbitmapsMerging_00012;
       
   407 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00012_1;
       
   408 			},
       
   409 		BMPANIM_FRAME
       
   410 			{
       
   411 			bmpid = EMbmVideoeditorbitmapsMerging_00013;
       
   412 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00013_1;
       
   413 			},
       
   414 		BMPANIM_FRAME
       
   415 			{
       
   416 			bmpid = EMbmVideoeditorbitmapsMerging_00014;
       
   417 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00014_1;
       
   418 			},
       
   419 		BMPANIM_FRAME
       
   420 			{
       
   421 			bmpid = EMbmVideoeditorbitmapsMerging_00015;
       
   422 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00015_1;
       
   423 			},
       
   424 		BMPANIM_FRAME
       
   425 			{
       
   426 			bmpid = EMbmVideoeditorbitmapsMerging_00016;
       
   427 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00016_1;
       
   428 			},
       
   429 		BMPANIM_FRAME
       
   430 			{
       
   431 			bmpid = EMbmVideoeditorbitmapsMerging_00017;
       
   432 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00017_1;
       
   433 			},
       
   434 		BMPANIM_FRAME
       
   435 			{
       
   436 			bmpid = EMbmVideoeditorbitmapsMerging_00018;
       
   437 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00018_1;
       
   438 			},
       
   439 		BMPANIM_FRAME
       
   440 			{
       
   441 			bmpid = EMbmVideoeditorbitmapsMerging_00019;
       
   442 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00019_1;
       
   443 			},
       
   444 		BMPANIM_FRAME
       
   445 			{
       
   446 			bmpid = EMbmVideoeditorbitmapsMerging_00020;
       
   447 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00020_1;
       
   448 			},
       
   449 		BMPANIM_FRAME
       
   450 			{
       
   451 			bmpid = EMbmVideoeditorbitmapsMerging_00021;
       
   452 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00021_1;
       
   453 			},
       
   454 		BMPANIM_FRAME
       
   455 			{
       
   456 			bmpid = EMbmVideoeditorbitmapsMerging_00022;
       
   457 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00022_1;
       
   458 			},
       
   459 		BMPANIM_FRAME
       
   460 			{
       
   461 			bmpid = EMbmVideoeditorbitmapsMerging_00023;
       
   462 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00023_1;
       
   463 			},
       
   464 		BMPANIM_FRAME
       
   465 			{
       
   466 			bmpid = EMbmVideoeditorbitmapsMerging_00024;
       
   467 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00024_1;
       
   468 			},
       
   469 		BMPANIM_FRAME
       
   470 			{
       
   471 			bmpid = EMbmVideoeditorbitmapsMerging_00025;
       
   472 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00025_1;
       
   473 			},
       
   474 		BMPANIM_FRAME
       
   475 			{
       
   476 			bmpid = EMbmVideoeditorbitmapsMerging_00026;
       
   477 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00026_1;
       
   478 			},
       
   479 		BMPANIM_FRAME
       
   480 			{
       
   481 			bmpid = EMbmVideoeditorbitmapsMerging_00027;
       
   482 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00027_1;
       
   483 			},
       
   484 		BMPANIM_FRAME
       
   485 			{
       
   486 			bmpid = EMbmVideoeditorbitmapsMerging_00028;
       
   487 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00028_1;
       
   488 			},
       
   489 		BMPANIM_FRAME
       
   490 			{
       
   491 			bmpid = EMbmVideoeditorbitmapsMerging_00029;
       
   492 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00029_1;
       
   493 			},
       
   494 		BMPANIM_FRAME
       
   495 			{
       
   496 			bmpid = EMbmVideoeditorbitmapsMerging_00030;
       
   497 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00030_1;
       
   498 			},
       
   499 		BMPANIM_FRAME
       
   500 			{
       
   501 			bmpid = EMbmVideoeditorbitmapsMerging_00031;
       
   502 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00031_1;
       
   503 			},
       
   504 		BMPANIM_FRAME
       
   505 			{
       
   506 			bmpid = EMbmVideoeditorbitmapsMerging_00032;
       
   507 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00032_1;
       
   508 			},
       
   509 		BMPANIM_FRAME
       
   510 			{
       
   511 			bmpid = EMbmVideoeditorbitmapsMerging_00033;
       
   512 			maskid = EMbmVideoeditorbitmapsMerging_mask_soft_00033_1;
       
   513 			}
       
   514 			*/
       
   515 		};
       
   516 		
       
   517 	}
       
   518 
       
   519 	
       
   520 RESOURCE BMPANIM_DATA r_ved_merging_audio_note_animation
       
   521 	{
       
   522 	frameinterval = 100;
       
   523 	playmode = EAknBitmapAnimationPlayModeCycle;
       
   524 	flash = 0;
       
   525 	bmpfile = vei_bitmap_file;
       
   526 	frames = r_ved_merging_audio_note_animation_array;
       
   527 	}
       
   528 
       
   529 
       
   530 RESOURCE ARRAY r_ved_merging_audio_note_animation_array
       
   531 	{	
       
   532 	items =
       
   533 		{
       
   534 		// Old own icons that are not compiled anymore. New graphics need to be
       
   535    		// requested from graphics team if needed in the future.
       
   536         /*
       
   537 		BMPANIM_FRAME
       
   538 			{
       
   539 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00000;
       
   540 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00000;
       
   541 			},
       
   542 		BMPANIM_FRAME
       
   543 			{
       
   544 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00001;
       
   545 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00001;
       
   546 			},
       
   547 		BMPANIM_FRAME
       
   548 			{
       
   549 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00002;
       
   550 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00002;
       
   551 			},
       
   552 		BMPANIM_FRAME
       
   553 			{
       
   554 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00003;
       
   555 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00003;
       
   556 			},
       
   557 		BMPANIM_FRAME
       
   558 			{
       
   559 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00004;
       
   560 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00004;
       
   561 			},
       
   562 		BMPANIM_FRAME
       
   563 			{
       
   564 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00005;
       
   565 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00005;
       
   566 			},
       
   567 		BMPANIM_FRAME
       
   568 			{
       
   569 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00006;
       
   570 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00006;
       
   571 			},
       
   572 		BMPANIM_FRAME
       
   573 			{
       
   574 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00007;
       
   575 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00007;
       
   576 			},
       
   577 		BMPANIM_FRAME
       
   578 			{
       
   579 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00008;
       
   580 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00008;
       
   581 			},
       
   582 		BMPANIM_FRAME
       
   583 			{
       
   584 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00009;
       
   585 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00009;
       
   586 			},
       
   587 		BMPANIM_FRAME
       
   588 			{
       
   589 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00010;
       
   590 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00010;
       
   591 			},
       
   592 		BMPANIM_FRAME
       
   593 			{
       
   594 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00011;
       
   595 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00011;
       
   596 			},
       
   597 		BMPANIM_FRAME
       
   598 			{
       
   599 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00012;
       
   600 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00012;
       
   601 			},
       
   602 		BMPANIM_FRAME
       
   603 			{
       
   604 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00013;
       
   605 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00013;
       
   606 			},
       
   607 		BMPANIM_FRAME
       
   608 			{
       
   609 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00014;
       
   610 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00014;
       
   611 			},
       
   612 		BMPANIM_FRAME
       
   613 			{
       
   614 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00015;
       
   615 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00015;
       
   616 			},
       
   617 		BMPANIM_FRAME
       
   618 			{
       
   619 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00016;
       
   620 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00016;
       
   621 			},
       
   622 		BMPANIM_FRAME
       
   623 			{
       
   624 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00017;
       
   625 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00017;
       
   626 			},
       
   627 		BMPANIM_FRAME
       
   628 			{
       
   629 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00018;
       
   630 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00018;
       
   631 			},
       
   632 		BMPANIM_FRAME
       
   633 			{
       
   634 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00019;
       
   635 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00019;
       
   636 			},
       
   637 		BMPANIM_FRAME
       
   638 			{
       
   639 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00020;
       
   640 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00020;
       
   641 			},
       
   642 		BMPANIM_FRAME
       
   643 			{
       
   644 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00021;
       
   645 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00021;
       
   646 			},
       
   647 		BMPANIM_FRAME
       
   648 			{
       
   649 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00022;
       
   650 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00022;
       
   651 			},
       
   652 		BMPANIM_FRAME
       
   653 			{
       
   654 			bmpid = EMbmVideoeditorbitmapsMerging_audio_00023;
       
   655 			maskid = EMbmVideoeditorbitmapsMerging_audio_mask_soft_00023;
       
   656 			}
       
   657 		*/	
       
   658 		};
       
   659 		
       
   660 	}
       
   661 
       
   662 // End of file