Update path to xapp descriptor. Add schema parser library 74/3174/1 1.0.3
authorvlad shkapenyuk <vshkap@research.att.com>
Mon, 6 Apr 2020 20:11:36 +0000 (16:11 -0400)
committervlad shkapenyuk <vshkap@research.att.com>
Mon, 6 Apr 2020 20:12:45 +0000 (16:12 -0400)
commit783f6bfa93c3eed4787bded3c35016952b74b2e3
treee4ec89356d18eb74ed8737afd188db84c0b94f84
parent5b238b84dd6a6fb77a68f9b37906b465ab08a7fd
Update path to xapp descriptor. Add schema parser library

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: Ib50173353d90ef59d0c7dc0a09321e23c681ca9c
20 files changed:
mc-core/Dockerfile
mc-core/container-tag.yaml
mc-core/container_start.sh
mc-core/mc/queries/generate_runall.py
schemaparser/Makefile [new file with mode: 0644]
schemaparser/README.txt [new file with mode: 0644]
schemaparser/block_allocator.cc [new file with mode: 0644]
schemaparser/block_allocator.h [new file with mode: 0644]
schemaparser/json.cc [new file with mode: 0644]
schemaparser/json.h [new file with mode: 0644]
schemaparser/load_mcnib1.cc [new file with mode: 0644]
schemaparser/mc_extract.cc [new file with mode: 0644]
schemaparser/mc_extract_string.cc [new file with mode: 0644]
schemaparser/mc_keys.cc [new file with mode: 0644]
schemaparser/mc_store_schema.cc [new file with mode: 0644]
schemaparser/nib.json [new file with mode: 0644]
schemaparser/sample2.cc [new file with mode: 0644]
schemaparser/schemaparser.cc [new file with mode: 0644]
schemaparser/schemaparser.h [new file with mode: 0644]
schemaparser/schemaparser_impl.h [new file with mode: 0644]