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