builtin: add tash builtin application
authorJunhwan Park <junhwan.park@samsung.com>
Wed, 19 Apr 2017 03:58:08 +0000 (12:58 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 10:50:06 +0000 (19:50 +0900)
commitb3061a182421ca07f0b5d0b0a7b14a0894c35cb3
treee7c5af274602b4be476a83099371e356ecb63e43
parent3ead977aa4522d10aaac8fdce508c3237666ab30
builtin: add tash builtin application

The existing tizenRT was made by tash_cmd_install command each time the
application was registered. When you apply this patch, menuconfig will
be able to register to tash as soon as you select it. However, when the
developer registers an application, the following format should be added
in the Makefile.

$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(APPNAME)_main,$(THREADEXEC))

context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat

Change-Id: I09e77e608e3dfeac5e14c7222105ae3404fd0039
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
apps/Make.defs
apps/builtin/.gitignore [new file with mode: 0644]
apps/builtin/Make.defs [new file with mode: 0644]
apps/builtin/Makefile [new file with mode: 0644]
apps/builtin/builtin_list.c [new file with mode: 0644]
apps/builtin/registry/.gitignore [new file with mode: 0644]
apps/builtin/registry/Makefile [new file with mode: 0644]
apps/system/init/init.c