mtptransports/mtpcontroller/src/mtpcontroller.rss
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <ecom/registryinfov2.rh>
       
    17 #include "locodplugin.hrh"
       
    18 
       
    19 RESOURCE REGISTRY_INFO theInfo
       
    20     {
       
    21     // resource_format_version must always be set as follows
       
    22     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    23     
       
    24     dll_uid = 0x20028787;
       
    25     interfaces =
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             interface_uid = KLOCODSERVICEINTERFACEUID;
       
    30             implementations =
       
    31                 {
       
    32                 IMPLEMENTATION_INFO
       
    33                     {
       
    34                     // KFeatureIdS60MtpController = 272
       
    35                     implementation_uid = 272;
       
    36                     version_no = 1;
       
    37                     display_name = "MTP Service Plugin";
       
    38                     default_data = "";
       
    39                     opaque_data = "";
       
    40                     // This implementation CANNOT be overridden by a RAM-based plug-in
       
    41                     rom_only = 1;
       
    42                     }
       
    43                 };
       
    44             }
       
    45         };
       
    46     }