summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
authorPatrick Benavoli <patrickx.benavoli@intel.com>2011-08-31 17:09:06 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-10 17:14:56 +0100
commit930075cd752694f173605fccde1bac1f2bc1e8e7 (patch)
treea3aa7de0a76e5f0dcf0d36f2246d34a3c9642a12 /remote-processor
parent89009a5a8279d5390afba274eafd5452f172b254 (diff)
downloadexternal_parameter-framework-930075cd752694f173605fccde1bac1f2bc1e8e7.zip
external_parameter-framework-930075cd752694f173605fccde1bac1f2bc1e8e7.tar.gz
external_parameter-framework-930075cd752694f173605fccde1bac1f2bc1e8e7.tar.bz2
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>
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/Message.cpp2
-rw-r--r--remote-processor/remote-processor.dev271
2 files changed, 272 insertions, 1 deletions
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(uint8_t ucMsgId) : _ucMsgId(ucMsgId), _pucData(NULL), _uiData
{
}
-CMessage::CMessage() : _ucMsgId(-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
+CMessage::CMessage() : _ucMsgId((uint8_t)-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
{
}
diff --git a/remote-processor/remote-processor.dev b/remote-processor/remote-processor.dev
new file mode 100644
index 0000000..4860949
--- /dev/null
+++ b/remote-processor/remote-processor.dev
@@ -0,0 +1,271 @@
+[Project]
+FileName=remote-processor.dev
+Name=remote-processor
+UnitCount=19
+Type=3
+Ver=3
+IsCpp=1
+Folders=
+CommandLine=
+CompilerSettings=0000000000000000000000
+PchHead=-1
+PchSource=-1
+ProfilesCount=1
+ProfileIndex=0
+
+[Unit3]
+FileName=ConnectionSocket.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit4]
+FileName=ConnectionSocket.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit5]
+FileName=ListeningSocket.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit6]
+FileName=ListeningSocket.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit7]
+FileName=Message.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit8]
+FileName=Message.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit9]
+FileName=RemoteCommand.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit10]
+FileName=RemoteCommandHandler.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit11]
+FileName=RemoteProcessorProtocol.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit12]
+FileName=RemoteProcessorServer.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit13]
+FileName=RemoteProcessorServer.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit14]
+FileName=RemoteProcessorServerBuilder.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit15]
+FileName=RemoteProcessorServerInterface.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit16]
+FileName=RequestMessage.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit17]
+FileName=RequestMessage.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit18]
+FileName=Socket.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit19]
+FileName=Socket.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit20]
+FileName=Socket.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit21]
+FileName=Socket.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[VersionInfo]
+Major=0
+Minor=1
+Release=1
+Build=1
+LanguageID=1033
+CharsetID=1252
+CompanyName=
+FileVersion=
+FileDescription=Developed using the Dev-C++ IDE
+InternalName=
+LegalCopyright=
+LegalTrademarks=
+OriginalFilename=
+ProductName=
+ProductVersion=
+AutoIncBuildNrOnRebuild=0
+AutoIncBuildNrOnCompile=0
+
+[Profile1]
+ProfileName=Default Profile
+Type=3
+ObjFiles=
+Includes=
+Libs=
+ResourceIncludes=
+MakeIncludes=
+Compiler=-DBUILDING_DLL=1_@@_
+CppCompiler=-DBUILDING_DLL=1 -O2_@@_
+Linker=
+PreprocDefines=
+CompilerSettings=0000000000000000000000
+Icon=
+ExeOutput=..\..\..\Windows\parameter-framework-build-windows
+ObjectOutput=..\..\..\Windows\parameter-framework-build-windows\intemediates
+OverrideOutput=0
+OverrideOutputName=remote-processor.dll
+HostApplication=
+CommandLine=
+UseCustomMakefile=0
+CustomMakefile=
+IncludeVersionInfo=0
+SupportXPThemes=0
+CompilerSet=0
+CompilerType=0
+
+[Unit2]
+FileName=AnswerMessage.h
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
+[Unit1]
+FileName=AnswerMessage.cpp
+CompileCpp=1
+Folder=remote-processor
+Compile=1
+Link=1
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+