equal
deleted
inserted
replaced
|
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 ?myapp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME IMAG |
|
20 |
|
21 //Include files |
|
22 #include <avkon.rh> |
|
23 #include <avkon.rsg> |
|
24 #include <eikon.rh> |
|
25 #include <eikon.rsg> |
|
26 #include <avkon.mbg> |
|
27 |
|
28 #include "testsdkimages.rls" |
|
29 |
|
30 RESOURCE RSS_SIGNATURE{ } |
|
31 |
|
32 RESOURCE TBUF |
|
33 { |
|
34 buf = ""; |
|
35 } |
|
36 |
|
37 RESOURCE IMAGE r_image |
|
38 { |
|
39 horiz_align = EEikLabelAlignHCenter; |
|
40 vert_align = EEikLabelAlignVTop; |
|
41 bmpfile = qtn_bitmap_file; |
|
42 bmpid = EMbmAvkonQgn_indi_mic; |
|
43 bmpmask = EMbmAvkonQgn_indi_mic_mask; |
|
44 extension = 0; |
|
45 } |
|
46 |
|
47 |
|
48 //End file |