hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
This commit is contained in:
parent
a87812c6a1
commit
7f4165fc05
17 changed files with 286 additions and 723 deletions
|
@ -33,8 +33,9 @@ class FileSystemController;
|
|||
}
|
||||
|
||||
namespace NVFlinger {
|
||||
class HosBinderDriverServer;
|
||||
class NVFlinger;
|
||||
}
|
||||
} // namespace NVFlinger
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
|
@ -236,6 +237,7 @@ public:
|
|||
~Services();
|
||||
|
||||
private:
|
||||
std::unique_ptr<NVFlinger::HosBinderDriverServer> hos_binder_driver_server;
|
||||
std::unique_ptr<NVFlinger::NVFlinger> nv_flinger;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue