[cleanup] revise file location
[platform/core/connectivity/bluetooth-share.git] / app / bt-share-resource.h
1 /*
2  * bluetooth-share
3  *
4  * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  *              http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19
20 #ifndef __DEF_BLUETOOTH_SHARE_RES_H_
21 #define __DEF_BLUETOOTH_SHARE_RES_H_
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 #include <libintl.h>
28 #include <tzplatform_config.h>
29
30 /*==============  String ================= */
31 #define BT_COMMON_PKG           "ug-setting-bluetooth-efl"
32 #define BT_COMMON_RES           "/usr/ug/res/locale/"
33
34 #define BT_STR_MEMORY_FULL      \
35         dgettext(BT_COMMON_PKG, "IDS_BT_POP_MEMORYFULL")
36 #define BT_STR_UNABLE_TO_SEND   \
37         dgettext(BT_COMMON_PKG, "IDS_BT_POP_SENDINGFAIL")
38 #define BT_STR_UNABLE_TO_RECEIVE        \
39         dgettext(BT_COMMON_PKG, "IDS_BT_BODY_UNABLE_TO_RECEIVE")
40 #define BT_STR_FILES_SENT\
41         dgettext(BT_COMMON_PKG, "IDS_ST_BODY_FILES_SENT_ABB")
42 #define BT_STR_FILES_RECEIVED\
43         dgettext(BT_COMMON_PKG, "IDS_ST_BODY_FILES_RECEIVED_ABB")
44 #define BT_STR_FILES_SENT_TO \
45         dgettext(BT_COMMON_PKG, "IDS_WIFI_BODY_FILES_SENT_TO_PS_M_STATUS")
46 #define BT_STR_FILES_RECEIVED_FROM \
47         dgettext(BT_COMMON_PKG, "IDS_WIFI_MBODY_FILES_RECEIVED_FROM_PS")
48
49 #define BT_STR_SENDING_FILES_TO \
50         dgettext(BT_COMMON_PKG, "IDS_WIFI_BODY_SENDING_FILES_TO_PS_ING")
51 #define BT_STR_SENDING_FILES \
52         dgettext(BT_COMMON_PKG, "IDS_BT_BODY_SENDING_FILES_ING_ABB")
53 #define BT_STR_RECEIVING_FILES_FROM \
54         dgettext(BT_COMMON_PKG, "IDS_WIFI_BODY_RECEIVING_FILES_FROM_PS_ING")
55 #define BT_STR_RECEIVING_FILES \
56         dgettext(BT_COMMON_PKG, "IDS_NFC_BODY_RECEIVING_FILES_ING")
57 #define BT_STR_SENDING_FILES_FAILED \
58         dgettext(BT_COMMON_PKG, "IDS_WIFI_POP_SENDING_FILES_FAILED")
59 #define BT_STR_RECEIVING_FILES_FAILED \
60         dgettext(BT_COMMON_PKG, "IDS_WIFI_POP_RECEIVING_FILES_FAILED")
61
62 /*==============  Image ================= */
63 #define ICONDIR         "/usr/ug/res/images/ug-setting-bluetooth-efl"
64 #define QP_PRELOAD_NOTI_ICON_PATH "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/Common"
65 #define BT_ICON_PATH_MAX        256
66
67 #define BT_ICON_QP_SEND         tzplatform_mkpath3(TZ_SYS_RW_APP, ICONDIR, \
68                                                         "/Q02_icon_BT_transmit.png")
69 #define BT_ICON_QP_RECEIVE      tzplatform_mkpath3(TZ_SYS_RW_APP, ICONDIR, \
70                                                         "/Q02_icon_BT_receive.png")
71 #define BT_ICON_QP_BT_ON        tzplatform_mkpath3(TZ_SYS_RW_APP, ICONDIR, \
72                                                         "/Q02_Notification_bluetooth.png")
73
74 #define BT_ICON_NOTIFICATION_SENDING            "reserved://quickpanel/ani/uploading"
75 #define BT_ICON_NOTIFICATION_SENDING_INDICATOR          "reserved://indicator/ani/uploading"
76 #define BT_ICON_NOTIFICATION_SENT               QP_PRELOAD_NOTI_ICON_PATH"/noti_upload_complete.png"
77 #define BT_ICON_NOTIFICATION_SENT_INDICATOR             ICONDIR"/B03_upload_complete.png"
78 #define BT_ICON_NOTIFICATION_RECEIVING          "reserved://quickpanel/ani/downloading"
79 #define BT_ICON_NOTIFICATION_RECEIVING_INDICATOR                "reserved://indicator/ani/downloading"
80 #define BT_ICON_NOTIFICATION_RECEIVED           QP_PRELOAD_NOTI_ICON_PATH"/noti_download_complete.png"
81 #define BT_ICON_NOTIFICATION_RECEIVED_INDICATOR         ICONDIR"/B03_download_complete.png"
82
83 #ifdef __cplusplus
84 }
85 #endif
86 #endif                          /* __DEF_BLUETOOTH_SHARE_RES_H_ */