* fbt: split sdk management code * scripts: fixed import handling * fbt: sdk: reformatted paths * scrips: dist: bundling libs as a build artifact * fbt: sdk: better path management * typo fix * fbt: sdk: minor path handling fixes * toolchain: fixed windows toolchain download * fbt: minor refactorin * fbt: moved sdk management code to extapps.scons * fbt: fixed sdk symbols header path; disabled -fstack-usage * fbt: changed pathing for .py scripts * fbt: changed SDK_HEADERS pathing; added libusb to SDK; added icon_i.h to SDK; added hw target to SDK meta * fbt: added libusb headers to SDK * picopass: include cleanup; api: added subghz/registry.h; api: added mbedtls to exported headers * picopass: fixed formatting * fbt: fixed COPRO_ASSETS_SCRIPT * sdk: added basic infrared apis * toolchain: added ufbt to list of legal fbtenv callers; updated error messages * fbt: changed manifest collection & icon processing code * fbt: simpler srcdir lookup * toolchain: path management fixes; fbt: fixes for fap private libs paths * scripts: toolchain: reworked download on Windows * toolchain: v17 * scripts: added colorlog for logging * Github: fix unit tests Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			935 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			935 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="gui",
 | 
						|
    name="GuiSrv",
 | 
						|
    apptype=FlipperAppType.SERVICE,
 | 
						|
    entry_point="gui_srv",
 | 
						|
    cdefines=["SRV_GUI"],
 | 
						|
    requires=[
 | 
						|
        "input",
 | 
						|
        "notification",
 | 
						|
    ],
 | 
						|
    stack_size=2 * 1024,
 | 
						|
    order=70,
 | 
						|
    sdk_headers=[
 | 
						|
        "gui.h",
 | 
						|
        "icon_i.h",
 | 
						|
        "elements.h",
 | 
						|
        "view_dispatcher.h",
 | 
						|
        "view_stack.h",
 | 
						|
        "modules/button_menu.h",
 | 
						|
        "modules/byte_input.h",
 | 
						|
        "modules/popup.h",
 | 
						|
        "modules/text_input.h",
 | 
						|
        "modules/widget.h",
 | 
						|
        "modules/validators.h",
 | 
						|
        "modules/file_browser.h",
 | 
						|
        "modules/button_panel.h",
 | 
						|
        "modules/variable_item_list.h",
 | 
						|
        "modules/file_browser_worker.h",
 | 
						|
        "modules/menu.h",
 | 
						|
        "modules/dialog_ex.h",
 | 
						|
        "modules/loading.h",
 | 
						|
        "modules/text_box.h",
 | 
						|
        "modules/submenu.h",
 | 
						|
        "modules/widget_elements/widget_element.h",
 | 
						|
        "modules/empty_screen.h",
 | 
						|
    ],
 | 
						|
)
 |