Changes and additional files for RMI profiling
[iot2.git] / localconfig / iotpolicy / development / testclasspolicy_profiling.pol
diff --git a/localconfig/iotpolicy/development/testclasspolicy_profiling.pol b/localconfig/iotpolicy/development/testclasspolicy_profiling.pol
new file mode 100644 (file)
index 0000000..df74e0d
--- /dev/null
@@ -0,0 +1,11 @@
+public interface TestClassInterface {
+
+       public byte[] getByteArray(byte in[]);
+
+       capability All {
+               description = "All";
+               method = "getByteArray(byte in[])";
+       }
+}
+
+