Modify the package version
[apps/native/ug-bluetooth-efl.git] / include / bt-resource.h
1 /*
2 * ug-bluetooth-efl
3 *
4 * Copyright 2012 Samsung Electronics Co., Ltd
5 *
6 * Contact: Hocheol Seo <hocheol.seo@samsung.com>
7 *           GirishAshok Joshi <girish.joshi@samsung.com>
8 *           DoHyun Pyun <dh79.pyun@samsung.com>
9 *
10 * Licensed under the Flora License, Version 1.1 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.tizenopensource.org/license
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23
24 #ifndef __BT_RESOURCE_H
25 #define __BT_RESOURCE_H
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 /* Define icons */
32 #define BT_ICON_UNKNOWN "buluetooth_Device_type_icon_unknown.png"
33 #define BT_ICON_PHONE "buluetooth_Device_type_icon_mobilephone.png"
34 #define BT_ICON_HEADSET "buluetooth_Device_type_icon_headset.png"
35 #define BT_ICON_HEADPHONE "buluetooth_Device_type_icon_headphone.png"
36 #define BT_ICON_PC "buluetooth_Device_type_icon_computer.png"
37 #define BT_ICON_KEYBOARD "buluetooth_Device_type_icon_keyboard.png"
38 #define BT_ICON_MOUSE "buluetooth_Device_type_icon_mouse.png"
39 #define BT_ICON_PRINTER "buluetooth_Device_type_icon_printer.png"
40 #define BT_ICON_HEALTH "bt_device_Medical.png"
41 #define BT_ICON_NETWORK "buluetooth_Device_type_icon_network_infrastructure.png"
42 #define BT_ICON_GAMING "buluetooth_Device_type_icon_gaming.png"
43 #define BT_ICON_DISPLAY "buluetooth_Device_type_icon_display.png"
44 #define BT_ICON_CAMERA "buluetooth_Device_type_icon_camera.png"
45 #define BT_ICON_WATCH "buluetooth_Device_type_icon_wrist.png"
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif /* __BT_RESOURCE_H */