mirror of
https://github.com/nasa/openmct.git
synced 2025-05-06 02:28:21 +00:00
[Policy] Add bundle declaration
Add declaration for policy bundle, WTD-973.
This commit is contained in:
parent
f9387a8e84
commit
84634f03ed
21
platform/policy/bundle.json
Normal file
21
platform/policy/bundle.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "Policy Service",
|
||||||
|
"description": "Provides support for extension-driven decisions.",
|
||||||
|
"sources": "src",
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "decorator",
|
||||||
|
"provides": "actionService",
|
||||||
|
"implementation": "PolicyActionDecorator.js",
|
||||||
|
"depends": [ "policyService" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "provider",
|
||||||
|
"provides": "policyService",
|
||||||
|
"implementation": "PolicyProvider.js",
|
||||||
|
"depends": [ "policies[]" ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user