contentstorage/casrv/caprogresscanner/data/caprogresscanner.rss
changeset 102 8b8b34fa9751
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
       
     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: caprogresscanner.rss
       
    15 * ECOM DLL UID:           20022F86
       
    16 * ECOM interface UID:    (KCaSrvPluginInterfaceUid)
       
    17 * ECOM Implementation:    20022F87
       
    18 *
       
    19 */
       
    20 
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "casrvpluginuids.hrh"
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     // UID for the DLL
       
    27     dll_uid = 0x20022F86;
       
    28     // Declare array of interface info
       
    29     interfaces =
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             // UID of interface that is implemented
       
    34             interface_uid = KCaSrvPluginInterfaceUid;
       
    35             implementations =
       
    36                 {
       
    37                 // Info for App Scanner
       
    38                 IMPLEMENTATION_INFO
       
    39                     {
       
    40                     implementation_uid = 0x20022F87;
       
    41                     version_no         = 1;
       
    42                     display_name       = "Progress Scanner";
       
    43                     default_data       = "PROGRESSCANNER";
       
    44                     opaque_data        = "";
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }
       
    50