/*
* Copyright (c) 2004,2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Registration resource file for SVGT Viewer Applicaton
* Reqd for the new app framework.
*
*/
// INCLUDES
#include <appinfo.rh>
#include <SVGTViewerApp.rsg>
#include <data_caging_paths_strings.hrh>
#include "SVGTViewerAppDbgFlags.hrh"
UID2 KUidAppRegistrationResourceFile
UID3 0x101F874A // application UID
// RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
// APP_REGISTRATION_INFO
// Registration resource for SVGT Viewer
//
// -----------------------------------------------------------------------------
//
RESOURCE APP_REGISTRATION_INFO
{
app_file = "SVGTViewerApp";
localisable_resource_file = APP_RESOURCE_DIR"\\SVGTViewerApp";
localisable_resource_id = R_SVGTVIEWERAPP_LOCALISABLE_APP_INFO;
#ifndef SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE
hidden = KAppIsHidden;
embeddability = KAppEmbeddableUiNotStandAlone;
#else
hidden = KAppNotHidden;
embeddability = KAppEmbeddable;
#endif
datatype_list =
{
DATATYPE
{
// SVG-T Viewer gets high priority for handling
// mime-type image/svg+xml
priority = EDataTypePriorityHigh;
type="image/svg+xml";
},
DATATYPE
{
// SVG-T Viewer gets high priority for handling
// mime-type image/svg
priority = EDataTypePriorityHigh;
type="image/svg";
}
};
}
// End of File