2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 // Licensed under the Apache License, Version 2.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
8 // http://www.apache.org/licenses/LICENSE-2.0
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
19 * @brief This is the header file for the %System namespace.
21 * This header file contains the declarations of the %System namespace.
29 #include <FSysAlarm.h>
30 #include <FSysIAlarmEventListener.h>
33 #include <FSysSystemTime.h>
36 #include <FSysVibrator.h>
39 #include <FSysSystemInfo.h>
41 // Runtime Information
42 #include <FSysRuntimeInfo.h>
43 #include <FSysIRuntimeInfoGetIntAsyncResultListener.h>
44 #include <FSysIRuntimeInfoGetLonglongAsyncResultListener.h>
46 // Setting Information
47 #include <FSysSettingInfo.h>
48 #include <FSysISettingEventListener.h>
49 #include <FSysISettingInfoSetValueAsyncResultListener.h>
52 #include <FSysIBatteryEventListener.h>
53 #include <FSysIScreenEventListener.h>
54 #include <FSysIChargingEventListener.h>
55 #include <FSysPowerManager.h>
56 #include <FSysIBootEventListener.h>
59 #include <FSysDeviceManager.h>
60 #include <FSysIDeviceEventListener.h>
63 #include <FSysEnvironment.h>
68 * @namespace Tizen::System
69 * @brief This namespace contains classes and interfaces for %System.
72 * @remarks @b Header @b %file: @b \#include @b <FSystem.h> @n
73 * @b Library : @b osp-appfw
75 * The %System namespace provides system management features, such as system time, alarm, vibrator, power, and device management.
76 * It also provides the system, setting, and runtime information.
78 * For more information on the %System namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/system/system_namespace.htm">System Guide</a>.
80 * The following diagram illustrates the relationships between the classes belonging to the %System namespace.
82 * @image html system_namespace_classdiagram.png