codhandler/codviewer/data/CodViewer_reg.rss
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:44:19 +0100
branchGCC_SURGE
changeset 88 cb5ac135d1df
parent 65 5bfc169077b2
child 94 919f36ff910f
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
*      Resource definitions.
*      
*
*/


#include <appinfo.rh>
#include <CodViewer.rsg>
#include <CodDefs.h>
#include <data_caging_paths_strings.hrh>

UID2 KUidAppRegistrationResourceFile
UID3 COD_VIEWER_UID

RESOURCE APP_REGISTRATION_INFO
    {
    app_file = "CodViewer";
    localisable_resource_file = APP_RESOURCE_DIR"\\CodViewer";
    localisable_resource_id = R_COD_VIEWER_LOCALISABLE_APP_INFO;
    hidden = KAppIsHidden;
    newfile = KAppDoesNotSupportNewFile;
    datatype_list =
        {
        DATATYPE
            {
            priority = EDataTypePriorityNormal;
            type = COD_MIME_TYPE;
            }
        };
    }