[SimpleShot] Add scaffolding for the application
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 8 Jan 2021 05:28:25 +0000 (14:28 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 2 Mar 2021 01:29:05 +0000 (10:29 +0900)
commit2a2798e2fd2d660340746f76dd3ed7a4f82e7ed8
treee4b59b7ea8917a57ca157a920376f05be08dc93c
parent746b61c7c6093cfd73da85a412702fb447f151dd
[SimpleShot] Add scaffolding for the application

This patch adds simpleshot directory to application.
Nothing's present yet just a simple structures

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/SimpleShot/README.md [new file with mode: 0644]
Applications/SimpleShot/meson.build [new file with mode: 0644]
Applications/SimpleShot/task_runner.cpp [new file with mode: 0644]
Applications/SimpleShot/test/meson.build [new file with mode: 0644]
Applications/SimpleShot/test/mock_test.cpp [new file with mode: 0644]
Applications/meson.build