First well-working version. 84/21384/1
authorJanusz Kozerski <j.kozerski@samsung.com>
Mon, 17 Feb 2014 14:47:58 +0000 (15:47 +0100)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 19 May 2014 12:11:31 +0000 (14:11 +0200)
commitc6f070cf91a91fad85011bb8735c2509b78a0af5
tree0489bdb6cb5b8e3829546a976e5dd8daa7043cbd
parentc213deea667639c993472e21193224914e465949
First well-working version.

Contains:
 * Switch enable/disbale IMA
 * Checkbox IMA Fix
 * Load policy window (file selector)
 * Get policy
 * Check file status (file selector, popup as a reponse).

The UI is using the libimaevm in a few places. In other it is only
a clickable demo that doesn't do anything on the target.
Checking errors codes from libimaevm is disabled - for testing purpose.
This is rather "non-functional UI demo" than fully working version.

Change-Id: I0fbe888f6784df3c0fa36df4bf623eff59d36487
Signed-off-by: Janusz Kozerski <j.kozerski@samsung.com>
22 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
include/im-check-file.h [new file with mode: 0644]
include/im-common.h [new file with mode: 0644]
include/im-compromised-list.h [new file with mode: 0644]
include/im-get-policy.h [new file with mode: 0644]
include/im-load-policy.h [new file with mode: 0644]
include/im-main-menu.h [new file with mode: 0644]
include/im-uigadget.h [new file with mode: 0644]
packaging/im-ui.manifest [new file with mode: 0644]
packaging/im-ui.spec [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
po/en.po [new file with mode: 0644]
po/en_US.po [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/im-check-file.c [new file with mode: 0644]
src/im-common.c [new file with mode: 0644]
src/im-compromised-list.c [new file with mode: 0644]
src/im-get-policy.c [new file with mode: 0644]
src/im-load-policy.c [new file with mode: 0644]
src/im-main-menu.c [new file with mode: 0644]
src/im-uigadget.c [new file with mode: 0755]