diff options
Diffstat (limited to 'template/iso.xml')
| -rw-r--r-- | template/iso.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/iso.xml b/template/iso.xml new file mode 100644 index 0000000..ba2b29d --- /dev/null +++ b/template/iso.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="build/template.bin" + cue_sheet="build/template.cue" +> + <track type="data"> + <identifiers + system ="PLAYSTATION" + volume ="PSN00BSDK" + volume_set ="PSN00BSDK" + 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="TEMPLATE.EXE" type="data" source="build/template.exe" /> + <file name="TEMPLATE.MAP" type="data" source="build/template.map" /> + + <dummy sectors="1024"/> + </directory_tree> + </track> + + <!--<track type="audio" source="track2.wav" />--> +</iso_project> |
