equal
deleted
inserted
replaced
14 * Description: Recognizer for the widget supported MIME types. |
14 * Description: Recognizer for the widget supported MIME types. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include "WidgetRecognizer.h" |
18 #include "WidgetRecognizer.h" |
19 #include "implementationproxy.h" |
19 #include <ecom/implementationproxy.h> |
20 |
20 |
21 // CONSTANTS |
21 // CONSTANTS |
22 _LIT(KWidgetExtension, ".wgz"); |
22 _LIT(KWidgetExtension, ".wgz"); |
23 _LIT8(KWidgetMimeType,"application/x-nokia-widget"); |
23 _LIT8(KWidgetMimeType,"application/x-nokia-widget"); |
24 |
24 |