aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/include/stm.h
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-07-11 16:21:37 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-07-23 22:04:25 +0900
commit0489c6f3fae7a31b2d48beeff60eab4ce2dc870b (patch)
tree08f3edc6d02258e413c1c89332439275a95eb88b /policy_manager/stm/zipc/include/stm.h
parentd5fbf53aa76dbba9316b08c1ca499d4639d9db1b (diff)
Add policy table generated by ZIPC for EXAMPLEsandbox/yuta-d/add_pm
To PolicyManager, add the source code of policy table which is generated by ZIPC for EXAMPLE. If use this example, please comment out line 22 and uncomment line 23 in policy_manager/CMakeLists.txt as follows: #set(USE_STM_NAME stub) set(USE_STM_NAME zipc) If try to show split layout, please rename from roles.db.split to roles.db in policy_manager/db/. Bug-AGL: SPEC-1537 Change-Id: I4b35f148313e0c5a12c59ed1c2f8eb6fbcf3ea6b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'policy_manager/stm/zipc/include/stm.h')
-rw-r--r--policy_manager/stm/zipc/include/stm.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/policy_manager/stm/zipc/include/stm.h b/policy_manager/stm/zipc/include/stm.h
new file mode 100644
index 0000000..8444d66
--- /dev/null
+++ b/policy_manager/stm/zipc/include/stm.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (c) 2018 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.
+ */
+
+#ifndef TMCAGLWM_STM_HPP
+#define TMCAGLWM_STM_HPP
+
+#include "../src/StateTransitionor/ZST_include.h"
+
+#endif // TMCAGLWM_STM_HPP