Merge with chun and jin
[apps/native/sample/adventure.git] / inc / util.h
index 042f340..b08b4a5 100644 (file)
@@ -1,20 +1,3 @@
-/*
- * Samsung API
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd.
- *
- * 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/license/
- *
- * 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 __ADVENTURE_INTERNAL_H__
 #define __ADVENTURE_INTERNAL_H__
 
 /* SIZE */
 #define FILE_LEN 256
 #define BUFSZE 1024
+#define PATH_LEN 1024
 
 /* Build */
 #define HAPI __attribute__((visibility("hidden")))
 
+/* DATA */
+#define DATA_KEY_SELECTING "selecting"
+#define DATA_KEY_RESULT "result"
+
 /* Return values */
 typedef enum {
        APPL_ERROR_NONE = 0,