secureswitools/swisistools/test/tinterpretsisinteg/data/regfiles/tstapp_reg.rss
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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 /**
       
    17  @file TstApp_reg.rss
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 
       
    22 #include <appinfo.rh>
       
    23 #include <tstapp_loc.rsg>
       
    24 
       
    25 UID2 KUidAppRegistrationResourceFile
       
    26 UID3 0x123
       
    27 RESOURCE APP_REGISTRATION_INFO
       
    28 	{	
       
    29 	app_file = TstApp;
       
    30 	localisable_resource_file="\\Resource\\Apps\\tstapp_loc";
       
    31 	localisable_resource_id = R_LAI;
       
    32 	attributes = KAppIsControlPanelItem;
       
    33 	hidden = KAppNotHidden;
       
    34 	embeddability = KAppNotEmbeddable;
       
    35 	newfile = KAppDoesNotSupportNewFile;
       
    36 	launch = KAppLaunchInForeground;
       
    37 	group_name = "Games";
       
    38 	file_ownership_list = 
       
    39 		{
       
    40 		FILE_OWNERSHIP_INFO { file_name="C:\\System\\file2"; }
       
    41 		};
       
    42 
       
    43 	datatype_list = 
       
    44 		{
       
    45 		DATATYPE { priority=EDataTypePriorityNormal; type="text/plain"; }
       
    46 		};
       
    47 
       
    48 	service_list =
       
    49 		{
       
    50 		SERVICE_INFO { uid = 0x10101010;},
       
    51 		SERVICE_INFO 
       
    52 			{
       
    53 			uid = 0x01020304; 
       
    54 			datatype_list = 
       
    55 				{
       
    56 				DATATYPE { priority=EDataTypePriorityNormal; type="text/custom1"; }
       
    57 				};
       
    58 			opaque_data = r_first_service_specific_data;
       
    59 			},
       
    60 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_second_service_specific_data;},
       
    61 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_first_service_specific_data;},
       
    62 		SERVICE_INFO { uid = 0x01020305; opaque_data = R_SERVICE_SPECIFIC_DATA_LOC; }
       
    63 		};
       
    64 
       
    65 	}
       
    66 
       
    67 STRUCT SERVICE_NAME
       
    68 	{
       
    69 	LTEXT name = "";
       
    70 	}
       
    71 
       
    72 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    73 	{
       
    74 	name = "Non-localised_text_for_service_uid_0x01020304";
       
    75 	}
       
    76 
       
    77 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    78 	{
       
    79 	name = "Non-localised_text_for_service_uid_0x02345000";
       
    80 	}