imakerplugin/com.nokia.s60tools.imaker.tests/tools/iMakerStub_091402.pl
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 1 7ff23301fe22
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
# All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
# This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
# under the terms of "Eclipse Public License v1.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
# which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
# Initial Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
# Nokia Corporation - initial contribution.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
# Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
# Description:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
# iMakerStub.pl
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
# Test stub for iMaker plugin JUnit tests.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
# This stub is used by IMakerWrapperTest and runs one iMaker call at the time.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
# File must be placed to C:\tests\ directory.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
$time = localtime;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
open OUTFILE, ">>out_iMakerStub.txt";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
print OUTFILE "iMakerStub.pl called at $time\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
$numArgs = $#ARGV + 1;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
print OUTFILE "Number of arguments: $numArgs\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
$testCase = $ARGV[0];
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
print $testCase;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
print OUTFILE "Test case: $testCase\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
print OUTFILE "Arguments:\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
foreach $argnum (0 .. $#ARGV) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
   print OUTFILE "\t$ARGV[$argnum]\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
if($numArgs eq 0) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
iMaker 09.14.02, 24-Apr-2009.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
Print help data on documented iMaker API items; targets and variables.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
Wildcards *, ? and [] can be used with % patterns.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
help                  : Print this message.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
help-%                : Print help on help items matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
help-%-list           : Print a list of help items matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
help-target           : Print help on all targets (same as help-target-*).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
help-target-%         : Print help on targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
help-target-%-wiki    : Print wiki-formatted help on targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
help-target-%-list    : Print a list of targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
help-variable         : Print help on all variables (same as help-variable-*).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
help-variable-%       : Print help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
help-variable-%-all   : Print full help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
help-variable-%-wiki  : Print wiki-formatted help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
help-variable-%-list  : Print a list of variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
help-variable-%-value : Print a list of variables with values matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
help-config           : Print a list of available configurations in the current working environment.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
menu                  : Run interactive menu.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
version               : Print the iMaker version number.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
For more info: http://configurationtools/imaker
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
exit(0);
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
#@options = @ARGV;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
#shift @options;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
# Printing simulated imaker output to wrapper
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    82
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    83
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    84
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    85
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    86
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    87
# Test Case: testGetConfigurationsNoConfigs
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    88
# help-config
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    89
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    90
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    91
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    92
if( $testCase eq "test_case=testGetConfigurationsNoConfigs" ) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    93
print OUTFILE "Running help, no results\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    94
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    95
Testing new API
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    96
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    97
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    98
Total duration: 00:01
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    99
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   100
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   101
exit(0); # Just to ensure that no other results are returned
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   102
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   103
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   104
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   105
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   106
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   107
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   108
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   109
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   110
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   111
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   112
# Test Case: all test cases except testGetConfigurationsNoConfigs
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   113
# help-config
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   114
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   115
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   116
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   117
if($ARGV[0] eq "help-config") {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   118
print OUTFILE "Running help-config, full results\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   119
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   120
iMaker 09.14.02, 24-Apr-2009.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   121
Finding available configuration file(s):
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   122
/epoc32/rom/config/ncp52/alvin/image_conf_alvin.mk
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   123
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   124
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   125
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   126
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   127
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   128
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   129
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   130
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   131
# Test Case: all test cases except testGetConfigurationsNoTargets
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   132
# help-target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   133
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   134
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   135
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   136
if(($numArgs eq 3) and ($ARGV[2] =~ /alvin/ ) 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   137
    and ($ARGV[0] eq "help-target")) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   138
print OUTFILE "Running help-target, full results\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   139
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   140
iMaker 09.14.02, 24-Apr-2009.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   141
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   142
all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   143
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   144
Description: Create all image sections and symbol files.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   145
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   146
clean
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   147
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   148
Description: Clean all target files.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   149
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   150
core
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   151
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   152
Description: Create the core image (ROM,ROFS1)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   153
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   154
core-image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   155
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   156
Description: Create the core image files (rom.img, rofs1.img)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   157
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   158
e2flash
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   159
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   160
Description: Create the elf2flash (flash) file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   161
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   162
f2image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   163
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   164
Description: Revert the Symbian image file (.img) from the elf2flash (flash) file.(See CORE_FLASH,ROFS2_FLASH,ROFS3_FLASH)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   165
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   166
flash
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   167
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   168
Description: Create all image sections files. Not any symbol files.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   169
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   170
flash-all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   171
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   172
Description: Create all image sections and symbol files.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   173
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   174
help
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   175
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   176
Description: Print help on help targets.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   177
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   178
help-%
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   179
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   180
Description: Print help on help items matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   181
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   182
help-%-list
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   183
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   184
Description: Print a list of help items matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   185
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   186
help-config
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   187
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   188
Description: Print a list of available configurations in the current working environment.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   189
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   190
help-target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   191
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   192
Description: Print help on all targets (same as help-target-*).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   193
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   194
help-target-%
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   195
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   196
Description: Print help on targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   197
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   198
help-target-%-list
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   199
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   200
Description: Print a list of targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   201
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   202
help-target-%-wiki
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   203
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   204
Description: Print wiki-formatted help on targets matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   205
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   206
help-variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   207
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   208
Description: Print help on all variables (same as help-variable-*).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   209
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   210
help-variable-%
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   211
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   212
Description: Print help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   213
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   214
help-variable-%-all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   215
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   216
Description: Print full help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   217
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   218
help-variable-%-list
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   219
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   220
Description: Print a list of variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   221
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   222
help-variable-%-value
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   223
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   224
Description: Print a list of variables with values matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   225
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   226
help-variable-%-wiki
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   227
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   228
Description: Print wiki-formatted help on variables matching the pattern.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   229
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   230
image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   231
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   232
Description: Create only the image file(s) (*.img)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   233
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   234
langpack_all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   235
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   236
Description: Create all language packages.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   237
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   238
langpack_china
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   239
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   240
Description: Create language packages that belong to China region.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   241
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   242
langpack_japan
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   243
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   244
Description: Create language packages that belong to Japan region.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   245
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   246
langpack_western
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   247
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   248
Description: Create language packages that belong to Western region.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   249
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   250
print-%
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   251
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   252
Description: Print the value of the given variable to the screen.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   253
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   254
rofs2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   255
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   256
Description: Create the rofs2 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   257
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   258
rofs2-image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   259
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   260
Description: Create the rofs2 image file (rofs2.img)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   261
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   262
rofs3
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   263
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   264
Description: Create the rofs3 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   265
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   266
rofs3-image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   267
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   268
Description: Create the rofs3 image file (rofs3.img)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   269
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   270
romsymbol
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   271
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   272
Description: Create the rom symbol file
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   273
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   274
step-%
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   275
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   276
Description: Generic target to execute any step inside the iMaker configuration. Any step (e.g. BUILD_*,CLEAN_*) can be executed with step-STEPNAME. Example: step-ROFS2PRE executes the CLEAN_ROFS2PRE and BUILD_ROFS2PRE commands.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   277
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   278
toolinfo
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   279
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   280
Description: Print info about the tool
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   281
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   282
uda
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   283
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   284
Description: Create the User Data area (uda) image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   285
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   286
uda-image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   287
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   288
Description: Create the User Data area (uda) image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   289
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   290
variant
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   291
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   292
Description: Create the variant image (rofs2,rofs3)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   293
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   294
variant-image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   295
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   296
Description: Create the variant image files (rofs3.img,rofs3.img)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   297
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   298
variantrofs2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   299
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   300
Description: Create an image from a variant with rofs2. Be sure to define the VARIANT_DIR.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   301
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   302
variantrofs3
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   303
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   304
Description: Create an image from a customer variant folder. Be sure to define the VARIANT_DIR.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   305
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   306
variantuda
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   307
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   308
Description: Create an image from a variant userdata folder. Be sure to define the VARIANT_DIR.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   309
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   310
version
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   311
Type       : Target
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   312
Description: Print the version information
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   313
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   314
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   315
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   316
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   317
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   318
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   319
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   320
# Test Case: all test cases except testGetConfigurationsNoConfigElements
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   321
# help-variable-*-all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   322
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   323
###########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   324
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   325
if(($numArgs eq 3) and ($ARGV[2] =~ /alvin/ ) 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   326
    and ($ARGV[0] eq "help-variable-*-all")) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   327
print OUTFILE "Running help-variable-*-all, giving full list\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   328
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   329
iMaker 09.14.02, 24-Apr-2009.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   330
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   331
BLDROBY = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   332
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   333
Description: For passing extra oby files (from command line) to the buildrom.pl
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   334
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   335
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   336
BLDROM_OPT = `-loglevel1  -v -nosymbols    -D_IMAGE_TYPE_RND'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   337
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   338
Description: The default buildrom.pl options
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   339
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   340
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   341
BLDROPT = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   342
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   343
Description: For passing extra parameters (from command line) to the buildrom.pl
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   344
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   345
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   346
CONFIGROOT = `/epoc32/rom/config'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   347
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   348
Description: Define the default configuration root directory.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   349
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   350
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   351
CORE_CDPROMFILE = `/epoc32/rombuild/odpcoderomfiles.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   352
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   353
Description: The name of the core Code Demand Paging rom file (Code paging).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   354
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   355
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   356
CORE_DIR = `/epoc32/rombuild/alvin/core'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   357
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   358
Description: The working directory, when creating core image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   359
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   360
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   361
CORE_FLASH = `/epoc32/rombuild/alvin/alvin_5230_rnd.fpsx'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   362
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   363
Description: The name of the flashable core image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   364
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   365
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   366
CORE_FWIDFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_fwid.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   367
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   368
Description: The (generated) _core_fwid.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   369
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   370
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   371
CORE_IMEISVFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_imeisv.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   372
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   373
Description: The (generated) _core_imeisv.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   374
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   375
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   376
CORE_IMEISVINFO = `00'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   377
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   378
Description: The content string for the imeisv.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   379
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   380
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   381
CORE_MODELFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_model.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   382
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   383
Description: The (generated) _core_model.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   384
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   385
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   386
CORE_MODELINFO = `S60'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   387
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   388
Description: The content string for the model.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   389
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   390
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   391
CORE_MSTOBY = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_master.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   392
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   393
Description: The generated master oby file name, which includes the CORE_OBY files
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   394
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   395
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   396
CORE_NAME = `/epoc32/rombuild/alvin/core/alvin_5230_rnd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   397
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   398
Description: The name of the core image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   399
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   400
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   401
CORE_NDPROMFILE = `/epoc32/rombuild/romfiles.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   402
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   403
Description: The name of the core Non Demand Paging rom file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   404
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   405
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   406
CORE_OBY = `/epoc32/rom/ncp.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   407
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   408
Description: The oby file(s) included to the core image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   409
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   410
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   411
CORE_ODPROMFILE = `/epoc32/rombuild/odpromfiles.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   412
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   413
Description: The name of the core On Demand Paging rom file (Rom paging).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   414
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   415
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   416
CORE_OPT = `-loglevel1  -v -nosymbols    -D_IMAGE_TYPE_RND -D_EABI=ARMV5 -D_ASIC_VER_11    -DALVIN  -DLCD_SHELL'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   417
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   418
Description: The core specific buildrom options
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   419
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   420
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   421
CORE_PLATFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_platform.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   422
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   423
Description: The (generated) _core_platform.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   424
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   425
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   426
CORE_PLATINFO = `SymbianOSMajorVersion=9\nSymbianOSMinorVersion=4\n'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   427
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   428
Description: The content string for the fwid.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   429
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   430
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   431
CORE_PRODFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_product.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   432
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   433
Description: The (generated) _core_product.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   434
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   435
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   436
CORE_ROFSFILE = `/epoc32/rombuild/odpcoderofsfiles.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   437
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   438
Description: The name of the core rofs file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   439
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   440
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   441
CORE_ROMVER = `0.01(0)'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   442
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   443
Description: The rom version parameter passed to the version.iby
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   444
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   445
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   446
CORE_SWVERFILE = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_sw.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   447
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   448
Description: The (generated) _core_sw.txt version file name. This generated file is included in the CORE_VERIBY file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   449
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   450
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   451
CORE_SWVERINFO = `V 52.50.2009.37.024 RND\n11-09-09\nRM-559\n(c) Nokia'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   452
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   453
Description: The content string for the sw.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   454
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   455
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   456
CORE_TIME = `11/09/2009'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   457
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   458
Description: The time defined to the core image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   459
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   460
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   461
CORE_UDEBFILE = `/epoc32/rombuild/mytraces.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   462
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   463
Description: The name of the core udeb file. See USE_UDEB.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   464
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   465
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   466
CORE_VERIBY = `/epoc32/rombuild/alvin/core/alvin_5230_rnd_core_version.iby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   467
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   468
Description: The name of the generated core *version.iby, which included version files and info
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   469
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   470
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   471
CORE_VERSION = `V 52.50.2009.37.024 RND'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   472
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   473
Description: The version of the core. Used in sw.txt generation.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   474
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   475
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   476
COREPLAT_NAME = `ncp52'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   477
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   478
Description: Name of the core platform
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   479
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   480
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   481
CUSTVARIANT_COMPLP = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   482
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   483
Description: Compatible language variant.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   484
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   485
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   486
CUSTVARIANT_DIR = `/epoc32/rom/config/ncp52/alvin/customer/'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   487
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   488
Description: Overrides the VARIANT_DIR for customer variant, see the instructions of VARIANT_CONFCP for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   489
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   490
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   491
FLASH_EXT = `.fpsx'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   492
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   493
Description: The flash file extension.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   494
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   495
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   496
HWID = `5230'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   497
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   498
Description: Hardware Id
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   499
Values     : ([0-9]4)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   500
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   501
HWID_LIST = `5230'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   502
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   503
Description: Possible Hardware Ids of the product.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   504
Values     : ([0-9]4)*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   505
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   506
KEEPTEMP = `0'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   507
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   508
Description: Keep the buildrom.pl temp files (copied to the WORKDIR). E.g. tmp1.oby tmp2.oby..tmp9.oby
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   509
Values     : ([0|1])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   510
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   511
LABEL = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   512
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   513
Description: A label to the NAME of the image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   514
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   515
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   516
LANGPACK_CONFCP = `5250  alvin  '
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   517
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   518
Description: Overrides the VARIANT_CONFCP for language pack, see the instructions of VARIANT_CONFCP for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   519
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   520
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   521
LANGPACK_CONFML = `/epoc32/rom/config/ncp52/alvin/alvin.confml'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   522
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   523
Description: Overrides the VARIANT_CONFML for language pack, see the instructions of VARIANT_CONFML for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   524
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   525
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   526
LANGPACK_DEFAULTLANG = `English'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   527
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   528
Description: Default language is the language where the device will boot to (SIM language overrides this selection)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   529
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   530
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   531
LANGPACK_DIR = `/epoc32/rom/config/ncp52/alvin/language/'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   532
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   533
Description: Overrides the VARIANT_DIR for language pack, see the instructions of VARIANT_CONFCP for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   534
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   535
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   536
LANGPACK_ID = `01'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   537
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   538
Description: Language id used in the lang.txt generation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   539
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   540
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   541
LANGPACK_LANGS = `English'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   542
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   543
Description: Languages are the languages that are taken to the image (SC language is is defaulting to 01 in languages.txt)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   544
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   545
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   546
NAME = `alvin_5230_rnd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   547
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   548
Description: The name of the image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   549
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   550
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   551
OPERATOR_OBY = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_operator.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   552
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   553
Description: The name for generated operator oby, which is a file generated based on an operator specific content.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   554
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   555
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   556
OPERATOR_OBYGEN = `geniby | /epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_operator.oby | /epoc32/rom/include/operator | *.iby | #include \"%3\" | end'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   557
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   558
Description: The name, path, rule for collecting content to the operator specific oby (E.g. operator.oby | /epoc32/rom/include/operator | *.iby collects all iby files from operator folder).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   559
Values     : (string)|(string)|(string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   560
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   561
PRODUCT_MODEL = `N00'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   562
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   563
Description: The model of the product
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   564
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   565
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   566
PRODUCT_NAME = `alvin'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   567
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   568
Description: Name of the product
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   569
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   570
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   571
PRODUCT_REVISION = `01'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   572
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   573
Description: The revision of the product.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   574
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   575
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   576
PRODVARIANT_CONFCP = `5250  alvin '
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   577
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   578
Description: Overrides the VARIANT_CONFCP for product variant, see the instructions of VARIANT_CONFCP for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   579
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   580
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   581
PRODVARIANT_CONFML = `/epoc32/rom/config/ncp52/alvin/alvin.confml'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   582
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   583
Description: Overrides the VARIANT_CONFML for product variant, see the instructions of VARIANT_CONFML for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   584
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   585
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   586
PRODVARIANT_DIR = `/epoc32/rom/config/ncp52/alvin'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   587
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   588
Description: Overrides the VARIANT_DIR for product variant, see the instructions of VARIANT_CONFCP for details.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   589
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   590
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   591
ROFS2_DIR = `/epoc32/rombuild/alvin/rofs2'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   592
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   593
Description: The working directory, when creating the rofs2 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   594
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   595
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   596
ROFS2_FLASH = `/epoc32/rombuild/alvin/rofs2/alvin_5230_rnd.rofs2.fpsx'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   597
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   598
Description: The name of the flashable rofs2 image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   599
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   600
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   601
ROFS2_FOOTER = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   602
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   603
Description: This variable can contain a footer section for the rofs2 master oby.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   604
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   605
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   606
ROFS2_FWIDFILE = `/epoc32/rombuild/alvin/rofs2/alvin_5230_rnd_rofs2_fwid.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   607
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   608
Description: The (generated) _rofs2_fwid.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   609
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   610
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   611
ROFS2_FWIDINFO = `id=language\nversion=01\n'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   612
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   613
Description: The content string for the fwid2.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   614
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   615
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   616
ROFS2_HEADER = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   617
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   618
Description: This variable can contain a header section for the rofs2 master oby.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   619
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   620
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   621
ROFS2_MSTOBY = `/epoc32/rombuild/alvin/rofs2/alvin_5230_rnd_rofs2_master.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   622
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   623
Description: The (generated) rofs2 master oby file name. This file includes the ROFS2_OBY files and other parameters
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   624
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   625
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   626
ROFS2_NAME = `/epoc32/rombuild/alvin/rofs2/alvin_5230_rnd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   627
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   628
Description: The name of the rofs2 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   629
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   630
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   631
ROFS2_OBY = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   632
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   633
Description: The oby file(s) included to the rofs2 image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   634
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   635
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   636
ROFS2_OPT = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   637
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   638
Description: The rofs2 specific buildrom options
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   639
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   640
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   641
ROFS2_ROMVER = `0.01(0)'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   642
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   643
Description: The rofs2 ROM version string
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   644
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   645
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   646
ROFS2_TIME = `11/09/2009'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   647
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   648
Description: The time defined to the rofs2 image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   649
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   650
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   651
ROFS2_VERIBY = `/epoc32/rombuild/alvin/rofs2/alvin_5230_rnd_rofs2_version.iby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   652
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   653
Description: The (generated) version iby file name for the rofs2 image. This file included the version text files and other version parameters.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   654
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   655
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   656
ROFS3_CUSTSWFILE = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_customersw.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   657
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   658
Description: The (generated) source file name for customersw.txt.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   659
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   660
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   661
ROFS3_CUSTSWINFO = `V 52.50.2009.37.024 RND\n11-09-09'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   662
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   663
Description: The content string for the customersw.txt.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   664
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   665
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   666
ROFS3_DIR = `/epoc32/rombuild/alvin/rofs3'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   667
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   668
Description: The working directory, when creating the rofs3 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   669
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   670
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   671
ROFS3_FLASH = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd.rofs3.fpsx'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   672
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   673
Description: The name of the flashable rofs3 image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   674
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   675
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   676
ROFS3_FOOTER = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   677
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   678
Description: This variable can contain a footer section for the rofs3 master oby.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   679
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   680
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   681
ROFS3_FWIDFILE = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_fwid.txt'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   682
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   683
Description: The (generated) _rofs3_fwid.txt file name.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   684
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   685
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   686
ROFS3_FWIDINFO = `id=customer\nversion=V 52.50.2009.37.024 RND Customer\n'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   687
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   688
Description: The content string for the fwid3.txt file.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   689
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   690
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   691
ROFS3_HEADER = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   692
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   693
Description: This variable can contain a header section for the rofs3 master oby.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   694
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   695
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   696
ROFS3_MSTOBY = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_master.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   697
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   698
Description: The (generated) version iby file name for the rofs3 image. This file included the version text files and other version parameters.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   699
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   700
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   701
ROFS3_NAME = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   702
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   703
Description: The name of the rofs3 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   704
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   705
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   706
ROFS3_OBY = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_operator.oby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   707
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   708
Description: The oby file(s) included to the rofs3 image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   709
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   710
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   711
ROFS3_OPT = `'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   712
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   713
Description: The rofs3 specific buildrom options
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   714
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   715
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   716
ROFS3_ROMVER = `0.01(0)'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   717
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   718
Description: The rofs3 ROM version string
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   719
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   720
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   721
ROFS3_TIME = `11/09/2009'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   722
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   723
Description: The time defined to the rofs3 image.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   724
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   725
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   726
ROFS3_VERIBY = `/epoc32/rombuild/alvin/rofs3/alvin_5230_rnd_rofs3_version.iby'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   727
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   728
Description: The (generated) version iby file name for the rofs3 image. This file included the version text files and other version parameters.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   729
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   730
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   731
SOS_VERSION = `9.4'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   732
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   733
Description: Symbian OS version number. The value is used in the version info generation (platform.txt).(see USE_VERGEN)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   734
Values     : ([0-9]+.[0-9]+)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   735
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   736
SWUPD_EXT = `.swupd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   737
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   738
Description: The software update file extension.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   739
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   740
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   741
TYPE = `rnd'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   742
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   743
Description: Defines the image type.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   744
Values     : (rnd|prd|subcon)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   745
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   746
USE_OVERRIDE = `1'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   747
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   748
Description: Define whether the override.pm Buildrom.pl plugin is used.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   749
Values     : ([0|1])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   750
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   751
USE_PAGING = `code'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   752
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   753
Description: Define the usage of On Demand Pagin (ODP). (E.g. 0,rom,code).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   754
Values     : ((0|rom|code[:[(1|2|3)]+]?))
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   755
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   756
USE_ROFS = `1'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   757
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   758
Description: Define the rofs sections in use. A comma separated list can be given of possible values. (E.g. 1,2,3).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   759
Values     : ([[dummy|]0..6][,[dummy|]0..6]*)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   760
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   761
USE_ROMFILE = `1'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   762
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   763
Description: Define whether the \epoc32\rombuild\romfiles.txt is used. Files in romfiles are automatically moved to ROM, everything else in core is moved to ROFS1.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   764
Values     : ([0|1])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   765
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   766
USE_SYMGEN = `0'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   767
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   768
Description: Generate the rom symbol file. 0=Do not generate, 1=Generate
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   769
Values     : ([0|1])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   770
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   771
USE_UDEB = `0'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   772
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   773
Description: Include the usage of the debug binary *.txt to define the list of binaries that are taken from udeb folder instead of the urel.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   774
Values     : ([0|1|full])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   775
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   776
USE_VERGEN = `0'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   777
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   778
Description: Use iMaker version info generation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   779
Values     : ([0|1])
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   780
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   781
VARIANT_CONFCP = `5250  alvin '
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   782
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   783
Description: Configure which ConfigurationTool generated configurations dirs are copied to output.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   784
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   785
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   786
VARIANT_CONFML = `/epoc32/rom/config/ncp52/alvin/alvin.confml'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   787
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   788
Description: Configure what is the ConfigurationTool input confml file, when configuration tool is ran.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   789
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   790
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   791
VARIANT_DIR = `/epoc32/rom/config/ncp52/alvin'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   792
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   793
Description: Configure the directory where to included the customer variant content. By default all content under  is included to the image as it exists in the folder.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   794
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   795
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   796
WORKDIR = `/epoc32/rombuild/alvin'
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   797
Type       : Variable
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   798
Description: The working directory for the image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   799
Values     : (string)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   800
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   801
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   802
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   803
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   804
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   805
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   806
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   807
# Test Case: testGetConfigurationsNoConfigElements
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   808
# help-variable-*-all
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   809
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   810
###########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   811
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   812
if(($testCase eq "test_case=testGetConfigurationsNoConfigElements") 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   813
    and ($ARGV[1] eq "help-variable-*-all")) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   814
print OUTFILE "Running help-variable-*-all, no results\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   815
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   816
Testing new API
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   817
----------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   818
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   819
Total duration: 00:01
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   820
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   821
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   822
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   823
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   824
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   825
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   826
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   827
# Test Case: testBuildImage
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   828
# 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   829
###########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   830
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   831
if( $testCase eq "test_case=testBuildImage" ) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   832
print OUTFILE "Running build image, returning builder result\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   833
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   834
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   835
Testing new API
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   836
Generating oby for Variant ROFS2 image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   837
Generating ROFS2 version file(s)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   838
Creating Variant ROFS2 SOS image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   839
Generating Variant ROFS2 Elf2flash configuration
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   840
Adding BB5 Common Header(s) to Variant ROFS2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   841
Creating flashable Variant ROFS2 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   842
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   843
Total duration: 01:13
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   844
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   845
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   846
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   847
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   848
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   849
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   850
#
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   851
# Test Case: testBuildImageFailed
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   852
# 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   853
###########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   854
##########################################################################################################################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   855
if( $testCase eq "test_case=testBuildImageFailed" ) {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   856
print OUTFILE "Running build image, returning builder result with errors\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   857
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   858
print "
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   859
Testing new API
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   860
Generating oby for Variant ROFS2 image creation
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   861
Generating ROFS2 version file(s)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   862
Creating Variant ROFS2 SOS image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   863
Generating Variant ROFS2 Elf2flash configuration
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   864
Adding BB5 Common Header(s) to Variant ROFS2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   865
Creating flashable Variant ROFS2 image
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   866
error: something went wrong
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   867
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   868
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   869
";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   870
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   871
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   872
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   873
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   874
####################
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   875
END {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   876
print OUTFILE "---------------------------------------------------------------\n";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   877
close OUTFILE;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   878
}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   879
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   880
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   881
#EOF