blob: cb937720ca55a41f6834f24fd1cca142ae77f31c [file]
{
"cps_version": "0.13",
"name": "defs",
"cps_path": "@prefix@/cps",
"components": {
"defs": {
"type": "interface",
"definitions": {
"c": {
"ONLY_IN_C": null,
"OVERRIDE1": "1",
"OVERRIDE2": "1"
},
"cxx": {
"ONLY_IN_CXX": null,
"OVERRIDE1": "2"
},
"*": {
"NOVALUE": null,
"EMPTYVALUE": "",
"OVERRIDE1": "0",
"OVERRIDE2": "0"
}
}
}
}
}