javamanager/javainstaller/javasifplugin/data/2002BC6F.rss
branchRCL_3
changeset 19 04becd199f91
child 67 63b81d807542
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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:  ECOM resource definition for Java Sif plugin
       
    15 *               javasifplugin.dll
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfov2.rh>
       
    21 
       
    22 //  RESOURCE DEFINITIONS
       
    23 
       
    24 RESOURCE REGISTRY_INFO registry_info
       
    25     {
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27     // UID for the DLL
       
    28     dll_uid = 0x2002BC6F;
       
    29 
       
    30     // Interface info array
       
    31     interfaces =
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             // UID of the implemented interface KUidSifPlugin
       
    36             interface_uid = 0x10285BC2;
       
    37 
       
    38             implementations =
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid  =  0x2002BC70;
       
    43                     version_no          =  1;
       
    44                     display_name        =  "Midlet installation implementation";
       
    45                     default_data        =  "";
       
    46                     opaque_data         =  "";
       
    47                     rom_only            =  0;
       
    48                     }
       
    49                 };
       
    50              }
       
    51         };
       
    52     }
       
    53 
       
    54 
       
    55 // End of File