1 /* |
|
2 * Copyright (c) 2004 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 the License "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: RSS for registration file for DRMRightsManager. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <appinfo.rh> |
|
20 #include <BrowserNG.rsg> |
|
21 #include <data_caging_paths_strings.hrh> |
|
22 |
|
23 UID2 KUidAppRegistrationResourceFile |
|
24 |
|
25 UID3 0x10008D39 |
|
26 |
|
27 RESOURCE APP_REGISTRATION_INFO |
|
28 { |
|
29 app_file = "Browser"; |
|
30 localisable_resource_file = APP_RESOURCE_DIR"\\Browser"; |
|
31 localisable_resource_id = R_BROWSER_LOCALISABLE_APP_INFO; |
|
32 embeddability = KAppEmbeddable; |
|
33 newfile = KAppDoesNotSupportNewFile; |
|
34 |
|
35 // MIME types |
|
36 datatype_list= |
|
37 { |
|
38 DATATYPE |
|
39 { |
|
40 priority=EDataTypePriorityHigh; |
|
41 type="text/html"; |
|
42 }, |
|
43 DATATYPE |
|
44 { |
|
45 priority=EDataTypePriorityHigh; |
|
46 type="application/vnd.wap.wmlc"; |
|
47 }, |
|
48 DATATYPE |
|
49 { |
|
50 priority=EDataTypePriorityHigh; |
|
51 type="application/wml+xml"; |
|
52 }, |
|
53 DATATYPE |
|
54 { |
|
55 priority=EDataTypePriorityHigh; |
|
56 type="application/xhtml+xml"; |
|
57 }, |
|
58 DATATYPE |
|
59 { |
|
60 priority=EDataTypePriorityHigh; |
|
61 type="application/vnd.wap.xhtml+xml"; |
|
62 }, |
|
63 DATATYPE |
|
64 { |
|
65 priority=EDataTypePriorityHigh; |
|
66 type="application/vnd.wap.wml"; |
|
67 }, |
|
68 DATATYPE |
|
69 { |
|
70 priority=EDataTypePriorityHigh; |
|
71 type="text/vnd.wap.wml"; |
|
72 }, |
|
73 DATATYPE |
|
74 { |
|
75 priority=EDataTypePriorityHigh; |
|
76 type="application/vnd.wap.wmlscriptc"; |
|
77 }, |
|
78 DATATYPE |
|
79 { |
|
80 priority=EDataTypePriorityHigh; |
|
81 type="application/vnd.wap.wmlscript"; |
|
82 }, |
|
83 DATATYPE |
|
84 { |
|
85 priority=EDataTypePriorityHigh; |
|
86 type="application/vnd.wap.wbxml"; |
|
87 } |
|
88 }; |
|
89 |
|
90 } |
|
91 |
|
92 |
|
93 |
|
94 // End of File |
|
95 |
|