application/data/Podcast_reg.rss
changeset 2 29cda98b007e
equal deleted inserted replaced
1:5f8e5adbbed9 2:29cda98b007e
       
     1 /*
       
     2  * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
       
     3  *
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of the License "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  *
       
    10  * Initial Contributors:
       
    11  * EmbedDev AB - initial contribution.
       
    12  *
       
    13  * Contributors:
       
    14  *
       
    15  * Description:
       
    16  *
       
    17  */
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <Podcast.rsg>
       
    21 
       
    22 UID2 KUidAppRegistrationResourceFile
       
    23 UID3 0xA0009D00
       
    24 
       
    25 RESOURCE APP_REGISTRATION_INFO
       
    26   {
       
    27   app_file="Podcast";
       
    28   
       
    29   localisable_resource_file = "\\resource\\apps\\podcast"; 
       
    30   localisable_resource_id = R_PODCAST_LOCALISABLE_APP_INFO;
       
    31 
       
    32   embeddability=KAppNotEmbeddable;
       
    33   newfile=KAppDoesNotSupportNewFile;
       
    34   }
       
    35