diff -r 5cc91383ab1e -r 7333d7932ef7 installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotest_reg.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotest_reg.rss Tue Aug 31 15:21:33 2010 +0300 @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + +/** + @file testapplication_reg.rss + @internalComponent - Internal Symbian test code +*/ + +#include +#include + +UID2 KUidAppRegistrationResourceFile +UID3 0x80286FE1 + + + + +RESOURCE APP_REGISTRATION_INFO + { + app_file = "CompInfoFile"; + localisable_resource_file = "z:\\tusif\\tsif\\data\\sifgetcompapparcinfotest\\sifgetcompapparcinfotest_loc"; + localisable_resource_id = R_LAI; + // + hidden = KAppNotHidden; + embeddability = KAppNotEmbeddable; + newfile = KAppDoesNotSupportNewFile; + launch = KAppLaunchInForeground; + group_name = "AppNameGroup"; + // + default_screen_number = 2; + // + datatype_list = + { + DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg1"; }, + DATATYPE { priority=EDataTypePriorityNormal; type="image/gif1"; } + }; + // + file_ownership_list = + { + FILE_OWNERSHIP_INFO {file_name="c:\\temp\\AppNameTempFile.txt"; }, + FILE_OWNERSHIP_INFO {file_name="c:\\temp\\AppName.txt"; } + }; + + // + service_list = + { + SERVICE_INFO + { + uid = 268123123; + datatype_list = + { + DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg2"; }, + DATATYPE { priority=EDataTypePriorityNormal; type="image/gif2"; } + }; + opaque_data = r_first_service_specific_data; + }, + SERVICE_INFO + { + uid = 268123124; + datatype_list = + { + DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg3"; }, + DATATYPE { priority=EDataTypePriorityNormal; type="image/gif3"; } + }; + opaque_data = r_second_service_specific_data; + } + }; + + + opaque_data = r_third_service_specific_data; + } + +STRUCT SERVICE_NAME + { + LTEXT name = ""; + } + +RESOURCE SERVICE_NAME r_first_service_specific_data + { + name = "Non-localised_service_uid_01020304"; + } + +RESOURCE SERVICE_NAME r_second_service_specific_data + { + name = "Non-localised_service_uid_02030405"; + } + +RESOURCE SERVICE_NAME r_third_service_specific_data + { + name = "Non-localised_resource"; + } \ No newline at end of file