You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1005 B
34 lines
1005 B
<?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">
|
|
<identifiers
|
|
system ="PLAYSTATION"
|
|
volume ="PSN00BSDK_PS1BSP"
|
|
volume_set ="PSN00BSDK_PS1BSP"
|
|
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="PS1BSP.EXE" type="data" source="ps1bsp.exe" />
|
|
<file name="PS1BSP.MAP" type="data" source="ps1bsp.map" />
|
|
|
|
<dummy sectors="1024"/>
|
|
</directory_tree>
|
|
</track>
|
|
|
|
<!--<track type="audio" source="track2.wav" />-->
|
|
</iso_project>
|