From 930075cd752694f173605fccde1bac1f2bc1e8e7 Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Wed, 31 Aug 2011 17:09:06 +0200 Subject: 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 Reviewed-on: http://android.intel.com:8080/22313 Reviewed-by: Centelles, Sylvain Tested-by: Barthes, FabienX Reviewed-by: buildbot Tested-by: buildbot Reviewed-on: http://android.intel.com:8080/26776 Reviewed-by: Barthes, FabienX --- .../remote-process-SetupFiles/remote-process.msi | Bin 0 -> 1413632 bytes remote-process/remote-process.aip | 106 +++++++++++++++++++++ remote-process/remote-process.dev | 71 ++++++++++++++ 3 files changed, 177 insertions(+) create mode 100644 remote-process/remote-process-SetupFiles/remote-process.msi create mode 100644 remote-process/remote-process.aip create mode 100644 remote-process/remote-process.dev (limited to 'remote-process') diff --git a/remote-process/remote-process-SetupFiles/remote-process.msi b/remote-process/remote-process-SetupFiles/remote-process.msi new file mode 100644 index 0000000..9054313 Binary files /dev/null and b/remote-process/remote-process-SetupFiles/remote-process.msi differ diff --git a/remote-process/remote-process.aip b/remote-process/remote-process.aip new file mode 100644 index 0000000..b2627ab --- /dev/null +++ b/remote-process/remote-process.aip @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/remote-process/remote-process.dev b/remote-process/remote-process.dev new file mode 100644 index 0000000..2269907 --- /dev/null +++ b/remote-process/remote-process.dev @@ -0,0 +1,71 @@ +[Project] +FileName=remote-process.dev +Name=remote-process +UnitCount=1 +Type=1 +Ver=3 +IsCpp=1 +Folders= +CommandLine= +CompilerSettings=0000000000000000000000 +PchHead=-1 +PchSource=-1 +ProfilesCount=1 +ProfileIndex=0 + +[Unit1] +FileName=main.cpp +CompileCpp=1 +Folder=remote-process +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=1 +ObjFiles= +Includes=../remote-processor +Libs=..\..\..\Windows\parameter-framework-build-windows +ResourceIncludes= +MakeIncludes= +Compiler= +CppCompiler=-O2_@@_ +Linker=_@@_../../parameter-framework-build-windows/libremote-processor.a_@@_ +PreprocDefines= +CompilerSettings=0000000000000000000000 +Icon= +ExeOutput=..\..\..\Windows\parameter-framework-build-windows +ObjectOutput=..\..\..\Windows\parameter-framework-build-windows\intemediates +OverrideOutput=0 +OverrideOutputName=remote-process.exe +HostApplication= +CommandLine= +UseCustomMakefile=0 +CustomMakefile= +IncludeVersionInfo=0 +SupportXPThemes=0 +CompilerSet=0 +CompilerType=0 + -- cgit v1.1