aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdbrowse/iso.xml
blob: 5d8963d4116ffa9e16c09a03e05b291c9a7e4e23 (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
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<iso_project
	image_name="build/cdbrowse.bin"
	cue_sheet="build/cdbrowse.cue"
>
	<track type="data">
		<identifiers
			system			="PLAYSTATION"
			volume			="CDBROWSE"
			volume_set		="CDBROWSE"
			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="CDBROWSE.EXE"	type="data" source="build/cdbrowse.exe" />
			<file name="CDBROWSE.MAP"	type="data" source="build/cdbrowse.map" />

			<dir name="DIRA">
				<dir name="DIRAA">
				</dir>
			</dir>
			<dir name="DIRB">
			</dir>

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

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