mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
- ModuleManager: Central tracking for installed marketplace modules - DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module) - BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings - RootShell: Real root command execution utility - TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands - Terminal Pro module: Adds aliases (ll, la, h), command history - ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games - fade_in/fade_out animations for smooth transitions
33 lines
1 KiB
Text
33 lines
1 KiB
Text
############################################################################################################
|
|
#
|
|
# General Setting
|
|
#
|
|
############################################################################################################
|
|
- general: MTK_PLATFORM_CFG
|
|
info:
|
|
- config_version: V1.1.2
|
|
platform: MT8766
|
|
project: tb8766p1_64_bsp
|
|
storage: EMMC
|
|
boot_channel: MSDC_0
|
|
block_size: 0x20000
|
|
############################################################################################################
|
|
#
|
|
# Layout Setting
|
|
#
|
|
############################################################################################################
|
|
- partition_index: SYS0
|
|
partition_name: logo
|
|
file_name: logo_patched.bin
|
|
is_download: true
|
|
type: NORMAL_ROM
|
|
linear_start_addr: 0x10d00000
|
|
physical_start_addr: 0x10d00000
|
|
partition_size: 0xB00000
|
|
region: EMMC_USER
|
|
storage: HW_STORAGE_EMMC
|
|
boundary_check: true
|
|
is_reserved: false
|
|
operation_type: UPDATE
|
|
d_type: FALSE
|
|
is_upgradable: true
|