Add tpk packaging tools 01/149301/1 devel/gcontext
authorSumin Lim <sumin.lim@samsung.com>
Tue, 12 Sep 2017 05:18:42 +0000 (14:18 +0900)
committerSumin Lim <sumin.lim@samsung.com>
Tue, 12 Sep 2017 05:19:10 +0000 (14:19 +0900)
commit7227dc6e1b3409995af227b77ea90bc35a909fcb
treef1137dbc91f2a8a251f5d15b4eb7c00b115d9cda
parenta73ad65f535e77f526884993a34d151f428d3fd3
Add tpk packaging tools

Change-Id: I2447a16af4f816e38e1f3fa6e2b4824a68f7e081
151 files changed:
config/tizen/tpk-tools/README.md [new file with mode: 0644]
config/tizen/tpk-tools/buildscript.sh [new file with mode: 0755]
config/tizen/tpk-tools/cli/bin/jsn-cli [new file with mode: 0755]
config/tizen/tpk-tools/cli/buildscript.sh [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/build.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/cli.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/create.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/help.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/lib/jsn_error.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/lib/list.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/parser.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/remove.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/lib/shell_util.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/lib/sign.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/.bin/shjs [new symlink]
config/tizen/tpk-tools/cli/node_modules/elementtree/.npmignore [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/.travis.yml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/CHANGES.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/LICENSE.txt [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/Makefile [new file with mode: 0755]
config/tizen/tpk-tools/cli/node_modules/elementtree/NOTICE [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/README.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/constants.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/elementpath.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/elementtree.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/errors.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/parser.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/parsers/index.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/parsers/sax.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/sprintf.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/treebuilder.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/lib/utils.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/tests/data/xml1.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/tests/data/xml2.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/elementtree/tests/test-simple.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/README.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/pretty-data.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/test/test_css.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/test/test_json.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/test/test_sql.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/pretty-data/test/test_xml.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/CHANGES.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/LICENSE [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/README.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/q.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/q/queue.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/AUTHORS [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/LICENSE [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/README.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/big-not-pretty.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/example.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/get-products.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/hello-world.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/not-pretty.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/pretty-print.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/shopping.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/strict.dtd [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/switch-bench.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/node_modules/sax/examples/test.html [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/examples/test.xml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/lib/sax.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/buffer-overrun.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/cdata-chunked.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/cdata-end-split.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/cdata-fake-end.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/cdata-multiple.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/cdata.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/index.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/issue-23.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/issue-30.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/issue-35.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/issue-47.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/issue-49.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/parser-position.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/script.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/self-closing-child-strict.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/self-closing-child.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/self-closing-tag.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/stray-ending.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/trailing-non-whitespace.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/unquoted.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-issue-41.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-rebinding.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-strict.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-unbound.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-xml-default-prefix-attribute.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-xml-default-prefix.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/sax/test/xmlns-xml-default-redefine.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/.documentup.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/.jshintrc [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/.npmignore [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/.travis.yml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/LICENSE [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/README.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/RELEASE.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/bin/shjs [new file with mode: 0755]
config/tizen/tpk-tools/cli/node_modules/shelljs/global.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/make.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/scripts/generate-docs.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/node_modules/shelljs/scripts/run-tests.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/node_modules/shelljs/shell.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/cat.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/cd.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/chmod.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/common.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/cp.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/dirs.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/echo.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/error.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/exec.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/find.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/grep.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/ln.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/ls.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/mkdir.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/mv.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/popd.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/pushd.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/pwd.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/rm.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/sed.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/tempdir.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/test.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/to.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/toEnd.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/shelljs/src/which.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/.npmignore [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/.travis.yml [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/LICENCE [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/Readme.md [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/compile.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/index.js [new file with mode: 0644]
config/tizen/tpk-tools/cli/node_modules/string-template/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/package.json [new file with mode: 0644]
config/tizen/tpk-tools/cli/tizen-app-template/icon.png [new file with mode: 0755]
config/tizen/tpk-tools/cli/tizen-app-template/index.js [new file with mode: 0755]
config/tizen/tpk-tools/cli/tizen-app-template/pkgid.appid [new file with mode: 0755]
config/tizen/tpk-tools/cli/tizen-app-template/tizen-manifest.xml [new file with mode: 0755]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/author-signature.xml [new file with mode: 0644]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/bin/tizen.org.iotjs-pkg.tizen.org.iotjs-app [new file with mode: 0755]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/buildscript.sh [new file with mode: 0755]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/res/tizen.org.iotjs-app/index.js [new file with mode: 0755]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/shared/res/icon.png [new file with mode: 0755]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/signature1.xml [new file with mode: 0644]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/tizen-manifest.xml [new file with mode: 0644]
config/tizen/tpk-tools/sample_app/tizen.org.iotjs-pkg/tizen.org.iotjs-pkg.tpk [new file with mode: 0644]