ssu
Loading...
Searching...
No Matches
constants.h File Reference

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.

Detailed Description

Author
Bernd Wachter bernd.nosp@m..wac.nosp@m.hter@.nosp@m.joll.nosp@m.amobi.nosp@m.le.c.nosp@m.om
Date
2012

Definition in file constants.h.

Macro Definition Documentation

◆ SSU_BOARD_MAPPING_CONFIGURATION

#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.

◆ SSU_BOARD_MAPPING_CONFIGURATION_DIR

#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.

◆ SSU_DATA_DIR

#define SSU_DATA_DIR   "/usr/share/ssu/"

Directory where all the non-user modifiable data sits.

Definition at line 22 of file constants.h.

◆ SSU_FEATURE_CONFIGURATION

#define SSU_FEATURE_CONFIGURATION   "/var/cache/ssu/features.ini"

Path to the main ssu configuration file.

Definition at line 31 of file constants.h.

◆ SSU_FEATURE_CONFIGURATION_DIR

#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.

◆ SSU_GROUP_ID

#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.

◆ SSU_MAX_RECURSION

#define SSU_MAX_RECURSION   1024

Maximum recursion level for resolving variables.

Definition at line 26 of file constants.h.

◆ SSU_PROTOCOL_VERSION

#define SSU_PROTOCOL_VERSION   "1"

The ssu protocol version used by the ssu client libraries.

Definition at line 24 of file constants.h.

◆ SSU_REPO_CONFIGURATION

#define SSU_REPO_CONFIGURATION   "/var/cache/ssu/repos.ini"

Path to the ssu domain configuration file.

Definition at line 14 of file constants.h.

◆ SSU_REPO_CONFIGURATION_DIR

#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.

◆ ZYPP_REPO_PATH

#define ZYPP_REPO_PATH   "/etc/zypp/repos.d"

Path to zypper repo configuration.

Definition at line 28 of file constants.h.