diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:24:13 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-24 16:24:13 +0900 |
commit | c2208a1561c762051e749869ff8fb419c21e6b07 (patch) | |
tree | 2c750b438cc2b45684c3923b64ad720d4dd5fa84 /include/mv_barcode.h | |
parent | d3f1fc6f3c48c7e3cd156148f287cc5fb679006a (diff) | |
download | mediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.tar.gz mediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.tar.bz2 mediavision-7069bf84a3398fb709e398b83bdb0fe3414e26b3.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.063614accepted/tizen/2.4/mobile/20151029.034644accepted/tizen_2.4_mobile
Diffstat (limited to 'include/mv_barcode.h')
-rw-r--r-- | include/mv_barcode.h | 30 |
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__ */ |