From 125669c0b87bec42bed515515551251ddb029069 Mon Sep 17 00:00:00 2001 From: Mitchell Johnson Date: Sat, 24 Aug 2019 14:46:03 -0400 Subject: [PATCH] Update plugin.json for submission to upstream plugin manager --- plugin.json | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/plugin.json b/plugin.json index 79c2f0f..77fcd35 100644 --- a/plugin.json +++ b/plugin.json @@ -1,18 +1,24 @@ { - "plugin": { + "pluginmetadataversion": 2, "name": "SVD Memory Map Parser", - "type": ["core"], - "api": "python3", - "description": "A parser for the CMSIS System View Description format", + "type": ["helper" ], + "api": ["python2", "python3"], + "description": "A parser for the CMSIS System View Description format", "longdescription": "This plugin augments a binary view with new types and memory regions representing the peripherals of an ARM CMSIS-SVD file.", - "license": { - "name": "MIT", - "text": "Copyright (c) 2019 Mitchell Johnson.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." - }, - "version": "0.1", - "author": "Mitchell Johnson", - "minimumBinaryNinjaVersion": { - "release": "1.1.922" - } - } + "license": { + "name": "MIT or Apache 2.0", + "text": "Copyright (c) 2019 Mitchell Johnson\nPortions Copyright (c) 2019 Adam Greig\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." + + }, + "platforms": ["Windows", "Linux", "Darwin"], + "installinstructions" : { + "Windows":"", + "Linux":"", + "Darwin":"" + }, + "dependencies": { + }, + "version": "1.0.0", + "author": "Mitchell Johnson (@ehntoo)", + "minimumbinaryninjaversion": 0 }