Separate internal header as mgr, stat, rstn, fw, ipt and pcap 24/187124/1
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 20 Aug 2018 07:03:00 +0000 (16:03 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Mon, 20 Aug 2018 07:03:04 +0000 (16:03 +0900)
Change-Id: I80c0dacd3f3d1aee3d0403c561b9b48debb573d3
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
include/stc_ipt_internal.h [new file with mode: 0755]
include/stc_mgr_internal.h [new file with mode: 0755]
include/stc_pcap_internal.h [new file with mode: 0755]
include/stc_rstn_internal.h [new file with mode: 0755]
include/stc_stat_internal.h [new file with mode: 0755]
packaging/capi-network-stc.spec

diff --git a/include/stc_ipt_internal.h b/include/stc_ipt_internal.h
new file mode 100755 (executable)
index 0000000..612afa0
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * Smart Traffic Control (STC)
+ *
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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 __TIZEN_STC_IPT_INTERNAL_H__
+#define __TIZEN_STC_IPT_INTERNAL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*****************************************************************************
+ *  Standard headers
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Macros and Typedefs
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Enumeration
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Callback functions
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Core API functions
+ *****************************************************************************/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __TIZEN_STC_IPT_INTERNAL_H__ */
diff --git a/include/stc_mgr_internal.h b/include/stc_mgr_internal.h
new file mode 100755 (executable)
index 0000000..7e8a488
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * Smart Traffic Control (STC)
+ *
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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 __TIZEN_STC_MGR_INTERNAL_H__
+#define __TIZEN_STC_MGR_INTERNAL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*****************************************************************************
+ *  Standard headers
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Macros and Typedefs
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Enumeration
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Callback functions
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Core API functions
+ *****************************************************************************/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __TIZEN_STC_MGR_INTERNAL_H__ */
diff --git a/include/stc_pcap_internal.h b/include/stc_pcap_internal.h
new file mode 100755 (executable)
index 0000000..5431a2a
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * Smart Traffic Control (STC)
+ *
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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 __TIZEN_STC_PCAP_INTERNAL_H__
+#define __TIZEN_STC_PCAP_INTERNAL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*****************************************************************************
+ *  Standard headers
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Macros and Typedefs
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Enumeration
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Callback functions
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Core API functions
+ *****************************************************************************/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __TIZEN_STC_PCAP_INTERNAL_H__ */
diff --git a/include/stc_rstn_internal.h b/include/stc_rstn_internal.h
new file mode 100755 (executable)
index 0000000..77ffa5f
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * Smart Traffic Control (STC)
+ *
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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 __TIZEN_STC_RSTN_INTERNAL_H__
+#define __TIZEN_STC_RSTN_INTERNAL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*****************************************************************************
+ *  Standard headers
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Macros and Typedefs
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Enumeration
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Callback functions
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Core API functions
+ *****************************************************************************/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __TIZEN_STC_RSTN_INTERNAL_H__ */
diff --git a/include/stc_stat_internal.h b/include/stc_stat_internal.h
new file mode 100755 (executable)
index 0000000..b662025
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * Smart Traffic Control (STC)
+ *
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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 __TIZEN_STC_STAT_INTERNAL_H__
+#define __TIZEN_STC_STAT_INTERNAL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*****************************************************************************
+ *  Standard headers
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Macros and Typedefs
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Enumeration
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Callback functions
+ *****************************************************************************/
+
+/*****************************************************************************
+ *  Core API functions
+ *****************************************************************************/
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __TIZEN_STC_STAT_INTERNAL_H__ */
index 2d86252..3a02074 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-network-stc
 Summary:    A Smart Traffic Control (STC) libraries in Native API
-Version:    0.0.32
+Version:    0.0.33
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0