voipplugins/voipadapters/voipxmlprovisioning/provisioningappui/Data/VoIPProvisioningApp_reg.rss
changeset 2 7b872347d83b
equal deleted inserted replaced
1:bfb1de3eac8e 2:7b872347d83b
       
     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:  Application registration resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <data_caging_paths_strings.hrh>
       
    21 
       
    22 UID2 KUidAppRegistrationResourceFile
       
    23 UID3 0x20026FE3 // application UID
       
    24 
       
    25 RESOURCE APP_REGISTRATION_INFO
       
    26     {
       
    27     app_file = "VoIPProvisioningApp";
       
    28     hidden = KAppIsHidden;
       
    29 
       
    30     datatype_list =
       
    31         {
       
    32         DATATYPE
       
    33             {
       
    34             priority = EDataTypePriorityHigh;
       
    35             type = "vnd.nokia.voip.config+xml";
       
    36             },
       
    37         DATATYPE
       
    38             {
       
    39             priority = EDataTypePriorityHigh;
       
    40             type="application/vnd.nokia.voip.config+xml";
       
    41             }
       
    42         };
       
    43     }