summaryrefslogtreecommitdiff
path: root/inc/resource.h
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2017-07-12 19:26:03 +0900
committerJin Yoon <jinny.yoon@samsung.com>2017-07-12 19:26:03 +0900
commitfe280c315017adbb5994ff99971dce680205d1f3 (patch)
tree311a4bb6c097ba4882583d0599ab9a54c39fd41f /inc/resource.h
parent198144c15c26b02c60fb8b1268170b59535d41c1 (diff)
downloadrcc-fe280c315017adbb5994ff99971dce680205d1f3.tar.gz
rcc-fe280c315017adbb5994ff99971dce680205d1f3.tar.bz2
rcc-fe280c315017adbb5994ff99971dce680205d1f3.zip
Rename Model as Resource
Change-Id: Ie671b3e2bf00fdc45f230c1335b1edc40510bdd0
Diffstat (limited to 'inc/resource.h')
-rw-r--r--inc/resource.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/inc/resource.h b/inc/resource.h
new file mode 100644
index 0000000..89fc1c8
--- /dev/null
+++ b/inc/resource.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Contact: Jin Yoon <jinny.yoon@samsung.com>
+ * Geunsun Lee <gs86.lee@samsung.com>
+ * Eunyoung Lee <ey928.lee@samsung.com>
+ * Junkyu Han <junkyu.han@samsung.com>
+ *
+ * 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 __POSITION_FINDER_RESOURCE_H__
+#define __POSITION_FINDER_RESOURCE_H__
+
+#include <peripheral_io.h>
+
+#include "resource_internal.h"
+#include "resource/resource_illuminance_sensor.h"
+#include "resource/resource_infrared_motion_sensor.h"
+#include "resource/resource_infrared_obstacle_avoidance_sensor.h"
+#include "resource/resource_touch_sensor.h"
+#include "resource/resource_ultrasonic_sensor.h"
+
+#endif /* __POSITION_FINDER_RESOURCE_H__ */