Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:03 +0000 (00:44 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:03 +0000 (00:44 +0900)
commitc598f39e65f11c05cf3f4189c1f2d8f497952fcb
tree6082973bb75841ca31fc013f4942212f86507077
parent73526456c5c290399d81e78405ca6c6835c20f27
Git init
177 files changed:
.gitignore [new file with mode: 0755]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
TC/_export_env.sh [new file with mode: 0644]
TC/_export_target_env.sh [new file with mode: 0644]
TC/bluetooth_TC/Makefile [new file with mode: 0644]
TC/bluetooth_TC/tslist [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_authorize_device.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_authorize_device.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_bond_device.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_bond_device.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_bonding.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_bonding.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_discovery.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_discovery.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_service_search.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_cancel_service_search.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_check_adapter.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_check_adapter.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_disable_adapter.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_disable_adapter.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_enable_adapter.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_enable_adapter.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_bonded_device_list.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_bonded_device_list.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_discoverable_mode.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_discoverable_mode.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_local_address.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_local_address.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_local_name.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_local_name.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_remote_device.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_get_remote_device.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_is_discovering.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_is_discovering.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_register_callback.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_register_callback.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_connect.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_connect.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_create_socket.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_create_socket.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_disconnect.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_disconnect.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_listen.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_listen.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_remove_socket.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_remove_socket.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_sock_deregister_with_uuid.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_sock_deregister_with_uuid.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_sock_register_with_uuid.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_sock_register_with_uuid.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_write.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_rfcomm_write.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_search_service.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_search_service.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_set_discoverable_mode.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_set_discoverable_mode.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_set_local_name.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_set_local_name.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_start_discovery.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_start_discovery.h [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_unbond_device.c [new file with mode: 0644]
TC/bluetooth_TC/uts_bluetooth_unbond_device.h [new file with mode: 0644]
TC/build.sh [new file with mode: 0644]
TC/clean.sh [new file with mode: 0644]
TC/execute.sh [new file with mode: 0755]
TC/making_new_tet_scen.py [new file with mode: 0755]
TC/tet_captured [new file with mode: 0644]
TC/tet_scen [new file with mode: 0644]
TC/tetbuild.cfg [new file with mode: 0644]
TC/tetclean.cfg [new file with mode: 0644]
TC/tetexec.cfg [new file with mode: 0644]
TC/tslist.txt [new file with mode: 0644]
bluetooth-frwk-agent/CMakeLists.txt [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-agent-cb.c [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-agent.c [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-agent.edc [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-agent.h [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-agent.ini [new file with mode: 0644]
bluetooth-frwk-agent/bluetooth-frwk-agent [new file with mode: 0755]
bluetooth-frwk-agent/marshal.list [new file with mode: 0644]
bluetooth-frwk-agent/org.bluez.frwk_agent.service [new file with mode: 0644]
bluetooth-frwk-agent/po/CMakeLists.txt [new file with mode: 0644]
bluetooth-frwk-agent/po/POTFILES.in [new file with mode: 0644]
bluetooth-frwk-agent/po/bt-agent.pot [new file with mode: 0644]
bluetooth-frwk-agent/po/en_GB.po [new file with mode: 0644]
bluetooth-frwk-agent/po/en_US.po [new file with mode: 0644]
bluetooth-frwk-agent/po/ja.po [new file with mode: 0644]
bluetooth-frwk-agent/po/ko.po [new file with mode: 0644]
bluetooth-frwk-agent/po/update-po.sh [new file with mode: 0755]
bluetooth-frwk-agent/po/zh_CN.po [new file with mode: 0644]
bluetooth-frwk-agent/sc_core_agent.c [new file with mode: 0644]
bluetooth-frwk-agent/sc_core_agent.h [new file with mode: 0644]
bluetooth-frwk-agent/sc_core_agent.xml [new file with mode: 0644]
bluetooth-frwk-agent/stacktrim.h [new file with mode: 0644]
bluetooth-map-agent/CMakeLists.txt [new file with mode: 0644]
bluetooth-map-agent/bluetooth_map_agent.c [new file with mode: 0644]
bluetooth-map-agent/bluetooth_map_agent.h [new file with mode: 0644]
bluetooth-map-agent/bluetooth_map_agent.xml [new file with mode: 0644]
bluetooth-map-agent/org.bluez.map_agent.service [new file with mode: 0644]
bluetooth-media-control/CMakeLists.txt [new file with mode: 0644]
bluetooth-media-control/bluetooth-media-control-api.c [new file with mode: 0644]
bluetooth-media-control/bluetooth-media-control-api.h [new file with mode: 0644]
bluetooth-media-control/bluetooth-media-control.pc.in [new file with mode: 0644]
bluetooth-media-control/test/CMakeLists.txt [new file with mode: 0644]
bluetooth-media-control/test/bluetooth-media-control-test.c [new file with mode: 0644]
bluetooth-pb-agent/CMakeLists.txt [new file with mode: 0644]
bluetooth-pb-agent/bluetooth_pb_agent.c [new file with mode: 0644]
bluetooth-pb-agent/bluetooth_pb_agent.h [new file with mode: 0644]
bluetooth-pb-agent/bluetooth_pb_agent.xml [new file with mode: 0644]
bluetooth-pb-agent/org.bluez.pb_agent.service [new file with mode: 0644]
debian/bluetooth-frwk-0.postinst [new file with mode: 0644]
debian/bluetooth-frwk-agent.install.in [new file with mode: 0644]
debian/bluetooth-frwk-test.install.in [new file with mode: 0644]
debian/bluetooth-map-agent.install.in [new file with mode: 0644]
debian/bluetooth-pb-agent.install.in [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/libbluetooth-frwk-0.install.in [new file with mode: 0644]
debian/libbluetooth-frwk-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
image/bluetooth_image001.png [new file with mode: 0644]
image/bluetooth_image002.png [new file with mode: 0644]
image/bluetooth_image003.png [new file with mode: 0644]
image/bluetooth_image004.png [new file with mode: 0644]
image/bluetooth_image005.png [new file with mode: 0644]
image/bluetooth_image006.png [new file with mode: 0644]
image/bluetooth_image007.png [new file with mode: 0644]
image/bluetooth_image008.png [new file with mode: 0644]
image/bluetooth_image009.png [new file with mode: 0644]
image/bluetooth_image010.png [new file with mode: 0644]
image/bluetooth_image011.png [new file with mode: 0644]
image/bluetooth_image012.png [new file with mode: 0644]
image/bluetooth_image013.png [new file with mode: 0644]
image/bluetooth_image014.png [new file with mode: 0644]
image/bluetooth_image015.png [new file with mode: 0644]
image/bluetooth_image016.png [new file with mode: 0644]
image/bluetooth_image017.png [new file with mode: 0644]
image/bluetooth_image018.png [new file with mode: 0644]
image/bluetooth_image019.png [new file with mode: 0644]
image/bluetooth_image020.png [new file with mode: 0644]
image/bluetooth_image021.png [new file with mode: 0644]
image/bluetooth_image022.png [new file with mode: 0644]
image/bluetooth_image023.png [new file with mode: 0644]
image/bluetooth_image024.png [new file with mode: 0644]
image/bluetooth_image025.png [new file with mode: 0644]
image/bluetooth_image026.png [new file with mode: 0644]
image/bluetooth_image027.png [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/SLP_BluetoothFW_PG.h [new file with mode: 0644]
lib/bluetooth-api-common.c [new file with mode: 0644]
lib/bluetooth-api-common.h [new file with mode: 0644]
lib/bluetooth-api.h [new file with mode: 0644]
lib/bluetooth-api.pc.in [new file with mode: 0644]
lib/bluetooth-gap-api.c [new file with mode: 0644]
lib/bluetooth-gap-api.h [new file with mode: 0644]
lib/bluetooth-hdp-api.c [new file with mode: 0644]
lib/bluetooth-hdp-api.h [new file with mode: 0644]
lib/bluetooth-network-api.c [new file with mode: 0644]
lib/bluetooth-network-api.h [new file with mode: 0644]
lib/bluetooth-obex-server-api.c [new file with mode: 0644]
lib/bluetooth-obex-server-api.h [new file with mode: 0644]
lib/bluetooth-opc-api.c [new file with mode: 0644]
lib/bluetooth-opc-api.h [new file with mode: 0644]
lib/bluetooth-rfcomm-api.c [new file with mode: 0644]
lib/bluetooth-rfcomm-api.h [new file with mode: 0644]
lib/bluetooth-sdp-api.c [new file with mode: 0644]
lib/bluetooth-sdp-api.h [new file with mode: 0644]
lib/marshal.list [new file with mode: 0644]
lib/obex-agent.c [new file with mode: 0644]
lib/obex-agent.h [new file with mode: 0644]
lib/obex-agent.xml [new file with mode: 0644]
lib/test/CMakeLists.txt [new file with mode: 0644]
lib/test/bluetooth-frwk-test.c [new file with mode: 0644]
packaging/bluetooth-frwk.spec [new file with mode: 0644]