* FBT, applications: add MENUEXTERNAL app type * FBT, uFBT: build MENUEXTERNAL as EXTERNAL app * Loader menu: show external menu apps * LFRFID: move to sd card * FBT: always build External Applications list * Archive: look for external apps path * Infrared: move to sd card * Apps: add "start" apps * iButton: move to sd card * BadUSB: move to sd card * External apps: update icons * GPIO: move to sd card * Loader: look for external apps path * U2F: move to sd * SubGHz: move to sd * Apps: "on_start" metapackage * NFC: move to sd * Sync f7 and f18 Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="infrared",
 | 
						|
    name="Infrared",
 | 
						|
    apptype=FlipperAppType.MENUEXTERNAL,
 | 
						|
    entry_point="infrared_app",
 | 
						|
    targets=["f7"],
 | 
						|
    icon="A_Infrared_14",
 | 
						|
    stack_size=3 * 1024,
 | 
						|
    order=40,
 | 
						|
    fap_libs=["assets"],
 | 
						|
    fap_icon="icon.png",
 | 
						|
    fap_category="Infrared",
 | 
						|
)
 | 
						|
 | 
						|
App(
 | 
						|
    appid="infrared_start",
 | 
						|
    apptype=FlipperAppType.STARTUP,
 | 
						|
    targets=["f7"],
 | 
						|
    entry_point="infrared_on_system_start",
 | 
						|
    order=20,
 | 
						|
)
 |