sdkcreationmw/sdkexamples/cppexamples/S60Ex/SIPExample/resolverplugin/Data/A00001EC.rss
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    19 #include <RegistryInfo.rh>
    19 #include <RegistryInfo.rh>
    20 
    20 
    21 RESOURCE REGISTRY_INFO theInfo
    21 RESOURCE REGISTRY_INFO theInfo
    22     {
    22     {
    23     // UID for the DLL
    23     // UID for the DLL
    24     dll_uid = 0xA00001EC;
    24     dll_uid = 0xE00001EC;
    25     // Declare array of interface info
    25     // Declare array of interface info
    26     interfaces = 
    26     interfaces = 
    27         {
    27         {
    28         INTERFACE_INFO
    28         INTERFACE_INFO
    29             {
    29             {
    31             interface_uid = 0x102010DD;
    31             interface_uid = 0x102010DD;
    32             implementations = 
    32             implementations = 
    33                 {
    33                 {
    34                 IMPLEMENTATION_INFO
    34                 IMPLEMENTATION_INFO
    35                     {
    35                     {
    36                     implementation_uid = 0xA00001EC;
    36                     implementation_uid = 0xE00001EC;
    37                     version_no = 1;
    37                     version_no = 1;
    38                     // SIPEx UID: Must match to the one SIPEx passes to CSIP::NewL.	
    38                     // SIPEx UID: Must match to the one SIPEx passes to CSIP::NewL.	
    39                     default_data = "A00001EB";
    39                     default_data = "A00001EB";
    40                     }
    40                     }
    41                 };
    41                 };