equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 of Notepad Viewer Application Information File. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDE FILES |
|
20 #include <aiftool.rh> |
|
21 #include "NpdViewer.hrh" |
|
22 |
|
23 // RESOURCE DEFINITIONS |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 // Application Information resource. |
|
27 // |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 RESOURCE AIF_DATA |
|
31 { |
|
32 app_uid = NPDVIEWER_UID; |
|
33 |
|
34 // Number of icons |
|
35 // |
|
36 num_icons = 2; |
|
37 |
|
38 // Application capabilities |
|
39 // |
|
40 embeddability = KAppEmbeddable; |
|
41 |
|
42 hidden=KAppIsHidden; |
|
43 |
|
44 datatype_list = |
|
45 { |
|
46 DATATYPE |
|
47 { |
|
48 priority = EDataTypePriorityNormal; |
|
49 type = "text/plain"; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |
|
54 // End of File |