Preliminary main mbed library for nexpaq development

Revision:
0:6c56fb4bc5f0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/features/FEATURE_COMMON_PAL/mbed-trace/module.json	Fri Nov 04 20:27:58 2016 +0000
@@ -0,0 +1,38 @@
+{
+  "name": "mbed-trace",
+  "version": "1.2.1",
+  "description": "Trace library for mbed devices",
+  "keywords": [
+    "trace",
+    "debug",
+    "library",
+    "client",
+    "mbedOS",
+    "mbed"
+  ],
+  "author": "Jussi Vatjus-Anttila",
+  "repository": {
+    "url": "https://github.com/ARMmbed/mbed-trace.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/ARMmbed/mbed-trace",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "testTargetDependencies": {
+    "x86-linux-native": {
+      "cpputest": "ARMmbed/cpputest",
+      "nanostack-libservice": "^3.6.0"
+    },
+    "x86-windows-native": {
+      "cpputest": "ARMmbed/cpputest",
+      "nanostack-libservice": "^3.6.0"
+    }
+  },
+  "dependencies": {
+    "nanostack-libservice": "^3.6.0"
+  }
+}