1BasicInfo:
2  # Specifies the title name of the program.
3  Title      : demo1
4
5Rom:
6  # Specifies the file root that is included in the ROM .
7  # Files under this path will be loaded from the file system that the ROM includes.
8  HostRoot      : romfiles
9
10  # Specify the save data size for download applications.
11  # Required when creating a download application (CIA).
12  SaveDataSize: 512K
13
14# Specify NorFlash when using backup memory.
15# Required when creating a card application (CCI).
16CardInfo:
17  CardDevice: NorFlash
18
19TitleInfo:
20  UniqueId: 0xff3ff
21