core/ns: Implement GetReadOnlyApplicationControlDataInterface
Used in checkpoint homebrew
This commit is contained in:
parent
50d8e753c5
commit
54f007efc6
2 changed files with 26 additions and 1 deletions
|
@ -74,6 +74,13 @@ public:
|
|||
~IFactoryResetInterface() override;
|
||||
};
|
||||
|
||||
class IReadOnlyApplicationControlDataInterface final
|
||||
: public ServiceFramework<IReadOnlyApplicationControlDataInterface> {
|
||||
public:
|
||||
explicit IReadOnlyApplicationControlDataInterface(Core::System& system_);
|
||||
~IReadOnlyApplicationControlDataInterface() override;
|
||||
};
|
||||
|
||||
class NS final : public ServiceFramework<NS> {
|
||||
public:
|
||||
explicit NS(const char* name, Core::System& system_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue