blob: 0475a9fb8f713924fa3b53c7fd4975d1c3b7e5e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"cps_version": "0.13",
"name": "Foo",
"cps_path": "@prefix@/cps",
"default_configurations": ["default"],
"components": {
"PrefixTest": {
"type": "interface"
},
"Empty": {
"type": "interface"
}
}
}
|