javamanager/javaappschemeplugin/data/2002875F.rss
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14: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 javaapp:
       
    15 *   scheme handler plugin. Implements CSchemeHandler interface
       
    16 *
       
    17 */
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfov2.rh>
       
    21 
       
    22 //  RESOURCE DEFINITIONS
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27 
       
    28     // UID for the DLL, KJavaAppHandlerDllUid
       
    29     dll_uid = 0x2002875F;
       
    30 
       
    31     // Interface info array
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // UID of the implemented interface
       
    37             interface_uid = 0x101f8534;
       
    38 
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     // KJavaLocalAppHandlerEcomImplUid
       
    44                     implementation_uid = 0x20028767;
       
    45                     version_no   = 1;
       
    46                     display_name = "URL handler for javaapp scheme";
       
    47                     default_data = "javaapp";
       
    48                     opaque_data  = "";
       
    49                     rom_only     =  0;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }