photosgallery/controllers/fetcher/data/200071B3.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2000 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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // INCLUDES
       
    22 #include "glxfetcher.hrh"
       
    23 #include <mediafetch.hrh>
       
    24 #include <ecom/registryinfov2.rh>
       
    25 
       
    26 // -----------------------------------------------------------------------------
       
    27 // theInfo
       
    28 // Info resource of the ECOM plugin
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     // use resource format version 2 to enable ROM only plugins
       
    34     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    35     dll_uid = KGlxFetcherDllUid ;
       
    36 
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid =  MEDIAFETCH_ECOM_INTERFACE;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KGlxFetcherImplementationUid;
       
    47                     version_no = 2;
       
    48                     display_name = "";
       
    49                     default_data = "00000003";
       
    50                     opaque_data = "";
       
    51                     rom_only = 0;
       
    52                     }
       
    53                 };
       
    54             
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // End of File