tizen 2.3 release
[apps/home/b2-clocksetting.git] / include / setting-profile.h
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  *
11  * setting-profile.h (s-health)
12  *
13  */
14
15 #ifndef SETTING_PROFILE_H_
16 #define SETTING_PROFILE_H_
17
18 #include <Elementary.h>
19 #include <libintl.h>
20 #include <string.h>
21
22 #define PROFILE_APP_ID  "org.tizen.shealth.userprofile"
23 #define PROFILE_OP_ID   "http://tizen.org/appcontrol/operation/launch_profile_setting"
24
25 void _create_profile(void *data, Evas_Object *obj, void *event_info);
26
27 #endif /* SETTING_PROFILE_H_ */