// This file is to make sure tui_comm.cpp can build without the real libcutils.so

#ifdef __cplusplus
extern "C" {
#endif

	int property_get(
	const char *key,
	char *value,
	const char *default_value
	) {
		return 0;
	}
#ifdef __cplusplus
}
#endif
