bootstrap: change bootstrap to a tizen service app
authorWonki kim <akanad@gmail.com>
Sun, 12 Apr 2020 15:01:45 +0000 (08:01 -0700)
committerJongmin Lee <jm105.lee@samsung.com>
Fri, 17 Apr 2020 23:06:48 +0000 (08:06 +0900)
commitbda664e018ec90b50f85010a88e0e17e4a9ccac6
tree2af73cf388c5d2e3b9eed980bf047a958098a33b
parentc62c48624fdb23cae725876b73a21549ccadd207
bootstrap: change bootstrap to a tizen service app

to make user able to run/kill bootstrap server,
this patch change bootstrap to a tizen service app.

Change-Id: Id604c2fbeabae0fd44536367151f306a181a1167
64 files changed:
bootstrap/meson.build [deleted file]
bootstrap/server/aurum-bootstrap.service [deleted file]
bootstrap/server/src/BootstrapServer.cc [deleted file]
meson.build
meson_options.txt
org.tizen.aurum-bootstrap/inc/AurumServiceImpl.h [moved from bootstrap/server/inc/AurumServiceImpl.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/ClearCommand.h [moved from bootstrap/server/inc/Commands/ClearCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/ClickCommand.h [moved from bootstrap/server/inc/Commands/ClickCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/CloseAppCommand.h [moved from bootstrap/server/inc/Commands/CloseAppCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/Command.h [moved from bootstrap/server/inc/Commands/Command.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/Commands.h [moved from bootstrap/server/inc/Commands/Commands.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/FindElementCommand.h [moved from bootstrap/server/inc/Commands/FindElementCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h [moved from bootstrap/server/inc/Commands/FlickCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h [moved from bootstrap/server/inc/Commands/GetAppInfoCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetAttributeCommand.h [moved from bootstrap/server/inc/Commands/GetAttributeCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h [moved from bootstrap/server/inc/Commands/GetDeviceTimeCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h [moved from bootstrap/server/inc/Commands/GetLocationCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h [moved from bootstrap/server/inc/Commands/GetSizeCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h [moved from bootstrap/server/inc/Commands/GetValueCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/InstallAppCommand.h [moved from bootstrap/server/inc/Commands/InstallAppCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h [moved from bootstrap/server/inc/Commands/KillServerCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/LaunchAppCommand.h [moved from bootstrap/server/inc/Commands/LaunchAppCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/LongClickCommand.h [moved from bootstrap/server/inc/Commands/LongClickCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/PostCommand.h [moved from bootstrap/server/inc/Commands/PostCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/PreCommand.h [moved from bootstrap/server/inc/Commands/PreCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h [moved from bootstrap/server/inc/Commands/RemoveAppCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/SendKeyCommand.h [moved from bootstrap/server/inc/Commands/SendKeyCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/SetValueCommand.h [moved from bootstrap/server/inc/Commands/SetValueCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/SyncCommand.h [moved from bootstrap/server/inc/Commands/SyncCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/TouchDownCommand.h [moved from bootstrap/server/inc/Commands/TouchDownCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/TouchMoveCommand.h [moved from bootstrap/server/inc/Commands/TouchMoveCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/Commands/TouchUpCommand.h [moved from bootstrap/server/inc/Commands/TouchUpCommand.h with 100% similarity]
org.tizen.aurum-bootstrap/inc/ObjectMapper.h [moved from bootstrap/server/inc/ObjectMapper.h with 100% similarity]
org.tizen.aurum-bootstrap/meson.build [moved from bootstrap/server/meson.build with 87% similarity]
org.tizen.aurum-bootstrap/org.tizen.aurum-bootstrap.xml [new file with mode: 0644]
org.tizen.aurum-bootstrap/src/AurumServiceImpl.cc [moved from bootstrap/server/src/AurumServiceImpl.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/BootstrapServer.cc [new file with mode: 0644]
org.tizen.aurum-bootstrap/src/Commands/ClearCommand.cc [moved from bootstrap/server/src/Commands/ClearCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/ClickCommand.cc [moved from bootstrap/server/src/Commands/ClickCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/CloseAppCommand.cc [moved from bootstrap/server/src/Commands/CloseAppCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/Command.cc [moved from bootstrap/server/src/Commands/Command.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/FindElementCommand.cc [moved from bootstrap/server/src/Commands/FindElementCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/FlickCommand.cc [moved from bootstrap/server/src/Commands/FlickCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetAppInfoCommand.cc [moved from bootstrap/server/src/Commands/GetAppInfoCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetAttributeCommand.cc [moved from bootstrap/server/src/Commands/GetAttributeCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetDeviceTimeCommand.cc [moved from bootstrap/server/src/Commands/GetDeviceTimeCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetLocationCommand.cc [moved from bootstrap/server/src/Commands/GetLocationCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetSizeCommand.cc [moved from bootstrap/server/src/Commands/GetSizeCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/GetValueCommand.cc [moved from bootstrap/server/src/Commands/GetValueCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/InstallAppCommand.cc [moved from bootstrap/server/src/Commands/InstallAppCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/KillServerCommand.cc [moved from bootstrap/server/src/Commands/KillServerCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/LaunchAppCommand.cc [moved from bootstrap/server/src/Commands/LaunchAppCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/LongClickCommand.cc [moved from bootstrap/server/src/Commands/LongClickCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/PostCommand.cc [moved from bootstrap/server/src/Commands/PostCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/PreCommand.cc [moved from bootstrap/server/src/Commands/PreCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/RemoveAppCommand.cc [moved from bootstrap/server/src/Commands/RemoveAppCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/SendKeyCommand.cc [moved from bootstrap/server/src/Commands/SendKeyCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/SetValueCommand.cc [moved from bootstrap/server/src/Commands/SetValueCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/SyncCommand.cc [moved from bootstrap/server/src/Commands/SyncCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/TouchDownCommand.cc [moved from bootstrap/server/src/Commands/TouchDownCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/TouchMoveCommand.cc [moved from bootstrap/server/src/Commands/TouchMoveCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/Commands/TouchUpCommand.cc [moved from bootstrap/server/src/Commands/TouchUpCommand.cc with 100% similarity]
org.tizen.aurum-bootstrap/src/ObjectMapper.cc [moved from bootstrap/server/src/ObjectMapper.cc with 100% similarity]
packaging/aurum.spec