|
ssu
|
Go to the source code of this file.
Macros | |
| #define | SSU_GROUP_ID 1000 |
| The group ID ssu expects to run as. This is usually the GID of the main phone user. | |
| #define | SSU_REPO_CONFIGURATION "/var/cache/ssu/repos.ini" |
| Path to the ssu domain configuration file. | |
| #define | SSU_REPO_CONFIGURATION_DIR "/usr/share/ssu/repos.d" |
| Path to config.d for ssu domain configurations. | |
| #define | SSU_BOARD_MAPPING_CONFIGURATION "/var/cache/ssu/board-mappings.ini" |
| Path to board / device family mappings file. | |
| #define | SSU_BOARD_MAPPING_CONFIGURATION_DIR "/usr/share/ssu/board-mappings.d" |
| Path to config.d for board mappings. | |
| #define | SSU_DATA_DIR "/usr/share/ssu/" |
| Directory where all the non-user modifiable data sits. | |
| #define | SSU_PROTOCOL_VERSION "1" |
| The ssu protocol version used by the ssu client libraries. | |
| #define | SSU_MAX_RECURSION 1024 |
| Maximum recursion level for resolving variables. | |
| #define | ZYPP_REPO_PATH "/etc/zypp/repos.d" |
| Path to zypper repo configuration. | |
| #define | SSU_FEATURE_CONFIGURATION "/var/cache/ssu/features.ini" |
| Path to the main ssu configuration file. | |
| #define | SSU_FEATURE_CONFIGURATION_DIR "/usr/share/ssu/features.d" |
| Path to the main ssu configuration file. | |
| #define SSU_BOARD_MAPPING_CONFIGURATION "/var/cache/ssu/board-mappings.ini" |
Path to board / device family mappings file.
Definition at line 18 of file constants.h.
| #define SSU_BOARD_MAPPING_CONFIGURATION_DIR "/usr/share/ssu/board-mappings.d" |
Path to config.d for board mappings.
Definition at line 20 of file constants.h.
| #define SSU_DATA_DIR "/usr/share/ssu/" |
Directory where all the non-user modifiable data sits.
Definition at line 22 of file constants.h.
| #define SSU_FEATURE_CONFIGURATION "/var/cache/ssu/features.ini" |
Path to the main ssu configuration file.
Definition at line 31 of file constants.h.
| #define SSU_FEATURE_CONFIGURATION_DIR "/usr/share/ssu/features.d" |
Path to the main ssu configuration file.
Definition at line 34 of file constants.h.
| #define SSU_GROUP_ID 1000 |
The group ID ssu expects to run as. This is usually the GID of the main phone user.
Definition at line 12 of file constants.h.
| #define SSU_MAX_RECURSION 1024 |
Maximum recursion level for resolving variables.
Definition at line 26 of file constants.h.
| #define SSU_PROTOCOL_VERSION "1" |
The ssu protocol version used by the ssu client libraries.
Definition at line 24 of file constants.h.
| #define SSU_REPO_CONFIGURATION "/var/cache/ssu/repos.ini" |
Path to the ssu domain configuration file.
Definition at line 14 of file constants.h.
| #define SSU_REPO_CONFIGURATION_DIR "/usr/share/ssu/repos.d" |
Path to config.d for ssu domain configurations.
Definition at line 16 of file constants.h.
| #define ZYPP_REPO_PATH "/etc/zypp/repos.d" |
Path to zypper repo configuration.
Definition at line 28 of file constants.h.