xref: /aosp_15_r20/external/libconfig/contrib/ls-config/README.md (revision 2e9d491483b805f09ea864149eadd5680efcc72a)
1*2e9d4914SAndroid Build Coastguard Workerls-config
2*2e9d4914SAndroid Build Coastguard Worker=========
3*2e9d4914SAndroid Build Coastguard Worker
4*2e9d4914SAndroid Build Coastguard WorkerSimple program to use libconfig9 configuration files in bash scripts
5*2e9d4914SAndroid Build Coastguard Worker
6*2e9d4914SAndroid Build Coastguard WorkerYou can use libconfig9 files directly by invoking ls-config, or in bash scripts
7*2e9d4914SAndroid Build Coastguard Workerby sourcing lslib-core and then using simple cfg_* functions. In this case
8*2e9d4914SAndroid Build Coastguard WorkerYou must set LS_EXEC to 1 before sourcing lslib-core
9*2e9d4914SAndroid Build Coastguard Worker
10*2e9d4914SAndroid Build Coastguard WorkerExisting error codes available in: doc/ folder.
11*2e9d4914SAndroid Build Coastguard Worker
12*2e9d4914SAndroid Build Coastguard WorkerSample usage available in: sample/ folder.
13*2e9d4914SAndroid Build Coastguard Worker
14*2e9d4914SAndroid Build Coastguard WorkerLanguages:
15*2e9d4914SAndroid Build Coastguard Worker- english
16*2e9d4914SAndroid Build Coastguard Worker- polish
17*2e9d4914SAndroid Build Coastguard Worker
18*2e9d4914SAndroid Build Coastguard WorkerWe need some help to build packaging for different systems, and with translations
19*2e9d4914SAndroid Build Coastguard Workerto other languages.
20*2e9d4914SAndroid Build Coastguard Worker
21*2e9d4914SAndroid Build Coastguard WorkerFull changelog available in doc/changelog.txt
22