1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>ctr_makeciaarchive</title>
6<style type="text/css">
7<!--
8body {
9/*
10    font-size       : 10pt;
11*/
12    font-weight     : normal;
13    color           : #000000;
14    margin          : 8px;
15}
16div {
17    width           : 98%;
18    white-space     : nowrap;
19}
20div.title {
21    text-align      : left;
22    font-weight     : bold;
23/*
24    font-size       : 16pt;
25*/
26    font-size       : 150%;
27    color           : #202020;
28    border-style    : double;
29    border-width    : 8px;
30    /* タイトルを囲む枠線の色を指定 */
31    border-color    : #FF6600;
32    /* RVLプラットフォーム系列 */
33/*
34    border-color    : #34beed;
35*/
36    /* TWLプラットフォーム系列 */
37/*
38    border-color    : #ff458f;
39*/
40    margin          : 4px;
41    padding         : 4px;
42}
43H1 {
44  font-size		: 150%;
45  font-family		: Arial;
46  border-bottom-width	: 5px;
47  border-bottom-style	: solid;
48  border-bottom-color	: #FF6600;
49  padding-bottom		: 1px;
50  margin-bottom		: 20px;
51  letter-spacing		: normal;
52  font-weight		: bold;
53}
54h2 {
55    font-weight     : bold;
56/*
57    font-size       : 16pt;
58*/
59    font-size       : 150%;
60    border-style    : none none solid double;
61    border-width    : 0px 0px 2px 8px;
62    /* 見出しの線の色を指定 */
63    border-color    : #FF6600;
64    /* RVLプラットフォーム系列 */
65/*
66    border-color    : #34beed;
67*/
68    /* TWLプラットフォーム系列 */
69/*
70    border-color    : #ff458f;
71*/
72    margin-left     : 2px;
73    padding-left    : 4px;
74}
75CODE {
76  font-family		: "Courier New", monospace;
77  position		: normal;
78  left			: 12px;
79  font-size		: 10pt;
80}
81table {
82  margin-top        : 2pt;
83  margin-bottom     : 2pt;
84  margin-left       : 0pt;
85  margin-right      : 0pt;
86  padding-left      : 0pt;
87  padding-right     : 0pt;
88  position          : relative;
89  left              : 12px;
90  font-family       : Arial;
91  font-size         : 10pt;
92  border-style      : none none none none;
93}
94td,th {
95  padding           : 2pt;
96  border-width      : 2pt;
97  border-style      : none none none none;
98  font-style        : normal;
99  text-align        : left;
100}
101td {
102  background        : #e8f4f4;
103  font-weight       : normal;
104}
105th {
106  background        : #c0d8d8;
107  font-weight       : bold;
108}
109p {
110    margin-left     : 4px;
111}
112p.code {
113  font-family		: "Courier New", monospace;
114  position		: normal;
115  left			: 12px;
116  font-size		: 10pt;
117  background            : #e8f4f4;
118}
119-->
120</style>
121</head>
122<body>
123<a name="top"></a> <!-- ※注意事項 --> <!--  ・(任意)となっているものは、記載が無くても問題ありません。 --> <!--  ・各項目についてる(必須)や(任意)は、作成後に削除してください。 --> <!--  ・各項目内の書き方は、パッケージごとに自由で問題ありませんが、同じパッケージ内で違いがでないようにしてください。 --> <!--  ・タグはすべて小文字、終了タグを持たないものは「/>」で閉じてください。--> <!--  ・HTMLコードのインデントは、各種社内コード規約と同様にスペース4文字か4文字幅のタブになるようにしてください-->
124<h1>ctr_makeciaarchive</h1>
125<h2>Description</h2>
126<P><CODE>ctr_makeciaarchive</CODE> is a tool to create CFA files that contain CIA files.<br/>CFA files created with <CODE>ctr_makeciaarchive</CODE> can be included in CCI files by using the <CODE>-content</CODE> option of <A href="ctr_makerom.html">ctr_makerom</A>.<br/>This is used when the CCI file includes the child device distributed with download play.</P>
127<h2>How to Use</h2>
128<h3>What's Required</h3>
129<p>The following files are required to create CFA files by using <CODE>ctr_makeciaarchive</CODE>.</p>
130<ul>
131<li> CIA files created by using <A href="ctr_makecia.html">ctr_makecia</A>
132<li> RSF File
133</ul>
134<h3>Commands</h3>
135<p class="code">
136% ctr_makeciaarchive32 -cia CIA_FILEPATH1 CIA_FILEPATH2 {...} [--romfs-root ROMFS_ROOT] [-rsf RSF_FILEPATH] -o CFA_OUTPATH
137</p>
138<h4 >Options</h4>
139<div class="table">
140<table border="1">
141<thead>
142<tr>
143<th align="center">Options</th>
144<th align="center">Description</th>
145</tr>
146</thead>
147<tbody>
148<tr>
149<td align="center">-cia</td>
150<td align="center">Specify one or more CIA files included in CFA. Each client device CIA file must have a different <CODE>ChildIndex</CODE> specified.</td>
151</tr>
152<tr>
153<td align="center">--romfs-root</td>
154<td align="center">Specifies the ROMFS root folder (folder where the CIA file is temporarily copied) when creating the CFA file. When the specified folder does not exist, an attempt to create it is automatically made. If the option is not specified, a Windows standard temporary file is created in the work region and is deleted after the CFA file is created.</td>
155</tr>
156<tr>
157<td align="center">-rsf</td>
158<td align="center">Specifies the RSF file. When this option is not specified, <CODE>CTR_SDK/resources/specfiles/Child.rsf</CODE> is used. There is normally no need to specify this.</td>
159</tr>
160<tr>
161<td align="center">-o</td>
162<td align="center">Specifies the CFA file to output.</td>
163</tr>
164</tbody>
165</table>
166</div>
167<h2>Variables Defined Within OMakefiles</h2>
168<p>
169When <CODE>CHILD_APPS</CODE> is specified in <CODE>OMakefile</CODE>, <CODE>makeciaarchive</CODE> is automatically executed while <CODE>omake</CODE> is running, and a CFA file that includes the child device's CIA file is created.</br>To learn how to specify <CODE>CHILD_APPS</CODE>, see the description for <A href="../SDKRules/BuildRules.html">Build Rules</A>.
170</p>
171</tbody>
172</table>
173</div>
174<h2>Revision History</h2>
175    <dl class="history">
176      <dt>2010/10/29</dt>
177<dd>Initial version.<br />
178      </dd>
179    </dl>
180<hr><p>CONFIDENTIAL</p></body>
181</html>
182