tizen 2.4 release
[framework/context/place-context-provider.git] / src / geofence / place_geofence_types.h
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __CONTEXT_PLACE_GEOFENCE_TYPES__
18 #define __CONTEXT_PLACE_GEOFENCE_TYPES__
19
20 // Context Items
21 #define PLACE_SUBJ_GEOFENCE             "place/geofence"
22
23 #define PLACE_PRIV_GEOFENCE             "location"
24
25 // Option Keys
26 #define PLACE_STATUS_OPT_MYPLACE_ID             "PlaceId"
27
28 // Data Keys
29 #define PLACE_STATUS_DATA_MYPLACE_ID    "PlaceId"
30 #define PLACE_STATUS_DATA_MYPLACE_EVENT "Event"
31
32 // Data Values
33 #define MYPLACE_EVENT_UNCERTAIN "Uncertain"
34 #define MYPLACE_EVENT_IN                "In"
35 #define MYPLACE_EVENT_OUT               "Out"
36
37 #endif