feat(cardputerzero): add dedicated Linux device shell

This commit is contained in:
Trail Mate Dev
2026-06-02 10:48:46 +08:00
parent 592704bee4
commit 091c155950
35 changed files with 582 additions and 77 deletions
@@ -24,7 +24,7 @@ const LinuxSimAppShellConfig& LinuxSimAppShell::config() const
const char* LinuxSimAppShell::targetId() const
{
return config_.product_target_id;
return config_.target_id;
}
const product_composition::TargetProfile* LinuxSimAppShell::targetProfile() const
@@ -42,7 +42,6 @@ bool LinuxSimAppShell::validate() const
{
const auto& historical_source = linuxSimHistoricalSourceDescriptor();
return config_.target_id != nullptr &&
config_.product_target_id != nullptr &&
targetProfile() != nullptr &&
product_composition::findTargetUxBinding(targetId()) != nullptr &&
config_.ux_pack_id != nullptr &&