simpsyconfigurator/data/simpsyui_reg.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2004 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: App Registration file for simpsyconfigurator
       
    15 *
       
    16 */
       
    17 
       
    18 #include <appinfo.rh>
       
    19 #include <simpsyui.rsg>
       
    20 #include <data_caging_paths_strings.hrh>
       
    21 #include <LocPsyConfigUiUID.hrh>
       
    22 
       
    23 #include "simpsyuiconsts.h"
       
    24 
       
    25 #define KAPPFILENAME "simpsyui"
       
    26 UID2 KUidAppRegistrationResourceFile
       
    27 UID3 KSimPsyUiAppUid  // Application's UID
       
    28 
       
    29 
       
    30 RESOURCE APP_REGISTRATION_INFO
       
    31     {
       
    32     app_file = KAPPFILENAME;
       
    33     hidden = KAppIsHidden;
       
    34     embeddability = KAppEmbeddable;
       
    35 	localisable_resource_file=APP_RESOURCE_DIR"\\simpsyui";
       
    36 	localisable_resource_id=R_SIMPSYUI_APP_INFO;
       
    37 	service_list = 
       
    38 		{
       
    39 		SERVICE_INFO { uid = KLocPsyConfigServiceUid; opaque_data = R_SIMPSYUI_REG_INFO;}
       
    40 		};
       
    41     }