Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:34 +0000 (01:50 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:34 +0000 (01:50 +0900)
commit7e22f8b400cb16faef2504c0802759c4c245a346
treefafc6ce42fe0e1426dc5ed2bc4fef697ccdf2fd9
parent4f4a502d4927ef79fda63fbfb5e66b27644c53e1
Tizen 2.1 base
49 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2.0 [new file with mode: 0644]
LICENSE.Flora [new file with mode: 0755]
NOTICE [new file with mode: 0755]
data/.readme [new file with mode: 0755]
icons/screen-density-xhigh/mainmenu.png [new file with mode: 0644]
inc/BluetoothConnectivityIpcStub.h [new file with mode: 0644]
inc/BluetoothService.h [new file with mode: 0644]
inc/ConnectivityService.h [new file with mode: 0644]
inc/IWifiProximityEventListener.h [new file with mode: 0644]
inc/NetConnectivityIpcStub.h [new file with mode: 0644]
inc/NetService.h [new file with mode: 0644]
inc/NfcConnectivityIpcStub.h [new file with mode: 0644]
inc/NfcMessagePushDelegate.h [new file with mode: 0644]
inc/NfcMessageRegisterService.h [new file with mode: 0644]
inc/NfcService.h [new file with mode: 0644]
inc/TelephonyConnectivityIpcStub.h [new file with mode: 0644]
inc/TelephonyService.h [new file with mode: 0644]
inc/WifiConnectivityIpcStub.h [new file with mode: 0644]
inc/WifiProximityEvent.h [new file with mode: 0644]
inc/WifiProximityEventArg.h [new file with mode: 0644]
inc/WifiProximityService.h [new file with mode: 0644]
inc/WifiService.h [new file with mode: 0644]
manifest.xml [new file with mode: 0644]
osp-connectivity-service.manifest [new file with mode: 0644]
packaging/osp-connectivity-service.spec [new file with mode: 0755]
src/BluetoothConnectivityIpcMessages.cpp [new file with mode: 0644]
src/BluetoothConnectivityIpcStub.cpp [new file with mode: 0644]
src/BluetoothService.cpp [new file with mode: 0644]
src/ConnectivityService.cpp [new file with mode: 0644]
src/ConnectivityServiceEntry.cpp [new file with mode: 0644]
src/NetConnectivityIpcMessages.cpp [new file with mode: 0644]
src/NetConnectivityIpcStub.cpp [new file with mode: 0644]
src/NetService.cpp [new file with mode: 0644]
src/NfcConnectivityIpcMessages.cpp [new file with mode: 0644]
src/NfcConnectivityIpcStub.cpp [new file with mode: 0644]
src/NfcMessagePushDelegate.cpp [new file with mode: 0644]
src/NfcMessageRegisterService.cpp [new file with mode: 0644]
src/NfcService.cpp [new file with mode: 0644]
src/TelephonyConnectivityIpcMessages.cpp [new file with mode: 0644]
src/TelephonyConnectivityIpcStub.cpp [new file with mode: 0755]
src/TelephonyService.cpp [new file with mode: 0755]
src/WifiConnectivityIpcMessages.cpp [new file with mode: 0644]
src/WifiConnectivityIpcStub.cpp [new file with mode: 0644]
src/WifiProximityEvent.cpp [new file with mode: 0644]
src/WifiProximityEventArg.cpp [new file with mode: 0644]
src/WifiProximityService.cpp [new file with mode: 0644]
src/WifiService.cpp [new file with mode: 0644]
system-service-export.ver [new file with mode: 0755]