Initial version of headless-server accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix import tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0_hotfix accepted/tizen/5.5/unified/20191031.020308 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080110 accepted/tizen/5.5/unified/wearable/hotfix/20201027.111134 accepted/tizen/6.0/unified/20201030.113934 accepted/tizen/6.0/unified/hotfix/20201103.002057 accepted/tizen/unified/20190805.104341 submit/tizen/20190805.064108 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184305 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_5.5.m2_release tizen_6.0.m2_release
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 5 Aug 2019 06:25:18 +0000 (15:25 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 5 Aug 2019 06:25:18 +0000 (15:25 +0900)
commitc6f61e9b1d53e55bc7475d8af1c178cca26543ed
treef441d98b26eb1ab762361bb8f46130eac64392a1
parent269ec091646ef4602666ef773105171ea201ed4e
Initial version of headless-server

- Ref revision : b83ac3bcee706dd9043136f603596bbad9d16f46

Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
27 files changed:
AUTHORS [new file with mode: 0644]
CODING_STYLE [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/scripts/winfo [new file with mode: 0644]
data/units/display-manager-ready.path [new file with mode: 0644]
data/units/display-manager-ready.service [new file with mode: 0644]
data/units/display-manager.env [new file with mode: 0644]
data/units/display-manager.service [new file with mode: 0644]
data/units/display-user.service [new file with mode: 0644]
data/units/display_env.sh [new file with mode: 0644]
packaging/headless-server.manifest [new file with mode: 0644]
packaging/headless-server.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/debug/debug.c [new file with mode: 0644]
src/headless_server.c [new file with mode: 0644]
src/headless_server.h [new file with mode: 0644]
src/input/input.c [new file with mode: 0644]
src/output/HL_UI_LED.h [new file with mode: 0644]
src/output/HL_UI_LED_APA102.c [new file with mode: 0644]
src/output/boot_anim.c [new file with mode: 0644]
src/output/output_internal.h [new file with mode: 0644]
src/output/output_led.c [new file with mode: 0644]
src/shell/shell.c [new file with mode: 0644]