change library path
[platform/core/system/edge-home-orchestration-service.git] / project_def.prop
1
2 # Project Name
3 APPNAME = homeedge
4
5 # Project Type
6 type = app
7
8 # Project Profile
9 profile = mobile-5.5
10
11 # C/CPP Sources
12 USER_SRCS = src/account.c src/orchestration_client.c src/homeedge.c src/dbus_consumer.c
13
14 # EDC Sources
15 USER_EDCS =  
16
17 # PO Sources
18 USER_POS = 
19
20 # User Defines
21 USER_DEFS = TIZEN_DEPRECATION DEPRECATION_WARNING
22 USER_CPP_DEFS =
23
24 # User Undefines
25 USER_UNDEFS =
26 USER_CPP_UNDEFS =
27
28 # User Libraries
29 USER_LIBS = sa-cert
30
31 # User Objects
32 USER_OBJS =
33
34 # User Includes
35 ## C Compiler
36 USER_C_INC_DIRS = inc inc/cert
37 USER_INC_FILES =
38 ## C++ Compiler
39 USER_CPP_INC_DIRS =
40 USER_CPP_INC_FILES =
41
42 USER_INC_DIRS = $(USER_C_INC_DIRS) $(USER_CPP_INC_DIRS)
43
44 # User Library Path
45 USER_LIB_DIRS = lib
46
47 # EDC Resource Path
48 USER_EDCS_IMAGE_DIRS = ${OUTPUT_DIR}
49 USER_EDCS_SOUND_DIRS = ${OUTPUT_DIR}
50 USER_EDCS_FONT_DIRS = ${OUTPUT_DIR}
51
52 # EDC Flags
53 USER_EXT_EDC_KEYS =
54
55 # Resource Filter
56 USER_RES_INCLUDE =
57 USER_RES_EXCLUDE =
58