summaryrefslogtreecommitdiff
path: root/src/components/media_manager/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-1/+0
|
* Remove all remote controllAlexander Kutsan2018-06-261-1/+0
| | | | | | Remove commands includes Remove commands includes
* Implementation of Remote Control pluginAlexander Kutsan2017-08-161-2/+5
| | | | | | Stype changes after integration Fix policy handler remote unit tests
* Add functionality for External UCSokozlovlux2017-05-171-0/+1
| | | | | | | | | | | - added functionality for External UCS: ON by the User - added UTs for policices External UCS: ON by the User - added perstistence for external user consent status received from system Fix issuies for HTTP and PROPRIETARY mode in mock policy handler - fixed issues in mock policy handler - fix coding style
* Merge release to developAlex Kutsan2017-01-271-16/+19
|\
| * Change policies path and fix params method usageAlex Kutsan2017-01-181-2/+3
| |\
| | * Fix usages of policy in codeAlexander Kutsan2016-12-051-1/+2
| | |
* | | Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-24/+23
|/ / | | | | | | | | | | | | Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
* | Refactor CMake filesIvo Stoilov (GitHub)2017-01-121-67/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Rename src/3rd_party-static/MessageBroker to message_broker Related tasks APPLINK-30588 APPLINK-30972
* | Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-051-52/+67
| |
* | Refactor CMake filesIvo Stoilov (GitHub)2016-12-301-67/+52
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Related taks APPLINK-30588 APPLINK-30972
* Fixed build errors when compiling with EXTENDED_MEDIA_MODE=ONJacob Keeler2016-10-121-0/+4
| | | The GStreamer include directories were not properly set up in the CMake files for appMain and the Media Manager component, this commit fixes this.
* Correct project structure in Policy componentKozoriz2016-05-171-5/+2
| | | | | | FIles moved to correct directory CMakeLists files corrected Headers corrected
* Unit tests for media managerVeronica Veremjova2015-11-191-1/+2
|
* Remove unneeded files and change CMakeList according to new filesArtem Nosach2015-10-041-3/+8
| | | | Related-issues: APPLINK-15198
* APPLINK-8555 Common Implementation of State Controllerakutsan2015-04-151-1/+1
| | | | | | | | | | Add StateContrllerClass and HmiState Class. Create interfaces in AM Remove redudant function IN HMI_API.xml Conflicts: src/components/application_manager/include/application_manager/application.h src/components/application_manager/src/application_manager_impl.cc
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-49/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-201-0/+81
Signed-off-by: Justin Dickow <jjdickow@gmail.com>