namespace Ryujinx.HLE.HOS.Services.Nfc
{
[Service("nfc:am")]
class IAmManager : IpcService
public IAmManager(ServiceCtx context) { }
}