javamanager/javarecognizer/data/102031FB.rss
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:	ECOM resource definition for MIME type recognizer for Symbian
    14 * Description:  ECOM resource definition for MIME type recognizer for Symbian
    15 *		 application framework
    15 *                application framework
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include <ecom/registryinfov2.rh>
    20 #include <ecom/registryinfov2.rh>
    21 #include "javauids.h"
    21 #include "javauids.h"
    22 
       
    23 #ifndef ECOM_VERSION_NO
       
    24 #define ECOM_VERSION_NO 2
       
    25 #endif
       
    26 
    22 
    27 RESOURCE REGISTRY_INFO r_registry
    23 RESOURCE REGISTRY_INFO r_registry
    28 {
    24 {
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    30 	dll_uid = KJavaRecognizerDllUid;
    26 	dll_uid = KJavaRecognizerDllUid;
    36 		implementations = 
    32 		implementations = 
    37 			{
    33 			{
    38 			IMPLEMENTATION_INFO
    34 			IMPLEMENTATION_INFO
    39 				{
    35 				{
    40 				implementation_uid = KRecognizerEcomImplUid;
    36 				implementation_uid = KRecognizerEcomImplUid;
    41 				version_no	   =  ECOM_VERSION_NO;
    37 				// Version number is 2 so that this implementation should override the old one in ROM
       
    38                 version_no         =  2;
    42 				display_name = "recjar";
    39 				display_name = "recjar";
    43 				default_data = ""; // This means it accepts ALL types
    40 				default_data = ""; // This means it accepts ALL types
    44 				opaque_data = "";
    41 				opaque_data = "";
    45 				rom_only	   =  0;
    42 				rom_only           =  0;
    46 				}
    43 				}
    47 			};
    44 			};
    48 		}
    45 		}
    49 	};
    46 	};
    50 }
    47 }