javamanager/javainstaller/appinstuiplugin/data/101F875F.rss
changeset 21 2a9601315dfc
child 67 63b81d807542
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     1 /*
       
     2 * Copyright (c) 2008 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 Midlet UI plugin 
       
    15 *                (Java Install Launcher dll component in OMJ)
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfov2.rh>
       
    22 #include "javauids.h"
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 
       
    26 RESOURCE REGISTRY_INFO registry_info
       
    27     {
       
    28     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29     // UID for the DLL	
       
    30     dll_uid = KInstallerFrontEndDllUid;
       
    31 
       
    32     // Interface info array
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of the implemented interface
       
    38             interface_uid = KInstallerFrontEndEcomIfUid;
       
    39 
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid  =  KInstallerFrontEndEcomImplUid;
       
    45                     // Version number is 2 so that this implementation should override the old one in ROM
       
    46                     version_no          =  2;
       
    47                     display_name        =  "Midlet installation ui implementation";
       
    48                     default_data        =  "application/java-archive||text/vnd.sun.j2me.app-descriptor||application/x-java-archive||application/java";
       
    49                     opaque_data         =  " ";
       
    50                     rom_only            =  0;
       
    51                     }
       
    52                 };
       
    53              }
       
    54         };
       
    55     }
       
    56        
       
    57     
       
    58 // End of File