#ifndef _LIBS_CFG_H_
	#define _LIBS_CFG_H_

#define AE_APIDC_SETUP 0x06

int GetStrDataFromSystemConf(char *dest, const char *path, const char *keyword);
	
#endif
