securitydialogs/Autolock/Autolock_reg.rss.back
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
child 23 94da73d93b58
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     1 // ============================================================================
       
     2 // * Generated by qmake (2.01a) (Qt 4.6.3) on: 2010-05-19T16:00:27
       
     3 // * This file is generated by qmake and should not be modified by the
       
     4 // * user.
       
     5 // ============================================================================
       
     6 
       
     7 #include <AutolockSrv.rsg>
       
     8 #include <appinfo.rh>
       
     9 
       
    10 UID2 KUidAppRegistrationResourceFile
       
    11 UID3 0xE0022E73
       
    12 
       
    13 
       
    14 
       
    15 /* xqsreg.exe fingerprint */
       
    16 #include <xqserviceipcconst.h>
       
    17 STRUCT SERVICE_CONFIGURATION {LTEXT xmldata;}
       
    18 STRUCT SERVICE_CONFIGURATION_ARRAY {STRUCT service_configuration_array[];}
       
    19 
       
    20 RESOURCE APP_REGISTRATION_INFO
       
    21 	{
       
    22 
       
    23 	embeddability   = KAppEmbeddable;
       
    24 	hidden          = KAppIsHidden;
       
    25 	newfile         = KAppDoesNotSupportNewFile;
       
    26 	service_list =
       
    27 		{
       
    28 		SERVICE_INFO
       
    29 			{
       
    30 			uid = KXQServiceUid;
       
    31 			datatype_list = {};
       
    32 			opaque_data = r_service_configuration_reg;
       
    33 			}
       
    34 		};
       
    35 
       
    36 	app_file="AutolockSrv";
       
    37 	localisable_resource_file="\\resource\\apps\\AutolockSrv";
       
    38 
       
    39 	}
       
    40 
       
    41 
       
    42 RESOURCE SERVICE_CONFIGURATION_ARRAY r_service_configuration_reg
       
    43 	{
       
    44 		service_configuration_array=
       
    45 			{
       
    46 				SERVICE_CONFIGURATION
       
    47 				{
       
    48 				xmldata = "<?xml version=\"1.0\" encoding=\"utf-8\" ?> <service> <name>com.nokia.services.AutolockSrv</name> <filepath>No path really</filepath> <description>AutolockSrv</description> <interface> <name>AutolockSrv</name> <version>2.0</version> <description>Interface";
       
    49 				}
       
    50 				,
       
    51 				SERVICE_CONFIGURATION
       
    52 				{
       
    53 				xmldata = " to AutolockSrv</description> </interface> </service>";
       
    54 				}
       
    55 
       
    56 			};
       
    57 	}