[FEATURE] SWAP Parser implement
authorAlexander Aksenov <a.aksenov@samsung.com>
Sun, 30 Jun 2013 17:10:27 +0000 (21:10 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Sun, 30 Jun 2013 17:10:27 +0000 (21:10 +0400)
commit28ccc3f7ba4ab46d3b968e7cd17c6bfcb6b1b74e
tree0bd7402b583acbe87089ecfa1ccbee7f3b2ead48
parent2e74d0fa4b3ba92e5c71891d8b93e54b68c65d9a
[FEATURE] SWAP Parser implement
parser/Kbuild [new file with mode: 0644]
parser/Makefile [new file with mode: 0644]
parser/message_handler.c [new file with mode: 0644]
parser/message_handler.h [new file with mode: 0644]
parser/message_parser.c [new file with mode: 0644]
parser/message_parser.h [new file with mode: 0644]
parser/parser_defs.h [new file with mode: 0644]
parser/protocol_description.h [new file with mode: 0644]
parser/swap_message_parser_errors.h [new file with mode: 0644]
parser/swap_message_parser_module.c [new file with mode: 0644]