widgets/widgetrecognizer/src/WidgetRecognizer.cpp
changeset 26 cb62a4f66ebe
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
25:0ed94ceaa377 26:cb62a4f66ebe
    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