Tizen 2.0 Release 2.0_release
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:14:39 +0000 (15:14 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:14:39 +0000 (15:14 +0900)
commit9db3eee95ba955675a74dac1b35e6a3e5dbe4aca
tree57e89deb8ba4f64b82d0859f34678a7071db0e46
parent94e6105d3f436449229a83c769093d2a91be6435
Tizen 2.0 Release
31 files changed:
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
inc/accelprocessor.h [new file with mode: 0644]
inc/baseprocessor.h [new file with mode: 0644]
inc/compassprocessor.h [new file with mode: 0644]
inc/gyroprocessor.h [new file with mode: 0644]
inc/lightprocessor.h [new file with mode: 0644]
inc/log.h [new file with mode: 0644]
inc/ms5607processors.h [new file with mode: 0644]
inc/proxiprocessor.h [new file with mode: 0644]
packaging/sf-plugins-bb.changes [new file with mode: 0644]
packaging/sf-plugins-bb.spec [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/accel_module.cpp [new file with mode: 0644]
src/accelprocessor.cpp [new file with mode: 0644]
src/baseprocessor.cpp [new file with mode: 0644]
src/compass_module.cpp [new file with mode: 0644]
src/compassprocessor.cpp [new file with mode: 0644]
src/gyro_module.cpp [new file with mode: 0644]
src/gyroprocessor.cpp [new file with mode: 0644]
src/lightprocessor.cpp [new file with mode: 0644]
src/lights_module.cpp [new file with mode: 0644]
src/ms5607processors.cpp [new file with mode: 0644]
src/pressure_module.cpp [new file with mode: 0644]
src/proxi_module.cpp [new file with mode: 0644]
src/proxiprocessor.cpp [new file with mode: 0644]
src/test_programs/CMakeLists.txt [new file with mode: 0644]
src/test_programs/client.cpp [new file with mode: 0644]
src/test_programs/reader.cpp [new file with mode: 0644]
src/test_programs/readme.txt [new file with mode: 0644]