Migrate from 2.4 code repo
[platform/core/context/place-context-provider.git] / src / place_geofence / place_geofence_types.h
1 /*
2  * Copyright (c) 2014 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/event/geofence"
22
23 // Option Keys
24 #define PLACE_STATUS_OPT_MYPLACE_ID             "PlaceId"
25
26 // Data Keys
27 #define PLACE_STATUS_DATA_MYPLACE_ID    "PlaceId"
28 #define PLACE_STATUS_DATA_MYPLACE_EVENT "Event"
29
30 // Data Values
31 #define MYPLACE_EVENT_UNCERTAIN "Uncertain"
32 #define MYPLACE_EVENT_IN                "In"
33 #define MYPLACE_EVENT_OUT               "Out"
34
35 #endif