Fix build configuration for Device api dependency
[platform/core/dotnet/launcher.git] / NativeLauncher / src / environment.h
1 #ifndef __ENVIRONMENT_H__
2
3 #ifndef TIZEN_CORECLR_PATH
4 #define TIZEN_CORECLR_PATH "/usr/share/coreclr/libcoreclr.so"
5 #endif
6
7 #ifndef TIZEN_NETCORE_TPA_PATH
8 #define TIZEN_NETCORE_TPA_PATH "/usr/share/assemblies"
9 #endif
10
11
12 #endif // __ENVIRONMENT_H__