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.
sl@0
     1
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// T_CALYPSO_SOURCE_FILE.rss
sl@0
    15
// This is the source resource file used as input to the tools
sl@0
    16
// rcomp.exe ver6 and reszip tool to produce the calypso .RSC file.
sl@0
    17
// The target .rsc file produced outside the build has also been
sl@0
    18
// added to soruce tree.
sl@0
    19
// 
sl@0
    20
//
sl@0
    21
sl@0
    22
STRUCT TBUF
sl@0
    23
	{
sl@0
    24
	BUF buf;
sl@0
    25
	}
sl@0
    26
sl@0
    27
STRUCT LBUF
sl@0
    28
	{
sl@0
    29
	LTEXT txt;
sl@0
    30
	}
sl@0
    31
sl@0
    32
STRUCT STRUCT_ARRAY
sl@0
    33
	{
sl@0
    34
	STRUCT array[];
sl@0
    35
	}
sl@0
    36
sl@0
    37
STRUCT BYTE_ARRAY
sl@0
    38
	{
sl@0
    39
	BYTE array[];
sl@0
    40
	}
sl@0
    41
sl@0
    42
STRUCT LTEXT_ARRAY
sl@0
    43
	{
sl@0
    44
	LTEXT array[];
sl@0
    45
	}
sl@0
    46
sl@0
    47
STRUCT POINT
sl@0
    48
	{
sl@0
    49
	LONG x;
sl@0
    50
	LONG y;
sl@0
    51
	}
sl@0
    52
sl@0
    53
STRUCT RSS_SIGNATURE
sl@0
    54
	{
sl@0
    55
	LONG signature=4;
sl@0
    56
	SRLINK self;
sl@0
    57
	}
sl@0
    58
sl@0
    59
STRUCT SINGLES
sl@0
    60
	{
sl@0
    61
	STRUCT struct;
sl@0
    62
	LONG long;
sl@0
    63
	}
sl@0
    64
sl@0
    65
STRUCT TWO_BYTE_ALIGNED_TEXT_SANDWICH
sl@0
    66
	{
sl@0
    67
	BYTE outer1;
sl@0
    68
	LTEXT text;
sl@0
    69
	BYTE outer2;
sl@0
    70
	}
sl@0
    71
sl@0
    72
STRUCT NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH
sl@0
    73
	{
sl@0
    74
	WORD outer1;
sl@0
    75
	LTEXT text;
sl@0
    76
	BYTE outer2;
sl@0
    77
	}
sl@0
    78
sl@0
    79
NAME JCSF
sl@0
    80
sl@0
    81
RESOURCE TBUF t_compressed_unicode_1_resource_1 {buf="Gruezi miteinander";}
sl@0
    82
sl@0
    83
RESOURCE STRUCT_ARRAY t_compressed_unicode_1_resource_2
sl@0
    84
	{
sl@0
    85
	array=
sl@0
    86
		{
sl@0
    87
		LBUF {txt="Bonjour";},
sl@0
    88
		LBUF {txt="Ni3 hao3";},
sl@0
    89
		LBUF {txt="Konnichiwa";},
sl@0
    90
		LBUF {txt="Zdravstvuit'e";}
sl@0
    91
		};
sl@0
    92
	}
sl@0
    93
sl@0
    94
RESOURCE LTEXT_ARRAY t_compressed_unicode_1_resource_3
sl@0
    95
	{
sl@0
    96
	array=
sl@0
    97
		{
sl@0
    98
		"Gamarjoba",
sl@0
    99
		"Gasou",
sl@0
   100
		"Ola"
sl@0
   101
		};
sl@0
   102
	}
sl@0
   103
sl@0
   104
RESOURCE BYTE_ARRAY t_compressed_unicode_1_resource_4
sl@0
   105
	{
sl@0
   106
	array=
sl@0
   107
		{
sl@0
   108
		0xbd,
sl@0
   109
		0x5e,
sl@0
   110
		0xf1
sl@0
   111
		};
sl@0
   112
	}
sl@0
   113
sl@0
   114
RESOURCE RSS_SIGNATURE t_compressed_unicode_1_resource_5 {}
sl@0
   115
sl@0
   116
RESOURCE TBUF t_compressed_unicode_1_resource_6 {buf="_";}
sl@0
   117
sl@0
   118
RESOURCE TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_7
sl@0
   119
	{
sl@0
   120
	outer1=9;
sl@0
   121
	text="To";
sl@0
   122
	outer2=97;
sl@0
   123
	}
sl@0
   124
sl@0
   125
RESOURCE NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_8
sl@0
   126
	{
sl@0
   127
	outer1=999;
sl@0
   128
	text="To";
sl@0
   129
	outer2=79;
sl@0
   130
	}
sl@0
   131
sl@0
   132
RESOURCE NON_TWO_BYTE_ALIGNED_TEXT_SANDWICH t_compressed_unicode_1_resource_9
sl@0
   133
	{
sl@0
   134
	outer1=53132;
sl@0
   135
	text="T";
sl@0
   136
	outer2=62;
sl@0
   137
	}
sl@0
   138
sl@0
   139
RESOURCE SINGLES t_compressed_unicode_1_resource_10
sl@0
   140
	{
sl@0
   141
	struct=POINT{x=1253869; y=-986324;};
sl@0
   142
	long=0x600ddea1;
sl@0
   143
	}
sl@0
   144
sl@0
   145
RESOURCE LTEXT_ARRAY t_compressed_unicode_1_resource_11
sl@0
   146
	{
sl@0
   147
	array=
sl@0
   148
		{
sl@0
   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.",
sl@0
   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.",
sl@0
   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.",
sl@0
   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."
sl@0
   153
		};
sl@0
   154
	}