widgets/widgetrecognizer/src/WidgetRecognizer.cpp
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    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