Skip to content

Feature/mobile projection#2080

Closed
LuxoftAKutsan wants to merge 5 commits intodevelopfrom
feature/mobile_projection
Closed

Feature/mobile projection#2080
LuxoftAKutsan wants to merge 5 commits intodevelopfrom
feature/mobile_projection

Conversation

@LuxoftAKutsan
Copy link
Contributor

@LuxoftAKutsan LuxoftAKutsan commented Mar 21, 2018

Fixes #

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

HMI : smartdevicelink/sdl_hmi#53
ATF Tests: smartdevicelink/sdl_atf_test_scripts#1855

Summary

This PR contains changes related to Mobile projections
Code : #2080
HMI : smartdevicelink/sdl_hmi#53
SDL documentation : Not SAD changed required
ATF Tests: smartdevicelink/sdl_atf_test_scripts#1855
HMI Integration guilelines : smartdevicelink/sdl_hmi_integration_guidelines#92
SDL requirenments : smartdevicelink/sdl_requirements#56

CLA

Add projection app to audio app list as it can stream audio
This is done to enable HMI leve switching to LIMITED level.
There was added PROJECTION HMI type to the notifications_per_minute_by_priority
structure. Also this structure was updated in the policy types to make
everything work correctly.
Update preloaded PT with PROJECTION HMI type
@BSolonenko BSolonenko force-pushed the feature/mobile_projection branch from 12866af to 21b7b70 Compare March 26, 2018 16:58
bool ApplicationImpl::IsAudioApplication() const {
return is_media_ || is_voice_communication_application_ || is_navi_;
return is_media_ || is_voice_communication_application_ || is_navi_ ||
mobile_projection_enabled_;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it is or with mobile_projection_enabled_?
mobile_projection app can be media or non-media. For non-media mobile projection app, it is wrong.

Copy link
Contributor Author

@LuxoftAKutsan LuxoftAKutsan May 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JenkinsSDLOnCloud
Copy link

Can one of the admins verify this patch?

@jacobkeeler
Copy link
Contributor

Duplicate changes to #2155

@AByzhynar AByzhynar deleted the feature/mobile_projection branch February 27, 2020 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants