Tizen 2.0 Release tizen_2.0 accepted/tizen_2.0/20130215.201838 submit/tizen_2.0/20130215.192236
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:55:17 +0000 (00:55 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:55:17 +0000 (00:55 +0900)
commitd31362df39907d78627a76d07d49350eba6ae626
tree9806f1289a128b8d97ce7af5765f47f6bcbbf659
parent3f2f0fa4ef186993dd1b1a467986553e8d6a4773
Tizen 2.0 Release
44 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0755]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0755]
inc/FUix.h [new file with mode: 0755]
inc/FUixSensor.h [new file with mode: 0755]
inc/FUixSensorAccelerationSensorData.h [new file with mode: 0644]
inc/FUixSensorGyroSensorData.h [new file with mode: 0644]
inc/FUixSensorIMotionEventListener.h [new file with mode: 0644]
inc/FUixSensorISensorEventListener.h [new file with mode: 0644]
inc/FUixSensorLightSensorData.h [new file with mode: 0644]
inc/FUixSensorMagneticSensorData.h [new file with mode: 0644]
inc/FUixSensorMotion.h [new file with mode: 0644]
inc/FUixSensorMotionCommon.h [new file with mode: 0644]
inc/FUixSensorProximitySensorData.h [new file with mode: 0644]
inc/FUixSensorSensorData.h [new file with mode: 0644]
inc/FUixSensorSensorManager.h [new file with mode: 0644]
inc/FUixSensorSensorTypes.h [new file with mode: 0644]
inc/FUixSensorTiltSensorData.h [new file with mode: 0644]
osp-uix.manifest [new file with mode: 0644]
osp-uix.pc.in [new file with mode: 0755]
packaging/osp-uix.spec [new file with mode: 0755]
src/FUixSensorAccelerationSensorData.cpp [new file with mode: 0644]
src/FUixSensorGyroSensorData.cpp [new file with mode: 0644]
src/FUixSensorLightSensorData.cpp [new file with mode: 0644]
src/FUixSensorMagneticSensorData.cpp [new file with mode: 0644]
src/FUixSensorMotion.cpp [new file with mode: 0644]
src/FUixSensorProximitySensorData.cpp [new file with mode: 0644]
src/FUixSensorSensorData.cpp [new file with mode: 0644]
src/FUixSensorSensorManager.cpp [new file with mode: 0644]
src/FUixSensorTiltSensorData.cpp [new file with mode: 0644]
src/FUixSensor_ISensorCore.cpp [new file with mode: 0644]
src/FUixSensor_ISensorCore.h [new file with mode: 0644]
src/FUixSensor_ISensorCoreEventReceiver.h [new file with mode: 0644]
src/FUixSensor_MotionImpl.cpp [new file with mode: 0644]
src/FUixSensor_SensorCoreEventTypes.h [new file with mode: 0644]
src/FUixSensor_SensorEventDeliverer.cpp [new file with mode: 0644]
src/FUixSensor_SensorEventDeliverer.h [new file with mode: 0644]
src/FUixSensor_SensorManagerImpl.cpp [new file with mode: 0644]
src/FUixSensor_SensorUtil.cpp [new file with mode: 0644]
src/FUixSensor_SensorUtil.h [new file with mode: 0644]
src/FUixSensor_SpecifiedSensorDataEventDelivererT.h [new file with mode: 0644]
src/inc/FUixSensor_MotionImpl.h [new file with mode: 0644]
src/inc/FUixSensor_SensorManagerImpl.h [new file with mode: 0644]