summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidlib/inc/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidlib/inc/path.h')
-rw-r--r--cleopatre/application/spidlib/inc/path.h55
1 files changed, 0 insertions, 55 deletions
diff --git a/cleopatre/application/spidlib/inc/path.h b/cleopatre/application/spidlib/inc/path.h
deleted file mode 100644
index 90a1bf65ee..0000000000
--- a/cleopatre/application/spidlib/inc/path.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* SPC300 bundle {{{
- *
- * Copyright (C) 2009 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file application/spidlib/inc/path.h
- * \brief path defines of configuration files
- * \ingroup spidlib
- *
- * This file defines all pathes of configuraiton files.
- * Modify it to add / change a file path.
- *
- */
-#ifndef SPIDLIB_PATH_H
-#define SPIDLIB_PATH_H
-
-#ifndef __UTESTS__
-
- #define SPIDLIB_SAVE_LIST_PATH "/etc/save.lst"
- #define SPIDLIB_SAVE_DIR_PATH "/usr/local/etc"
- #define SPIDLIB_CONF_ROOT_PATH "/etc"
- #define SPIDLIB_HARDWARE_INFO_PATH "/etc/hardware.info"
- #define SPIDLIB_HPAV_CONF_PATH "/etc/hpav.conf"
- #define SPIDLIB_HPAV_INFO_PATH "/etc/hpav.info"
- #define SPIDLIB_NETWORK_CONF_PATH "/etc/network/interfaces"
- #define SPIDLIB_SYSTEM_VERSION_PATH "/proc/version"
- #define SPIDLIB_SYSTEM_UPTIME_PATH "/proc/uptime"
- #define SPIDLIB_SYSTEM_MEMINFO_PATH "/proc/meminfo"
- #define SPIDLIB_SYSTEM_MTD_PATH "/proc/mtd"
- #define SPIDLIB_FACTORY_PATH "/factory"
- #define SPIDLIB_DEV_PATH "/dev"
-
-#else /* unitary tests paths */
-
- #define UTESTS_TMP_DIR "/tmp/utests"
- #define SPIDLIB_SAVE_LIST_PATH "/tmp/utests/etc/save.lst"
- #define SPIDLIB_SAVE_DIR_PATH "/tmp/utests/local"
- #define SPIDLIB_CONF_ROOT_PATH "/tmp/utests/etc"
- #define SPIDLIB_HARDWARE_INFO_PATH "/tmp/utests/etc/hardware.info"
- #define SPIDLIB_HPAV_CONF_PATH "/tmp/utests/etc/hpav.conf"
- #define SPIDLIB_HPAV_INFO_PATH "/tmp/utests/etc/hpav.info"
- #define SPIDLIB_NETWORK_CONF_PATH "/tmp/utests/network/interfaces"
- #define SPIDLIB_SYSTEM_VERSION_PATH "/tmp/utests/proc/version"
- #define SPIDLIB_SYSTEM_UPTIME_PATH "/tmp/utests/proc/uptime"
- #define SPIDLIB_SYSTEM_MEMINFO_PATH "/tmp/utests/proc/meminfo"
- #define SPIDLIB_SYSTEM_MTD_PATH "/tmp/utests/proc/mtd"
- #define SPIDLIB_FACTORY_PATH "/tmp/utests/factory"
- #define SPIDLIB_DEV_PATH "/tmp/utests/dev"
-
-#endif
-
-#endif /* SPIDLIB_PATH_H */