deviceupdatesui/adapters/devinfo/src/nsmldmdevinfoadapter.rss
branchGCC_SURGE
changeset 48 751cd8585b82
parent 28 7d88c1eb7da3
parent 42 aa33c2cb9a50
child 50 b7aa21d67399
equal deleted inserted replaced
28:7d88c1eb7da3 48:751cd8585b82
     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: Implementation of dm adapters
       
    15 * 	This is part of omadmextensions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 CHARACTER_SET UTF8
       
    21 
       
    22 /*
       
    23 * ============================================================================
       
    24 *  Name     : 101f6de8.rss
       
    25 *  Part of  : SyncMl
       
    26 *  Origin   : SyncML Phase 2 
       
    27 *  Created  : 06.03.2003
       
    28 *  Implementation notes:
       
    29 *     
       
    30 *  Version  : 0.1
       
    31 *   $Revision: 2 $, $Modtime: 10.05.05 11:06 $ by $Author: Kollasep $
       
    32 *  ---------------------------------------------------------------------------
       
    33 *  Version history:
       
    34 *  Template version: 1.02, 21.6.2000 by maparnan
       
    35 *  <ccm_history>
       
    36 *  </ccm_history>
       
    37 * ============================================================================
       
    38 */
       
    39 
       
    40 
       
    41 
       
    42 #include <registryinfo.rh>
       
    43 #include <nsmldmconstants.h>
       
    44 
       
    45 RESOURCE REGISTRY_INFO theRegistryInfo
       
    46   {
       
    47   dll_uid = 0x101F6DE8; //The DLL's 3rd UID.
       
    48   interfaces = 
       
    49       {
       
    50       INTERFACE_INFO
       
    51           {
       
    52           interface_uid = KNSmlDMInterfaceUid; // DM interface UID
       
    53           implementations = 
       
    54             {
       
    55             IMPLEMENTATION_INFO
       
    56                 {
       
    57                 implementation_uid = 0x101F6DEE; // DM devinfo implementation UID
       
    58                 version_no = 1; 
       
    59                 display_name = "";
       
    60                 default_data = "";
       
    61                 opaque_data = "";
       
    62                 }
       
    63             };
       
    64           }
       
    65       };
       
    66     }