service: nfc: Merge device interfaces and create the device manager

This commit is contained in:
Narr the Reg 2023-04-19 19:01:23 -06:00 committed by german77
parent 7ed3f00c30
commit 2a36d667c9
32 changed files with 2086 additions and 2465 deletions

View file

@ -14,7 +14,7 @@ void DefaultCabinetApplet::Close() const {}
void DefaultCabinetApplet::ShowCabinetApplet(
const CabinetCallback& callback, const CabinetParameters& parameters,
std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const {
std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const {
LOG_WARNING(Service_AM, "(STUBBED) called");
callback(false, {});
}