internetradio2.0/resources/internetradio_reg.rss
changeset 15 065198191975
parent 14 896e9dbc5f19
child 16 5723da102db1
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <appinfo.rh>
       
    21 #include "internetradio.loc"
       
    22 #include <internetradio.rsg>
       
    23 #include "ir.hrh"
       
    24 
       
    25 
       
    26 UID2 KUidAppRegistrationResourceFile
       
    27 
       
    28 UID3 0x2000B499 
       
    29 
       
    30 #define STRING_InternetRadio_loc_resource_file_1 "\\resource\\apps\\InternetRadio"
       
    31 
       
    32 RESOURCE APP_REGISTRATION_INFO
       
    33 
       
    34     {
       
    35 #ifndef __DISABLE_RADIO_LAUNCHER
       
    36     // hidden=KAppIsHidden;
       
    37     hidden=KAppNotHidden;
       
    38 #endif
       
    39     app_file = "InternetRadio";
       
    40 
       
    41     localisable_resource_file = STRING_InternetRadio_loc_resource_file_1;
       
    42 
       
    43     localisable_resource_id = R_INTERNETRADIO_LOCALISABLE_APP_INFO;
       
    44 
       
    45     embeddability=KAppNotEmbeddable;
       
    46     newfile=KAppDoesNotSupportNewFile;
       
    47     datatype_list= 
       
    48 	    {
       
    49 	    DATATYPE { priority=EDataTypePriorityHigh; type="audio/x-scpls"; }
       
    50 	    };
       
    51     }