aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdxa/iso.xml
blob: 9a6a206d1273c56799cec4babb3859d9a844721a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<iso_project
	image_name="build/cdxa.bin"
	cue_sheet="build/cdxa.cue"
>
	<track type="data">
		<identifiers
			system			="PLAYSTATION"
			volume			="CDXA"
			volume_set		="CDXA"
			publisher		="MEIDOTEK"
			data_preparer	="PSN00BSDK BUILD SCRIPT"
			application		="PLAYSTATION"
			copyright		="README.TXT;1"
		/>

		<directory_tree>
			<file name="SYSTEM.CNF"		type="data" source="system.cnf" />
			<file name="CDXA.EXE"		type="data" source="build/cdxa.exe" />
			<file name="CDXA.MAP"		type="data" source="build/cdxa.map" />

			<!-- CD-XA file, you'll have to provide your own to make this example work -->
			<file name="XASAMPLE.XA"	type="mixed" source="xasample.xa"/>

			<dummy sectors="1024"/>
		</directory_tree>
	</track>

	<!--<track type="audio" source="track2.wav" />-->
</iso_project>