javamanager/javarecognizer/data/102031FB.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 MIME type recognizer for Symbian
       
    15 *                application framework
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <ecom/registryinfov2.rh>
       
    21 #include "javauids.h"
       
    22 
       
    23 RESOURCE REGISTRY_INFO r_registry
       
    24 {
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26 	dll_uid = KJavaRecognizerDllUid;
       
    27 	interfaces =
       
    28 	{
       
    29 		INTERFACE_INFO
       
    30 		{
       
    31 		interface_uid = KRecognizerEcomIfUid;	// Const for all data recognizers
       
    32 		implementations = 
       
    33 			{
       
    34 			IMPLEMENTATION_INFO
       
    35 				{
       
    36 				implementation_uid = KRecognizerEcomImplUid;
       
    37 				// Version number is 2 so that this implementation should override the old one in ROM
       
    38                 version_no         =  2;
       
    39 				display_name = "recjar";
       
    40 				default_data = ""; // This means it accepts ALL types
       
    41 				opaque_data = "";
       
    42 				rom_only           =  0;
       
    43 				}
       
    44 			};
       
    45 		}
       
    46 	};
       
    47 }