50 #ifndef _CONTEXTBASE_H_
51 #define _CONTEXTBASE_H_
61 namespace adaptation {
63 const string SYSTEM_LANGUAGE(
"system.language");
64 const string SYSTEM_CAPTION(
"system.caption");
65 const string SYSTEM_SUBTITLE(
"system.subtitle");
66 const string SYSTEM_RETURN_BIT_RATE(
"system.returnBitRate");
67 const string SYSTEM_SCREEN_SIZE(
"system.screenSize");
68 const string SYSTEM_SCREEN_GRAPHIC_SIZE(
69 "system.screenGraphicSize");
71 const string SYSTEM_AUDIO_TYPE(
"system.audioType");
72 const string SYSTEM_CPU(
"system.CPU");
73 const string SYSTEM_MEMORY(
"system.memory");
74 const string SYSTEM_OPERATING_SYSTEM(
"system.operatingSystem");
75 const string SYSTEM_JAVA_CONFIG(
"system.javaConfiguration");
76 const string SYSTEM_JAVA_PROFILE(
"system.javaProfile");
77 const string SYSTEM_LUA_VERSION(
"system.luaVersion");
79 const string SYSTEM_DEVNUMBER(
"system.devNumber");
80 const string SYSTEM_CLASSTYPE(
"system.classType");
81 const string SYSTEM_INFO(
"system.info");
82 const string SYSTEM_CLASS_NUMBER(
"system.classNumber");
84 const string USER_AGE(
"user.age");
85 const string USER_LOCATION(
"user.location");
86 const string USER_GENRE(
"user.genre");
88 const string DEFAULT_FOCUS_BORDER_COLOR(
89 "default.focusBorderColor");
91 const string DEFAULT_SEL_BORDER_COLOR(
92 "default.selBorderColor");
94 const string DEFAULT_FOCUS_BORDER_WIDTH(
95 "default.focusBorderWidth");
97 const string DEFAULT_FOCUS_BORDER_TRANSPARENCY(
98 "default.focusBorderTransparency");
107 #endif //_CONTEXTBASE_H_