installationservices/swinstallationfw/test/tusif/source/sifgetcompinfotest1_reg.rss
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
--- a/installationservices/swinstallationfw/test/tusif/source/sifgetcompinfotest1_reg.rss	Tue Aug 31 15:21:33 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-/*
-* 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 <appinfo.rh>
-#include <sifgetcompinfotest1_loc.rsg>
-
-UID2 KUidAppRegistrationResourceFile
-UID3 0x80286FE0
-	
-
-
-
-RESOURCE APP_REGISTRATION_INFO
-	{
-	app_file = "CompInfoFile";
-	localisable_resource_file = "z:\\tusif\\tsif\\data\\sifgetcompinfotest1\\sifgetcompinfotest1_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