Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 1 | purpose to set SST creation flags; |
2 | set sst name hasCF data "this asset has write-once" flag write_once; | ||||
3 | set sst name hasCF2 data "this asset has also write-once" flag wo; | ||||
4 | set sst name alsoHasCF data "this asset has no flags" flag none expect pass; | ||||
5 | set sst name alsoHasCF2 data "this asset has NO_CONFIDENTIALITY" flag ncf; | ||||
6 | set sst name yetAnother data "this asset has NO_REPLAY_PROTECTION" flag nrp; |