kerneltest/e32test/usbho/t_usbdi/inc/testliterals.h
author hgs
Wed, 22 Sep 2010 10:53:45 +0100
changeset 271 dc268b18d709
parent 0 a41df078684a
permissions -rw-r--r--
201037_07
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     1
#ifndef __TESTLITERALS_H
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     2
#define __TESTLITERALS_H
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     3
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     4
/*
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     5
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     6
* All rights reserved.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     7
* This component and the accompanying materials are made available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     8
* under the terms of the License "Eclipse Public License v1.0"
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     9
* which accompanies this distribution, and is available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    10
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    11
*
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    12
* Initial Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    13
* Nokia Corporation - initial contribution.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    14
*
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    15
* Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    16
*
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    17
* Description:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    18
* @file testliterals.h
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    19
* @internalComponent
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    20
* 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    21
*
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    22
*/
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    23
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    24
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    25
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    26
namespace NUnitTesting_USBDI
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    27
	{
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    28
// Warning Debug Print
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    29
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    30
#define __PRINT_CONTROL_TRANSFER_TIMER_COMPARISON_WARNING \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    31
RDebug::Printf("\n\n"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    32
RDebug::Printf("**********************************FAILURE WARNING**************************************"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    33
RDebug::Printf("The time taken to complete a control transfer with a concurrent bulk transfer"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    34
RDebug::Printf("is significantly longer than"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    35
RDebug::Printf("the time taken to complete a control transfer without a concurrent bulk transfer."); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    36
RDebug::Printf("This is likely to be the fault of the USB client stack on the remote."); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    37
RDebug::Printf("Use a tracer tool (e.g. Ellisys) to check that the time difference is all found in"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    38
RDebug::Printf("the time taken between the control transfer's SetUp transaction and its IN transaction."); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    39
RDebug::Printf("This test will now FAIL to alert you to this WARNING!"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    40
RDebug::Printf("**********************************FAILURE WARNING**************************************"); \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    41
RDebug::Printf("\n\n");
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    42
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    43
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    44
// French Literals - various lengths
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    45
	
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    46
_LIT8(KLiteralFrench4,
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    47
"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    48
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    49
Elle etait dechaussee, elle etait decoiffee, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    50
Assise, les pieds nus, parmi les joncs penchants; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    51
Moi qui passais par la, je crus voir une fee \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    52
Et je lui dis: Veux-tu t'en venir dans les champs? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    53
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    54
Elle me regarda de ce regard supreme \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    55
Qui reste a la beaute quand nous en triomphons, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    56
Et je lui dis: Veux-tu, c'est le mois ou l'on aime, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    57
Veux-tu nous en aller sou les arbres profonds? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    58
3: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    59
Elle essuya ses pieds a l'herbe de la rive; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    60
Elle me regarda pour la seconde fois, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    61
Et ta belle folatre alors devint pensive. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    62
Oh! Comme les oiseaux chantaient au fond du bois! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    63
4: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    64
Comme l'eau caressait doucement le rivage! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    65
Je vis venir a moi, dans les grands roseaux verts, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    66
La belle fille heureuse, effaree et sauvage, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    67
Ses cheveux dans les yeux, riant au travers. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    68
"); // 1446 bytes
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    69
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    70
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    71
_LIT8(KLiteralFrench8,
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    72
"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    73
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    74
Elle etait dechaussee, elle etait decoiffee, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    75
Assise, les pieds nus, parmi les joncs penchants; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    76
Moi qui passais par la, je crus voir une fee \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    77
Et je lui dis: Veux-tu t'en venir dans les champs? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    78
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    79
Elle me regarda de ce regard supreme \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    80
Qui reste a la beaute quand nous en triomphons, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    81
Et je lui dis: Veux-tu, c'est le mois ou l'on aime, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    82
Veux-tu nous en aller sou les arbres profonds? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    83
3: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    84
Elle essuya ses pieds a l'herbe de la rive; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    85
Elle me regarda pour la seconde fois, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    86
Et ta belle folatre alors devint pensive. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    87
Oh! Comme les oiseaux chantaient au fond du bois! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    88
4: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    89
Comme l'eau caressait doucement le rivage! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    90
Je vis venir a moi, dans les grands roseaux verts, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    91
La belle fille heureuse, effaree et sauvage, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    92
Ses cheveux dans les yeux, riant au travers. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    93
Je repete... \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    94
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    95
Elle etait dechaussee, elle etait decoiffee, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    96
Assise, les pieds nus, parmi les joncs penchants; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    97
Moi qui passais par la, je crus voir une fee \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    98
Et je lui dis: Veux-tu t'en venir dans les champs? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    99
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   100
Elle me regarda de ce regard supreme \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   101
Qui reste a la beaute quand nous en triomphons, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   102
Et je lui dis: Veux-tu, c'est le mois ou l'on aime, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   103
Veux-tu nous en aller sou les arbres profonds? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   104
3: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   105
Elle essuya ses pieds a l'herbe de la rive; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   106
Elle me regarda pour la seconde fois, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   107
Et ta belle folatre alors devint pensive. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   108
Oh! Comme les oiseaux chantaient au fond du bois! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   109
4: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   110
Comme l'eau caressait doucement le rivage! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   111
Je vis venir a moi, dans les grands roseaux verts, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   112
La belle fille heureuse, effaree et sauvage, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   113
Ses cheveux dans les yeux, riant au travers. \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   114
"); // 1519 bytes
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   115
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   116
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   117
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   118
// English Literals - various lengths
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   119
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   120
_LIT8(KLiteralEnglish2,
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   121
"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   122
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   123
\"You are old, father William,\" the young man said, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   124
\"And your hair has become very white; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   125
And yet you incessantly stand on your head-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   126
Do you think, at your age, it is right?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   127
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   128
\"In my youth,\" father William replied to his son, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   129
\"I feared it might injure the brain; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   130
But, now that I'm perfectly sure I have none, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   131
Why, I do it again and again.\"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   132
"); //  344 bytes
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   133
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   134
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   135
_LIT8(KLiteralEnglish5,
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   136
"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   137
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   138
\"You are old, father William,\" the young man said, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   139
\"And your hair has become very white; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   140
And yet you incessantly stand on your head-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   141
Do you think, at your age, it is right?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   142
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   143
\"In my youth,\" father William replied to his son, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   144
\"I feared it might injure the brain; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   145
But, now that I'm perfectly sure I have none, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   146
Why, I do it again and again.\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   147
3: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   148
\"You are old,\" said the youth, \"as I mentioned before, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   149
And you have grown most uncommonly fat; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   150
Yet you turned a back-somersault in at the door-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   151
Pray what is the reason for that?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   152
4: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   153
\"In my youth,\" said the sage, as he shook his grey locks, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   154
\"I kept all my limbs very supple \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   155
By the use of this ointment - one shilling a box-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   156
Allow me to sell you a couple?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   157
5: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   158
\"You are old,\" said the youth, \"and your jaws are too weak \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   159
For anything tougher than suet; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   160
Yet you finished the goose, with the bones and the beak-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   161
Pray, how did you manage to do it?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   162
"); //893 bytes
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   163
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   164
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   165
_LIT8(KLiteralEnglish8,
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   166
"\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   167
1: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   168
\"You are old, father William,\" the young man said, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   169
\"And your hair has become very white; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   170
And yet you incessantly stand on your head-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   171
Do you think, at your age, it is right?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   172
2: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   173
\"In my youth,\" father William replied to his son, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   174
\"I feared it might injure the brain; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   175
But, now that I'm perfectly sure I have none, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   176
Why, I do it again and again.\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   177
3: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   178
\"You are old,\" said the youth, \"as I mentioned before, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   179
And you have grown most uncommonly fat; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   180
Yet you turned a back-somersault in at the door-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   181
Pray what is the reason for that?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   182
4: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   183
\"In my youth,\" said the sage, as he shook his grey locks, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   184
\"I kept all my limbs very supple \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   185
By the use of this ointment - one shilling a box-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   186
Allow me to sell you a couple?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   187
5: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   188
\"You are old,\" said the youth, \"and your jaws are too weak \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   189
For anything tougher than suet; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   190
Yet you finished the goose, with the bones and the beak-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   191
Pray, how did you manage to do it?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   192
6: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   193
\"In my youth,\" said his father, \"I took to the law, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   194
And argued each case with my wife; \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   195
And the muscular strength, which it gave to my jaw, \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   196
Has lasted the rest of my life.\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   197
7: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   198
\"You are old,\" said the youth, \"one would hardly suppose \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   199
That your eye was as steady as ever;\
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   200
Yet you balanced an eel on the end of your nose-- \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   201
What made you so awfully clever?\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   202
8: \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   203
\"I have answered three questions, and that is enough,\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   204
Said his father. \"Don't give yourself airs! \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   205
Do you think I can listen all day to such stuff? \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   206
Be off, or I'll kick you down stairs.\" \
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   207
"); // 1438 bytes
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   208
271
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   209
_LIT8(KLiteralEnglish16,
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   210
"\
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   211
1: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   212
\"You are old, father William,\" the young man said, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   213
\"And your hair has become very white; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   214
And yet you incessantly stand on your head-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   215
Do you think, at your age, it is right?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   216
2: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   217
\"In my youth,\" father William replied to his son, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   218
\"I feared it might injure the brain; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   219
But, now that I'm perfectly sure I have none, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   220
Why, I do it again and again.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   221
3: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   222
\"You are old,\" said the youth, \"as I mentioned before, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   223
And you have grown most uncommonly fat; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   224
Yet you turned a back-somersault in at the door-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   225
Pray what is the reason for that?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   226
4: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   227
\"In my youth,\" said the sage, as he shook his grey locks, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   228
\"I kept all my limbs very supple \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   229
By the use of this ointment - one shilling a box-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   230
Allow me to sell you a couple?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   231
5: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   232
\"You are old,\" said the youth, \"and your jaws are too weak \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   233
For anything tougher than suet; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   234
Yet you finished the goose, with the bones and the beak-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   235
Pray, how did you manage to do it?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   236
6: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   237
\"In my youth,\" said his father, \"I took to the law, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   238
And argued each case with my wife; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   239
And the muscular strength, which it gave to my jaw, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   240
Has lasted the rest of my life.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   241
7: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   242
\"You are old,\" said the youth, \"one would hardly suppose \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   243
That your eye was as steady as ever;\
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   244
Yet you balanced an eel on the end of your nose-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   245
What made you so awfully clever?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   246
8: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   247
\"I have answered three questions, and that is enough,\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   248
Said his father. \"Don't give yourself airs! \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   249
Do you think I can listen all day to such stuff? \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   250
Be off, or I'll kick you down stairs.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   251
From 9 to 16, just simply repeats 1 to 8:\
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   252
9: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   253
\"You are old, father William,\" the young man said, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   254
\"And your hair has become very white; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   255
And yet you incessantly stand on your head-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   256
Do you think, at your age, it is right?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   257
10: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   258
\"In my youth,\" father William replied to his son, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   259
\"I feared it might injure the brain; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   260
But, now that I'm perfectly sure I have none, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   261
Why, I do it again and again.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   262
11: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   263
\"You are old,\" said the youth, \"as I mentioned before, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   264
And you have grown most uncommonly fat; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   265
Yet you turned a back-somersault in at the door-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   266
Pray what is the reason for that?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   267
12: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   268
\"In my youth,\" said the sage, as he shook his grey locks, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   269
\"I kept all my limbs very supple \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   270
By the use of this ointment - one shilling a box-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   271
Allow me to sell you a couple?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   272
13: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   273
\"You are old,\" said the youth, \"and your jaws are too weak \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   274
For anything tougher than suet; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   275
Yet you finished the goose, with the bones and the beak-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   276
Pray, how did you manage to do it?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   277
14: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   278
\"In my youth,\" said his father, \"I took to the law, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   279
And argued each case with my wife; \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   280
And the muscular strength, which it gave to my jaw, \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   281
Has lasted the rest of my life.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   282
15: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   283
\"You are old,\" said the youth, \"one would hardly suppose \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   284
That your eye was as steady as ever;\
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   285
Yet you balanced an eel on the end of your nose-- \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   286
What made you so awfully clever?\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   287
16: \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   288
\"I have answered three questions, and that is enough,\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   289
Said his father. \"Don't give yourself airs! \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   290
Do you think I can listen all day to such stuff? \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   291
Be off, or I'll kick you down stairs.\" \
dc268b18d709 201037_07
hgs
parents: 0
diff changeset
   292
");
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   293
	}
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   294
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   295
#endif