os/ossrv/lowlevellibsandfws/apputils/tsrc/T_CALYPSO_SOURCE_RESOURCE_FILE.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-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 // T_CALYPSO_SOURCE_FILE.rss
    15 // This is the source resource file used as input to the tools
    16 // rcomp.exe ver6 and reszip tool to produce the calypso .RSC file.
    17 // The target .rsc file produced outside the build has also been
    18 // added to soruce tree.
    19 // 
    20 //
    21 
    22 STRUCT TBUF
    23 	{
    24 	BUF buf;
    25 	}
    26 
    27 STRUCT LBUF
    28 	{
    29 	LTEXT txt;
    30 	}
    31 
    32 STRUCT STRUCT_ARRAY
    33 	{
    34 	STRUCT array[];
    35 	}
    36 
    37 STRUCT BYTE_ARRAY
    38 	{
    39 	BYTE array[];
    40 	}
    41 
    42 STRUCT LTEXT_ARRAY
    43 	{
    44 	LTEXT array[];
    45 	}
    46 
    47 STRUCT POINT
    48 	{
    49 	LONG x;
    50 	LONG y;
    51 	}
    52 
    53 STRUCT RSS_SIGNATURE
    54 	{
    55 	LONG signature=4;
    56 	SRLINK self;
    57 	}
    58 
    59 STRUCT SINGLES
    60 	{
    61 	STRUCT struct;
    62 	LONG long;
    63 	}
    64 
    65 STRUCT TWO_BYTE_ALIGNED_TEXT_SANDWICH
    66 	{
    67 	BYTE outer1;
    68 	LTEXT text;
    69 	BYTE outer2;
    70 	}
    71 
    72 STRUCT NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH
    73 	{
    74 	WORD outer1;
    75 	LTEXT text;
    76 	BYTE outer2;
    77 	}
    78 
    79 NAME JCSF
    80 
    81 RESOURCE TBUF t_compressed_unicode_1_resource_1 {buf="Gruezi miteinander";}
    82 
    83 RESOURCE STRUCT_ARRAY t_compressed_unicode_1_resource_2
    84 	{
    85 	array=
    86 		{
    87 		LBUF {txt="Bonjour";},
    88 		LBUF {txt="Ni3 hao3";},
    89 		LBUF {txt="Konnichiwa";},
    90 		LBUF {txt="Zdravstvuit'e";}
    91 		};
    92 	}
    93 
    94 RESOURCE LTEXT_ARRAY t_compressed_unicode_1_resource_3
    95 	{
    96 	array=
    97 		{
    98 		"Gamarjoba",
    99 		"Gasou",
   100 		"Ola"
   101 		};
   102 	}
   103 
   104 RESOURCE BYTE_ARRAY t_compressed_unicode_1_resource_4
   105 	{
   106 	array=
   107 		{
   108 		0xbd,
   109 		0x5e,
   110 		0xf1
   111 		};
   112 	}
   113 
   114 RESOURCE RSS_SIGNATURE t_compressed_unicode_1_resource_5 {}
   115 
   116 RESOURCE TBUF t_compressed_unicode_1_resource_6 {buf="_";}
   117 
   118 RESOURCE TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_7
   119 	{
   120 	outer1=9;
   121 	text="To";
   122 	outer2=97;
   123 	}
   124 
   125 RESOURCE NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_8
   126 	{
   127 	outer1=999;
   128 	text="To";
   129 	outer2=79;
   130 	}
   131 
   132 RESOURCE NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_9
   133 	{
   134 	outer1=53132;
   135 	text="T";
   136 	outer2=62;
   137 	}
   138 
   139 RESOURCE SINGLES t_compressed_unicode_1_resource_10
   140 	{
   141 	struct=POINT{x=1253869; y=-986324;};
   142 	long=0x600ddea1;
   143 	}
   144 
   145 RESOURCE LTEXT_ARRAY t_compressed_unicode_1_resource_11
   146 	{
   147 	array=
   148 		{
   149 		"Much of the information that defines the appearance, behaviour and functionality of a Symbian OS application is stored in a resource file external to the main body of the program. This is unlike some other programming environments, in which a single executable contains all the code and information used by the application. Resource files can have the advantages that information is loaded only when needed, which can reduce RAM requirements, that they can be compressed, and that they can be localised without recompiling the main program.",
   150 		"Resource files are developed as text files written in a Symbian OS-specific resource language. These source files are then compiled into a binary file format that can be loaded and read by programs. The source files can be compiled on their own using the command-line resource builder tool (epocrc), or as part of the standard project building process either from the command-line or from within an IDE.",
   151 		"Much of the information that defines the appearance, behaviour and functionality of a Symbian OS application is stored in a resource file external to the main body of the program. This is unlike some other programming environments, in which a single executable contains all the code and information used by the application. Resource files can have the advantages that information is loaded only when needed, which can reduce RAM requirements, that they can be compressed, and that they can be localised without recompiling the main program.",
   152 		"Resource files are developed as text files written in a Symbian OS-specific resource language. These source files are then compiled into a binary file format that can be loaded and read by programs. The source files can be compiled on their own using the command-line resource builder tool (epocrc), or as part of the standard project building process either from the command-line or from within an IDE."
   153 		};
   154 	}