internetradio2.0/resources/2000b4ab.rss
changeset 0 09774dfdd46b
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     1 /*
       
     2 * Copyright (c) 2009 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 //  INCLUDES
       
    20 //#include <ecom/RegistryInfo.rh>
       
    21 //#include <oem/KAIPluginConst.h>
       
    22 
       
    23 //#include "VRActiveIdle.hrh"
       
    24 
       
    25 // RESOURCES
       
    26 #include <aicontentpublisheruid.hrh>
       
    27 #include <ecom/registryinfo.rh>
       
    28 //
       
    29 // Resource information for the ECOM DLL.
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     dll_uid = 0x2000B4AB;
       
    34 
       
    35     interfaces = 
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             // UID of interface that is implemented
       
    40             interface_uid = AI_UID_ECOM_INTERFACE_CONTENTPUBLISHER;
       
    41             implementations = 
       
    42                 {
       
    43                 // Info for Active Idle Plugin container
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = 0x2000B4A7;
       
    47                     version_no         = 1;
       
    48                     display_name       = "";
       
    49                     default_data       = "";
       
    50                     opaque_data        = "";
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }
       
    56 
       
    57 // End of File