Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions schema/appmodel/application.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@
<relationship name="filename_params" class-type="FilenameParams" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
</class>

<class name="DataStoreConfTestDeriv">
<superclass name="DataStoreConf"/>
<attribute name="derivval" type="s32"/>
</class>

<class name="DataWriterConf">
<attribute name="data_storage_prescale" type="s32" init-value="1" is-not-null="yes"/>
<attribute name="min_write_retry_time_ms" type="s32" init-value="0" is-not-null="yes"/>
Expand Down
Loading