parameter-framework: Enabling remote control from Windows

BZ: 8740

Used cygwin environment to build remote-process exe and remote-processor library
Created also an installer

Change-Id: I1cd487262bd85f4376c93bd8150aba492f81b602
Signed-off-by: Patrick Benavoli <patrickx.benavoli@intel.com>
Reviewed-on: http://android.intel.com:8080/22313
Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com>
Tested-by: Barthes, FabienX <fabienx.barthes@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Reviewed-on: http://android.intel.com:8080/26776
Reviewed-by: Barthes, FabienX <fabienx.barthes@intel.com>
diff --git a/remote-processor/Message.cpp b/remote-processor/Message.cpp
index 4454b1c..c876b78 100644
--- a/remote-processor/Message.cpp
+++ b/remote-processor/Message.cpp
@@ -39,7 +39,7 @@
 {
 }
 
-CMessage::CMessage() : _ucMsgId(-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
+CMessage::CMessage() : _ucMsgId((uint8_t)-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
 {
 }