|
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: Resource definitions for project testsdkanimation |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME SDKA |
|
20 |
|
21 #include <avkon.rsg> |
|
22 #include <avkon.rh> |
|
23 #include <eikon.rh> |
|
24 #include <avkon.mbg> |
|
25 #include <avkon.hrh> |
|
26 |
|
27 #include "testsdkanimation.hrh" |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 // Define the resource file signature |
|
31 // This resource should be empty. |
|
32 // |
|
33 // ----------------------------------------------------------------------------- |
|
34 RESOURCE RSS_SIGNATURE |
|
35 { |
|
36 } |
|
37 |
|
38 // ----------------------------------------------------------------------------- |
|
39 // |
|
40 // Default Document Name |
|
41 // |
|
42 // ----------------------------------------------------------------------------- |
|
43 RESOURCE TBUF |
|
44 { |
|
45 buf = ""; |
|
46 } |
|
47 |
|
48 // --------------------------------------------------------------------------- |
|
49 // r_animation_data |
|
50 // --------------------------------------------------------------------------- |
|
51 // |
|
52 RESOURCE BMPANIM_DATA r_animation_data |
|
53 { |
|
54 frameinterval = 400; |
|
55 playmode = EAknBitmapAnimationPlayModeBounce; |
|
56 flash = 0; |
|
57 bmpfile = TESTSDK_BITMAP_FILE; |
|
58 frames = r_animation_array ; |
|
59 backgroundframe = R_QGN_NOTE_QUERY_ANIM_FRAMES; |
|
60 } |
|
61 |
|
62 // --------------------------------------------------------------------------- |
|
63 // r_animation_array |
|
64 // --------------------------------------------------------------------------- |
|
65 // |
|
66 RESOURCE ARRAY r_animation_array |
|
67 { |
|
68 items = |
|
69 { |
|
70 BMPANIM_FRAME |
|
71 { |
|
72 time = 200; |
|
73 bmpid = EMbmAvkonQgn_note_error_2; |
|
74 }, |
|
75 BMPANIM_FRAME |
|
76 { |
|
77 time = 200; |
|
78 bmpid = EMbmAvkonQgn_note_error; |
|
79 } |
|
80 }; |
|
81 } |