javamanager/javarecognizer/data/102031FB.rss
branchRCL_3
changeset 77 7cee158cb8cd
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
     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
    22 
    26 
    23 RESOURCE REGISTRY_INFO r_registry
    27 RESOURCE REGISTRY_INFO r_registry
    24 {
    28 {
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    26 	dll_uid = KJavaRecognizerDllUid;
    30 	dll_uid = KJavaRecognizerDllUid;
    32 		implementations = 
    36 		implementations = 
    33 			{
    37 			{
    34 			IMPLEMENTATION_INFO
    38 			IMPLEMENTATION_INFO
    35 				{
    39 				{
    36 				implementation_uid = KRecognizerEcomImplUid;
    40 				implementation_uid = KRecognizerEcomImplUid;
    37 				// Version number is 2 so that this implementation should override the old one in ROM
    41 				version_no	   =  ECOM_VERSION_NO;
    38                 version_no         =  2;
       
    39 				display_name = "recjar";
    42 				display_name = "recjar";
    40 				default_data = ""; // This means it accepts ALL types
    43 				default_data = ""; // This means it accepts ALL types
    41 				opaque_data = "";
    44 				opaque_data = "";
    42 				rom_only           =  0;
    45 				rom_only	   =  0;
    43 				}
    46 				}
    44 			};
    47 			};
    45 		}
    48 		}
    46 	};
    49 	};
    47 }
    50 }