Initial upload to RSA
authorInjun Yang <injun.yang@samsung.com>
Tue, 21 Aug 2012 10:19:12 +0000 (19:19 +0900)
committerInjun Yang <injun.yang@samsung.com>
Tue, 21 Aug 2012 10:19:12 +0000 (19:19 +0900)
commit31ea324f18c9b9e994bead0b396644ff9a22e4fc
tree77bb34e827eff88d7f73c459ec3bf10fabb5140c
parent2eeadecff44138baf707ad52213f7f933e261833
Initial upload to RSA

Change-Id: I982b6fb486c66955f780cb216977508a80de0ad6
25 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/data-router-bin.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/dr-common.h [new file with mode: 0644]
include/dr-ipc.h [new file with mode: 0644]
include/dr-main.h [new file with mode: 0644]
include/dr-modem.h [new file with mode: 0644]
include/dr-noti-handler.h [new file with mode: 0644]
include/dr-parser.h [new file with mode: 0644]
include/dr-usb.h [new file with mode: 0644]
include/dr-util.h [new file with mode: 0644]
packaging/data-router.spec [new file with mode: 0644]
src/dr-common.c [new file with mode: 0644]
src/dr-ipc.c [new file with mode: 0644]
src/dr-main.c [new file with mode: 0644]
src/dr-modem.c [new file with mode: 0644]
src/dr-noti-handler.c [new file with mode: 0644]
src/dr-parser.c [new file with mode: 0644]
src/dr-usb.c [new file with mode: 0644]
src/dr-util.c [new file with mode: 0644]