--- a/javamanager/javarecognizer/data/102031FB.rss Mon Aug 23 14:24:31 2010 +0300
+++ b/javamanager/javarecognizer/data/102031FB.rss Thu Sep 02 13:22:59 2010 +0300
@@ -11,8 +11,8 @@
*
* Contributors:
*
-* Description: ECOM resource definition for MIME type recognizer for Symbian
-* application framework
+* Description: ECOM resource definition for MIME type recognizer for Symbian
+* application framework
*
*/
@@ -20,6 +20,10 @@
#include <ecom/registryinfov2.rh>
#include "javauids.h"
+#ifndef ECOM_VERSION_NO
+#define ECOM_VERSION_NO 2
+#endif
+
RESOURCE REGISTRY_INFO r_registry
{
resource_format_version = RESOURCE_FORMAT_VERSION_2;
@@ -34,12 +38,11 @@
IMPLEMENTATION_INFO
{
implementation_uid = KRecognizerEcomImplUid;
- // Version number is 2 so that this implementation should override the old one in ROM
- version_no = 2;
+ version_no = ECOM_VERSION_NO;
display_name = "recjar";
default_data = ""; // This means it accepts ALL types
opaque_data = "";
- rom_only = 0;
+ rom_only = 0;
}
};
}