2015-04-01 22:11:47 +00:00
|
|
|
{
|
|
|
|
"name": "Policy Service",
|
|
|
|
"description": "Provides support for extension-driven decisions.",
|
|
|
|
"sources": "src",
|
|
|
|
"extensions": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"type": "decorator",
|
|
|
|
"provides": "actionService",
|
|
|
|
"implementation": "PolicyActionDecorator.js",
|
|
|
|
"depends": [ "policyService" ]
|
|
|
|
},
|
2015-04-01 22:58:19 +00:00
|
|
|
{
|
|
|
|
"type": "decorator",
|
|
|
|
"provides": "viewService",
|
|
|
|
"implementation": "PolicyViewDecorator.js",
|
|
|
|
"depends": [ "policyService" ]
|
|
|
|
},
|
2015-04-01 22:11:47 +00:00
|
|
|
{
|
|
|
|
"type": "provider",
|
|
|
|
"provides": "policyService",
|
|
|
|
"implementation": "PolicyProvider.js",
|
|
|
|
"depends": [ "policies[]" ]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|