#include "..\inc\cfg_items.h"

#ifdef NEWSGOLD
#define DEFAULT_DISK "4"
#else
#define DEFAULT_DISK "0"
#endif

__root const CFG_HDR cfghdr0 = {CFG_STR_UTF8, "Destination number", 0, 15};
__root const char NUMBER[16] = "+8600000000000";

__root const CFG_HDR cfghdr1 = {CFG_STR_UTF8,"Ram_IMSI address", 0, 10};
__root const char IMSI[11] = "A8609106";

__root const CFG_HDR cfghdr2 = {CFG_STR_UTF8,"Phone IMEI", 0, 15};
__root const char IMEI[15] = "000000000000000";

__root const CFG_HDR cfghdr3 = {CFG_STR_UTF8, "Content", 0, 127};
__root const char CONTENT[128] = "Call 110!";

__root const CFG_HDR cfghdr4 = {CFG_CBOX,"BTS information", 0, 2};
__root const int BTS = 0;
__root const CFG_CBOX_ITEM cfgcbox1[2] = {"no", "yes"};

__root const CFG_HDR cfghdr5 = {CFG_CBOX,"Phone description", 0, 2};
__root const int DESCRIPTION = 0;
__root const CFG_CBOX_ITEM cfgcbox2[2] = {"no", "yes"};

__root const CFG_HDR cfghdr6 = {CFG_CBOX,"Lock Phone", 0, 2};
__root const int LOCK = 0;
__root const CFG_CBOX_ITEM cfgcbox3[2] = {"no", "yes"};

__root const CFG_HDR cfghdr7 = {CFG_CBOX,"OK to", 0, 3};
__root const int OKPRESS = 0;
__root const CFG_CBOX_ITEM cfgcbox4[3] = {"default", "reboot", "shutdown"};

__root const CFG_HDR cfghdr8 = {CFG_UINT,"SMS send delay(s)", 0, 999};
__root const int DELAY = 10;

__root const CFG_HDR cfghdr9 = {CFG_UINT,"Password", 0, 999999};
__root const int CODE = 123456;
