textinput/peninputhwrtrui/data/trui_reg.rss
changeset 27 694fa80c203c
parent 24 fc42a86c98e3
child 35 0f326f2e628e
equal deleted inserted replaced
24:fc42a86c98e3 27:694fa80c203c
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0""
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project TrainingUI
       
    15 *
       
    16 */
       
    17 //trui application's registration resource file 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <trui.rsg>
       
    21 #include <data_caging_paths_strings.hrh>
       
    22 
       
    23 UID2 KUidAppRegistrationResourceFile
       
    24 UID3 0x2000B104
       
    25 
       
    26 // d:Trui app file name
       
    27 // l:(none)
       
    28 // r:5.0
       
    29 // 
       
    30 #define qtn_trui_app_file "trui"
       
    31 
       
    32 // d:Trui localisable resource file name
       
    33 // l:(none)
       
    34 // r:5.0
       
    35 //
       
    36 #define qtn_trui_localisable_resource_file "trui"
       
    37 
       
    38 RESOURCE APP_REGISTRATION_INFO 
       
    39     {
       
    40     app_file = qtn_trui_app_file;
       
    41     localisable_resource_file = APP_RESOURCE_DIR"\\"qtn_trui_localisable_resource_file;
       
    42     localisable_resource_id = R_TRUI_LOCALISABLE_APP_INFO;
       
    43     hidden = KAppIsHidden;
       
    44     }