mirror of
https://github.com/logos-co/logos-test-modules.git
synced 2026-08-27 10:11:12 +00:00
* test universal modules with LogosModuleContext * pr comments * bump dependencies
23 lines
813 B
JSON
23 lines
813 B
JSON
{
|
|
"name": "test_context_module_cpp",
|
|
"version": "1.0.0",
|
|
"type": "core",
|
|
"category": "testing",
|
|
"description": "Exercises LogosModuleContext end-to-end: the impl inherits the SDK base class, the codegen-emitted provider populates the four context accessors (modulePath / instanceId / instancePersistencePath / modules()), and these Q_INVOKABLE shims surface them through logoscore so the integration runner can assert the values match what the host provisioned.",
|
|
"main": "test_context_module_cpp_plugin",
|
|
"interface": "universal",
|
|
"dependencies": ["test_basic_module", "test_basic_module_cpp"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["nlohmann_json"]
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": []
|
|
}
|
|
}
|
|
}
|