summaryrefslogtreecommitdiff
path: root/include/mv_barcode.h
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-24 16:24:13 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-24 16:24:13 +0900
commitc2208a1561c762051e749869ff8fb419c21e6b07 (patch)
tree2c750b438cc2b45684c3923b64ad720d4dd5fa84 /include/mv_barcode.h
parentd3f1fc6f3c48c7e3cd156148f287cc5fb679006a (diff)
downloadmediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.tar.gz
mediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.tar.bz2
mediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.zip
Diffstat (limited to 'include/mv_barcode.h')
-rw-r--r--include/mv_barcode.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/include/mv_barcode.h b/include/mv_barcode.h
new file mode 100644
index 0000000..00ec447
--- /dev/null
+++ b/include/mv_barcode.h
@@ -0,0 +1,30 @@
+/**
+ * Copyright (c) 2015 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_MEDIAVISION_BARCODE_H__
+#define __TIZEN_MEDIAVISION_BARCODE_H__
+
+#include <mv_common.h>
+#include <mv_barcode_detect.h>
+#include <mv_barcode_generate.h>
+
+/**
+ * @file mv_barcode.h
+ * @brief Representative Media Vision Barcode API header file that includes
+ * Media Vision Barcode detection and generation functionalities.
+ */
+
+#endif /* __TIZEN_MEDIAVISION_BARCODE_H__ */