service: hid: Move and migrate AppletResource and ActiveVibrationDevice

This commit is contained in:
Narr the Reg 2024-02-22 11:58:52 -06:00
parent 26ab5e9c88
commit c10b688712
8 changed files with 169 additions and 100 deletions

View file

@ -174,17 +174,4 @@ private:
KernelHelpers::ServiceContext service_context;
};
class IAppletResource final : public ServiceFramework<IAppletResource> {
public:
explicit IAppletResource(Core::System& system_, std::shared_ptr<ResourceManager> resource,
u64 applet_resource_user_id);
~IAppletResource() override;
private:
void GetSharedMemoryHandle(HLERequestContext& ctx);
u64 aruid{};
std::shared_ptr<ResourceManager> resource_manager;
};
} // namespace Service::HID