installationservices/swi/test/testexes/interpretsis_testcase/interpretsis_testcase_dup_reg.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <appinfo.rh>
       
    17 #include <interpretsis_testcase_01.rsg>
       
    18 
       
    19 UID2 KUidAppRegistrationResourceFile
       
    20 //UID3 0xE800005A // application UID
       
    21 UID3 0x00000ABD // application UID
       
    22 
       
    23 RESOURCE APP_REGISTRATION_INFO
       
    24 	{
       
    25 	app_file = "interpretsis_testcase_dup";
       
    26 	//localisable_resource_file = "\\resource\\apps\\interpretsis_testcase_01";
       
    27 	//localisable_resource_id = R_LAI;	
       
    28 	    //
       
    29     hidden = KAppNotHidden;
       
    30     embeddability = KAppNotEmbeddable;
       
    31     newfile = KAppDoesNotSupportNewFile;
       
    32     launch = KAppLaunchInForeground;
       
    33     group_name = "AppNameGroup";
       
    34     //
       
    35     default_screen_number = 2;
       
    36     //
       
    37     datatype_list = 
       
    38         {
       
    39         DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg1"; },
       
    40         DATATYPE { priority=EDataTypePriorityNormal; type="image/gif1"; }
       
    41         };
       
    42     //
       
    43     file_ownership_list =
       
    44         {
       
    45         FILE_OWNERSHIP_INFO {file_name="z:\\temp\\AppNameTempFile.txt"; },
       
    46         FILE_OWNERSHIP_INFO {file_name="z:\\temp\\AppName.txt"; }
       
    47         };
       
    48 	
       
    49    //
       
    50     service_list =
       
    51         {
       
    52         SERVICE_INFO
       
    53             {
       
    54             uid = 268123123;
       
    55             datatype_list = 
       
    56                 {
       
    57                 DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg2"; },
       
    58                 DATATYPE { priority=EDataTypePriorityNormal; type="image/gif2"; }
       
    59                 };   
       
    60             opaque_data = r_first_service_specific_data;
       
    61             },
       
    62         SERVICE_INFO
       
    63             {
       
    64             uid = 268123124;
       
    65             datatype_list = 
       
    66                 {
       
    67                 DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg3"; },
       
    68                 DATATYPE { priority=EDataTypePriorityNormal; type="image/gif3"; }
       
    69                 };
       
    70             opaque_data = r_second_service_specific_data;
       
    71             }
       
    72         };
       
    73     
       
    74     
       
    75     opaque_data = r_third_service_specific_data;
       
    76 	}
       
    77 	
       
    78 STRUCT SERVICE_NAME
       
    79 	{
       
    80 	LTEXT name = "";
       
    81 	}
       
    82 
       
    83 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    84 	{
       
    85 	name = "Non-localised_service_uid_01020304";
       
    86 	}
       
    87 
       
    88 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    89 	{
       
    90 	name = "Non-localised_service_uid_02030405";
       
    91 	}
       
    92 
       
    93 RESOURCE SERVICE_NAME r_third_service_specific_data
       
    94 	{
       
    95 	name = "Non-localised_resource";
       
    96 	}