#ifndef _TALKPHONE_H_
  #define _TALKPHONE_H_

extern const int on_off;
extern const int keypad_lock;
extern const int music_cut;
extern const TTime TimeFrom;
extern const TTime TimeTo;
extern const TTime TimeExFrom;
extern const TTime TimeExTo;
extern const unsigned int ExProfile;
extern const unsigned int begin_minute1;
extern const unsigned int begin_minute2;
extern const unsigned int begin_minute3;
extern const unsigned int volume;
extern const int show_icon;
extern const unsigned int cfgX;
extern const unsigned int cfgY;

extern const char folder_path[128];
extern const int Is_Vibra_Enabled;
extern const unsigned int vibra_count;
extern const unsigned int vibra_power;
extern const int PLAY_PARAM;
extern const int PLAY_PARAM_BTN_CALL;
extern const char kurant_path[128];

//extern const unsigned int dop_delay;

extern const unsigned int CALL_BUTTON;


#endif
