-
Notifications
You must be signed in to change notification settings - Fork 0
/
iso.xml
37 lines (33 loc) · 1.12 KB
/
iso.xml
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
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is processed by CMake and used by mkpsxiso to build the CD image.
NOTE: all paths are relative to the build directory; if you want to include
a file from the source tree, you'll have to prepend its path with
${PROJECT_SOURCE_DIR}.
-->
<iso_project
image_name="${CD_IMAGE_NAME}.bin"
cue_sheet="${CD_IMAGE_NAME}.cue"
>
<track type="data">
<license file="LICENSEE.DAT"/>
<identifiers
system ="PLAYSTATION"
volume ="PSN00BSDK_TEMPLATE"
volume_set ="PSN00BSDK_TEMPLATE"
publisher ="MEIDOTEK"
data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}"
application ="PLAYSTATION"
copyright ="README.TXT;1"
/>
<directory_tree>
<file name="SYSTEM.CNF" type="data" source="${PROJECT_SOURCE_DIR}/system.cnf" />
<file name="TEST.TIM" type="data" source="player.tim" />
<file name="TEST.PSM" type="data" source="pyr.psm" />
<file name="PSX.EXE" type="data" source="template.exe" />
<file name="PSX.MAP" type="data" source="template.map" />
<dummy sectors="1024"/>
</directory_tree>
</track>
<track type="audio" source="test.wav" />
</iso_project>