 46a25c295c
			
		
	
	
		46a25c295c
		
			
		
	
	
	
	
		
			
			* Lib: always include rfal * Gui: remove screen_stream * Input: decouple from Cli * Loader: decouple from Cli * Desktop: ignore missing favorite app, decouple from Archive * Make: make Notification a Gui dependency * Make: embed debugging information into elfs * Loader: hide Plugins submenu when plugins ga arimasen * Applications: update on start hook usage * Loader: fix dead lock on menu rebuild with open rpc, new cli command. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <cli/cli.h>
 | |
| 
 | |
| void nfc_on_system_start();
 | |
| 
 | |
| void nfc_cli_detect(Cli* cli, string_t args, void* context);
 | |
| 
 | |
| void nfc_cli_emulate(Cli* cli, string_t args, void* context);
 |