Implement RW verifier
[platform/core/system/rw-verifier.git] / README
1                        < RW Verify Process >
2
3 "input data" -- init --> (target) -- dump --> "output data1" \
4                             |                                 \
5                           update                               \
6                             |                                  /---> compare
7                             V                                 /
8                          (target) -- dump --> "output data2" /
9
10 * The verify tool should be able to:
11  - input test data to module
12  - extract data from module
13
14 * If a verify tool wants to be executed, it should contain
15  - two scripts (under src/NAME) : init.sh, dump.sh
16  - packaging spec file (under packaging/NAME)
17
18 * The verify process checks the integrity
19  by comparing extracted data before/after update.