appfw/apparchitecture/tef/serverapp3_reg.RSS
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2004-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 serverapp3_reg.rss
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 #include <appinfo.rh>
       
    22 
       
    23 UID2 KUidAppRegistrationResourceFile
       
    24 UID3 0x10004c57 // UID of the application this registration file represents
       
    25 
       
    26 RESOURCE APP_REGISTRATION_INFO
       
    27 	{
       
    28 	app_file="serverapp3";
       
    29 	//
       
    30 	datatype_list = 
       
    31 		{
       
    32 		DATATYPE { priority=EDataTypePriorityHigh; type="text/priority"; }
       
    33 		};
       
    34 
       
    35 	service_list = 
       
    36 		{
       
    37 		SERVICE_INFO 
       
    38 			{
       
    39 			uid = 0x01020304; 
       
    40 			datatype_list = 
       
    41 				{
       
    42 				DATATYPE { priority=EDataTypePriorityNormal; type="text/custom1"; }
       
    43 				};
       
    44 			opaque_data = r_first_service_specific_data;
       
    45 			},
       
    46 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_second_service_specific_data;},
       
    47 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    48 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_fourth_service_specific_data;},
       
    49 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_fifth_service_specific_data;},
       
    50 		SERVICE_INFO { uid = 0x01234000; opaque_data = r_fifth_service_specific_data;},
       
    51 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_fourth_service_specific_data;},
       
    52 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    53 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_second_service_specific_data;},
       
    54 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_first_service_specific_data;},
       
    55 		SERVICE_INFO { uid = 0x01234000; opaque_data = r_fifth_service_specific_data;},
       
    56 		SERVICE_INFO { uid = 0x02345000; opaque_data = r_fourth_service_specific_data;},
       
    57 		SERVICE_INFO { uid = 0x03456000; opaque_data = r_third_service_specific_data;},
       
    58 		SERVICE_INFO { uid = 0x04567000; opaque_data = r_second_service_specific_data;},
       
    59 		SERVICE_INFO { uid = 0x05678000; opaque_data = r_first_service_specific_data;}
       
    60 		//SERVICE_INFO { uid = 0x05678001; opaque_data = the_large_struct;}
       
    61 		};
       
    62 	}
       
    63 
       
    64 STRUCT SERVICE_NAME
       
    65 	{
       
    66 	LTEXT name = "";
       
    67 	}
       
    68 
       
    69 STRUCT LARGE_STRUCT
       
    70 	{
       
    71 	LONG arrays[256];
       
    72 	}
       
    73 
       
    74 RESOURCE LARGE_STRUCT the_large_struct
       
    75 	{
       
    76 	
       
    77 	}
       
    78 
       
    79 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    80 	{
       
    81 	name = "Non-localised text for service uid 0x01020304";
       
    82 	}
       
    83 
       
    84 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    85 	{
       
    86 	name = "Non-localised text for service uid 0x02345000";
       
    87 	}
       
    88 
       
    89 RESOURCE SERVICE_NAME r_third_service_specific_data
       
    90 	{
       
    91 	name = "Non-localised text for service uid 0x03456000";
       
    92 	}
       
    93 
       
    94 RESOURCE SERVICE_NAME r_fourth_service_specific_data
       
    95 	{
       
    96 	name = "Non-localised text for service uid 0x04567000";
       
    97 	}
       
    98 
       
    99 RESOURCE SERVICE_NAME r_fifth_service_specific_data
       
   100 	{
       
   101 	name = "Non-localised text for service uid 0x05678000";
       
   102 	}