Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SERXIONE-6196: DeviceIdentification activation fail #5910

Open
wants to merge 1 commit into
base: sprint/24Q4
Choose a base branch
from

Conversation

agampa263
Copy link
Contributor

Reason for change: DeviceIdentification plugin activation fail
Test Procedure:Check DeviceIdentification plugin activation.
Risks: Low
Signed-off-by:AkshayKumar_Gampa [email protected]

Reason for change: DeviceIdentification plugin activation fail
Test Procedure:Check DeviceIdentification plugin activation.
Risks: Low
Signed-off-by:AkshayKumar_Gampa [email protected]
@@ -20,6 +20,18 @@
#include "DeviceIdentification.h"
#include "IdentityProvider.h"
#include <interfaces/IConfiguration.h>
#include "tracing/Logging.h"
#include "UtilsJsonRpc.h"
#include <com/com.h>
Copy link
Contributor

Choose a reason for hiding this comment

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

Check if you need all these header files. I think ids.h is not needed. What about com.h, core.h?

}
if ((Utils::getServiceState(_service, "DeviceInfo", state) == Core::ERROR_NONE) && (state == PluginHost::IShell::state::ACTIVATED))
{
auto _remoteDeviceInfoObject = _service->QueryInterfaceByCallsign<Exchange::IDeviceInfo>("DeviceInfo");
Copy link
Contributor

Choose a reason for hiding this comment

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

What is case of non USE_THUNDER_R4? Do you have to handle differently?

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.

2 participants