aboutsummaryrefslogtreecommitdiffstats
path: root/launcher.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-08 18:16:07 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-10 09:50:06 +0900
commit8cc6188eaf2b333e169eab6f58857adcb7e47568 (patch)
tree44084784ccee6dc136e57cc78625f9a993d12eb8 /launcher.pro
Add demo3 launcher source code for cluster mode. [Patch Set 2]Update LICENSE file. Change-Id: I9026690d30229b2587f4a6f02198cc88ba776f1d BUG-AGL: SPEC-2261 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'launcher.pro')
-rw-r--r--launcher.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/launcher.pro b/launcher.pro
new file mode 100644
index 0000000..419a70a
--- /dev/null
+++ b/launcher.pro
@@ -0,0 +1,24 @@
+# Copyright (c) 2018-2019 TOYOTA MOTOR CORPORATION
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+TEMPLATE = subdirs
+
+load(configure)
+
+SUBDIRS = interfaces \
+ launcher \
+ package
+
+launcher.depends = interfaces
+package.depends += launcher