Modify the package version
[apps/native/ug-bluetooth-efl.git] / include / bt-define.h
1 /*
2  * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Flora License, Version 1.1 (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://floralicense.org/license
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 #pragma once
18
19 #ifndef UG_MODULE_API
20 #define UG_MODULE_API __attribute__ ((visibility("default")))
21 #endif
22
23 #ifndef PKGNAME
24 #define PKGNAME "ug-setting-bluetooth-efl"
25 #warning "PKGNAME is redefined"
26 #endif
27
28 #ifndef PREFIX
29 #define PREFIX "/usr/ug/"
30 #warning "PREFIX is redefined"
31 #endif
32
33 #ifndef LOCALEDIR
34 #define LOCALEDIR PREFIX"/res/locale"
35 #warning "LOCALEDIR is redefined"
36 #endif
37
38 #ifndef EDJDIR
39 #define EDJDIR PREFIX"/res/edje/" PKGNAME
40 #warning "EDJDIR is redefined"
41 #endif
42
43 #define BT_ICON_EDJ EDJDIR"/bluetooth_images.edj"
44 #define BT_GENLIST_EDJ EDJDIR"/bluetooth_genlist.edj"
45 #define BT_COMMON_MAIN_LAYOUT_EDJ EDJDIR"/main_layout.edj"