vpnengine/dmadipsecvpn/data/1020699c.rss
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     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: Resource definitions for dmadipsecvpn.
       
    15 *
       
    16 */
       
    17 
       
    18 CHARACTER_SET UTF8
       
    19 
       
    20 /*
       
    21 * ============================================================================
       
    22 *  Name     : 1020699C.rss
       
    23 * ============================================================================
       
    24 */
       
    25 
       
    26 #include <ecom/registryinfo.rh>
       
    27 
       
    28 #define KSmlDMInterfaceUid 0x102018B4
       
    29 #include "dmadadapterimplconst.h"
       
    30 
       
    31 RESOURCE REGISTRY_INFO theRegistryInfo
       
    32   {
       
    33   dll_uid = KDmAdDllUid; //The DLL's 3rd UID.
       
    34   interfaces = 
       
    35       {
       
    36       INTERFACE_INFO
       
    37           {
       
    38           interface_uid = KSmlDMInterfaceUid; // DM interface UID
       
    39           implementations = 
       
    40             {
       
    41             IMPLEMENTATION_INFO
       
    42                 {
       
    43                 implementation_uid = KDmAdImplUid;
       
    44                 version_no = 1; 
       
    45                 display_name = "";
       
    46                 default_data = "";
       
    47                 opaque_data = "";
       
    48                 }
       
    49             };
       
    50           }
       
    51       };
       
    52     }