voipplugins/voipadapters/voipxmlprovisioning/provisioningappui/Aif/VoIPProvisioningAppAif.rss
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009-2010 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <aiftool.rh> |
|
21 |
|
22 RESOURCE AIF_DATA |
|
23 { |
|
24 app_uid = 0x10281F1A; |
|
25 hidden = KAppIsHidden; |
|
26 num_icons = 0; |
|
27 embeddability = KAppNotEmbeddable; |
|
28 newfile = KAppDoesNotSupportNewFile; |
|
29 datatype_list= |
|
30 { |
|
31 DATATYPE { priority=EDataTypePriorityHigh; type="vnd.nokia.iptv.config+xml"; }, |
|
32 DATATYPE { priority=EDataTypePriorityHigh; type="application/vnd.nokia.iptv.config+xml"; } |
|
33 }; |
|
34 } |