widgets/widgetrecognizer/src/WidgetRecognizer.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    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 "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