omads/omadsextensions/adapters/notes/src/nsmlnotepaddataprovider.rss
branchRCL_3
changeset 24 8e7494275d3a
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Registery info for DS notepad
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <101F85F8.loc>
       
    21 #include <registryinfo.rh>
       
    22 
       
    23 #define KNSMLDSINTERFACEUID 0x101F4D3A
       
    24 
       
    25 RESOURCE REGISTRY_INFO theRegistryInfo
       
    26   {
       
    27   //dll_uid = 0x101F85F8; // DS interface implementation UID
       
    28   dll_uid = 0x101F8612;
       
    29   interfaces = 
       
    30       {
       
    31       INTERFACE_INFO
       
    32           {
       
    33           interface_uid = KNSMLDSINTERFACEUID; //DS interface UID
       
    34           implementations = 
       
    35             {
       
    36             IMPLEMENTATION_INFO
       
    37                 {
       
    38                 //implementation_uid = 0x101F85F8; // DS interface implementation UID
       
    39                 implementation_uid = 0x101F8612;
       
    40                 version_no = 1; 
       
    41                 display_name = qtn_nsml_npd_display_name; 
       
    42                 default_data = ""; 
       
    43                 opaque_data = "";
       
    44                 }
       
    45             };
       
    46           }
       
    47       };
       
    48     }