Adding config file for sharing.
[iot2.git] / localconfig / iotruntime / IoTSlave.config
index 293e34855e910f1f27048a3565df27b7fe29ccf5..66575da50c60031011f63613227bd9b2d83f1f5b 100644 (file)
@@ -8,5 +8,14 @@ OBJECT_CLASS_PREFIX=iotcode
 # e.g. interfaces.Camera - basically the path of the interface class file
 INTERFACE_PREFIX=interfaces
 
-#Verboseness of runtime messages
+# Skeleton suffix, e.g. _Skeleton for Camera_Skeleton.class
+SKEL_CLASS_SUFFIX=_Skeleton
+
+# Skeleton suffix, e.g. _Stub for CameraSpecial_Stub.class
+STUB_CLASS_SUFFIX=_Stub
+
+# Verboseness of runtime messages
 VERBOSE=Yes
+
+# Capability-based RMI - default is Java RMI
+CAPAB_BASED_RMI=Yes