Initial commit of libpnd 0.0.5 so we cna restart with GIT
authorskeezix <skeezix@flotsam-vm.(none)>
Wed, 18 Feb 2009 13:50:22 +0000 (08:50 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Wed, 18 Feb 2009 13:50:22 +0000 (08:50 -0500)
commite6523064950059e3e4fb7c2c6a15e0a42c1106e3
treec616c072bc91b3f037352b4378a2918424941b1e
Initial commit of libpnd 0.0.5 so we cna restart with GIT
35 files changed:
CHANGES [new file with mode: 0644]
Makefile [new file with mode: 0644]
include/pnd_apps.h [new file with mode: 0644]
include/pnd_conf.h [new file with mode: 0644]
include/pnd_container.h [new file with mode: 0644]
include/pnd_device.h [new file with mode: 0644]
include/pnd_discovery.h [new file with mode: 0644]
include/pnd_locate.h [new file with mode: 0644]
include/pnd_notify.h [new file with mode: 0644]
include/pnd_pxml.h [new file with mode: 0644]
include/pnd_version.h [new file with mode: 0644]
lib/pnd_conf.c [new file with mode: 0644]
lib/pnd_container.c [new file with mode: 0644]
lib/pnd_discovery.c [new file with mode: 0644]
lib/pnd_locate.c [new file with mode: 0644]
lib/pnd_notify.c [new file with mode: 0644]
lib/pnd_pathiter.h [new file with mode: 0644]
lib/pnd_pxml.c [new file with mode: 0644]
lib/pnd_tinyxml.cpp [new file with mode: 0644]
lib/tinyxml/tinystr.cpp [new file with mode: 0644]
lib/tinyxml/tinystr.h [new file with mode: 0644]
lib/tinyxml/tinyxml.cpp [new file with mode: 0644]
lib/tinyxml/tinyxml.h [new file with mode: 0644]
lib/tinyxml/tinyxmlerror.cpp [new file with mode: 0644]
lib/tinyxml/tinyxmlparser.cpp [new file with mode: 0644]
libpnd.txt [new file with mode: 0644]
test/conftest.c [new file with mode: 0644]
test/discotest.c [new file with mode: 0644]
test/locatetest.c [new file with mode: 0644]
test/notifytest.c [new file with mode: 0644]
testdata/apps-override/123shaboo.xml [new file with mode: 0644]
testdata/apps/sampleapp/PXML.xml [new file with mode: 0644]
testdata/apps/sampleapp/program.exe [new file with mode: 0644]
testdata/conf/apps [new file with mode: 0644]
testdata/scripts/pnd_run.sh [new file with mode: 0644]