omadm/omadmextensions/adapters/streamingadapter/src/nsmldmstreamingadapter.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : nsmlstreaming.rss
       
     4 *  Part of  : streaming adapter
       
     5 *
       
     6 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     7 * All rights reserved.
       
     8 * This component and the accompanying materials are made available
       
     9 * under the terms of "Eclipse Public License v1.0"
       
    10 * which accompanies this distribution, and is available
       
    11 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 *
       
    13 * Initial Contributors:
       
    14 * Nokia Corporation - initial contribution.
       
    15 *
       
    16 * Contributors:
       
    17 *
       
    18 * Description:  Implementation of dm adapters
       
    19 * 	This is part of omadmextensions.
       
    20 *
       
    21 */
       
    22 
       
    23 CHARACTER_SET UTF8
       
    24 
       
    25 #include <registryinfo.rh>
       
    26 #include "nsmldmconstants.h"
       
    27 
       
    28 RESOURCE REGISTRY_INFO theRegistryInfo
       
    29   {
       
    30   dll_uid = 0x20024310;//The DLL's 3rd UID.
       
    31   interfaces = 
       
    32       {
       
    33       INTERFACE_INFO
       
    34           {
       
    35           interface_uid = KNSmlDMInterfaceUid; // DM interface UID
       
    36           implementations = 
       
    37             {
       
    38             IMPLEMENTATION_INFO
       
    39                 {
       
    40                 implementation_uid = 0x20024311; // DM browser implementation UID
       
    41                 version_no = 1; 
       
    42                 display_name = "";
       
    43                 default_data = "";
       
    44                 opaque_data = "";
       
    45                 }
       
    46             };
       
    47           }
       
    48       };
       
    49     }