58 Star 129 Fork 1.6K

OpenHarmony/build
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kconfig 28.63 KB
一键复制 编辑 原始数据 按行查看 历史
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
mainmenu "Subsystem Component Kconfig Configuration"
config property$$product_name
string "product_name"
default ""
config property$$version
string "version"
default ""
config property$$type
string "type"
default ""
config property$$ohos_version
string "ohos_version"
default ""
config property$$board
string "board"
default ""
config property$$kernel_type
string "kernel_type"
default ""
config property$$kernel_version
string "kernel_version"
default ""
config property$$device_name
string "device_name"
default ""
config property$$device_company
string "device_company"
default ""
config property$$target_os
string "target_os"
default ""
config property$$target_cpu
string "target_cpu"
default ""
menu "ace"
config ace$$ace_engine_standard
bool "ace_engine_standard"
default n
config feature$$ace$$ace_engine_standard
string "feature"
default ""
depends on ace$$ace_engine_standard
config ace$$napi
bool "napi"
default n
config feature$$ace$$napi
string "feature"
default ""
depends on ace$$napi
endmenu
menu "ai"
endmenu
menu "account"
config account$$os_account
bool "os_account"
default n
config feature$$account$$os_account
string "feature"
default ""
depends on account$$os_account
endmenu
menu "distributeddatamgr"
config distributeddatamgr$$data_object
bool "data_object"
default n
config feature$$distributeddatamgr$$data_object
string "feature"
default ""
depends on distributeddatamgr$$data_object
config distributeddatamgr$$native_appdatamgr
bool "native_appdatamgr"
default n
config feature$$distributeddatamgr$$native_appdatamgr
string "feature"
default ""
depends on distributeddatamgr$$native_appdatamgr
config distributeddatamgr$$e2fsprogs
bool "e2fsprogs"
default n
config feature$$distributeddatamgr$$e2fsprogs
string "feature"
default ""
depends on distributeddatamgr$$e2fsprogs
config distributeddatamgr$$distributeddatamgr
bool "distributeddatamgr"
default n
config feature$$distributeddatamgr$$distributeddatamgr
string "feature"
default ""
depends on distributeddatamgr$$distributeddatamgr
config distributeddatamgr$$distributedfilejs
bool "distributedfilejs"
default n
config feature$$distributeddatamgr$$distributedfilejs
string "feature"
default ""
depends on distributeddatamgr$$distributedfilejs
endmenu
menu "security"
config security$$device_security_level
bool "device_security_level"
default n
config feature$$security$$device_security_level
string "feature"
default ""
depends on security$$device_security_level
config security$$huks
bool "huks"
default n
config feature$$security$$huks
string "feature"
default ""
depends on security$$huks
config security$$appverify
bool "appverify"
default n
config feature$$security$$appverify
string "feature"
default ""
depends on security$$appverify
config security$$access_token
bool "access_token"
default n
config feature$$security$$access_token
string "feature"
default ""
depends on security$$access_token
config security$$permission_standard
bool "permission_standard"
default n
config feature$$security$$permission_standard
string "feature"
default ""
depends on security$$permission_standard
config security$$selinux
bool "selinux"
default n
config feature$$security$$selinux
string "feature"
default ""
depends on security$$selinux
config security$$device_auth
bool "device_auth"
default n
config feature$$security$$device_auth
string "feature"
default ""
depends on security$$device_auth
config security$$dataclassification
bool "dataclassification"
default n
config feature$$security$$dataclassification
string "feature"
default ""
depends on security$$dataclassification
endmenu
menu "useriam"
config useriam$$pin_auth
bool "pin_auth"
default n
config feature$$useriam$$pin_auth
string "feature"
default ""
depends on useriam$$pin_auth
config useriam$$user_auth
bool "user_auth"
default n
config feature$$useriam$$user_auth
string "feature"
default ""
depends on useriam$$user_auth
config useriam$$faceauth
bool "faceauth"
default n
config feature$$useriam$$faceauth
string "feature"
default ""
depends on useriam$$faceauth
endmenu
menu "startup"
config startup$$init
bool "init"
default n
config feature$$startup$$init
string "feature"
default ""
depends on startup$$init
config startup$$startup_l2
bool "startup_l2"
default n
config feature$$startup$$startup_l2
string "feature"
default ""
depends on startup$$startup_l2
config startup$$appspawn
bool "appspawn"
default n
config feature$$startup$$appspawn
string "feature"
default ""
depends on startup$$appspawn
endmenu
menu "hiviewdfx"
config hiviewdfx$$hilog
bool "hilog"
default n
config feature$$hiviewdfx$$hilog
string "feature"
default ""
depends on hiviewdfx$$hilog
config hiviewdfx$$hitrace_native
bool "hitrace_native"
default n
config feature$$hiviewdfx$$hitrace_native
string "feature"
default ""
depends on hiviewdfx$$hitrace_native
config hiviewdfx$$hiappevent_js
bool "hiappevent_js"
default n
config feature$$hiviewdfx$$hiappevent_js
string "feature"
default ""
depends on hiviewdfx$$hiappevent_js
config hiviewdfx$$hilog_native
bool "hilog_native"
default n
config feature$$hiviewdfx$$hilog_native
string "feature"
default ""
depends on hiviewdfx$$hilog_native
config hiviewdfx$$hichecker
bool "hichecker"
default n
config feature$$hiviewdfx$$hichecker
string "feature"
default ""
depends on hiviewdfx$$hichecker
config hiviewdfx$$hisysevent_native
bool "hisysevent_native"
default n
config feature$$hiviewdfx$$hisysevent_native
string "feature"
default ""
depends on hiviewdfx$$hisysevent_native
config hiviewdfx$$hiappevent_native
bool "hiappevent_native"
default n
config feature$$hiviewdfx$$hiappevent_native
string "feature"
default ""
depends on hiviewdfx$$hiappevent_native
config hiviewdfx$$hiviewdfx_hilog_native
bool "hiviewdfx_hilog_native"
default n
config feature$$hiviewdfx$$hiviewdfx_hilog_native
string "feature"
default ""
depends on hiviewdfx$$hiviewdfx_hilog_native
config hiviewdfx$$hilog_service
bool "hilog_service"
default n
config feature$$hiviewdfx$$hilog_service
string "feature"
default ""
depends on hiviewdfx$$hilog_service
config hiviewdfx$$hiview
bool "hiview"
default n
config feature$$hiviewdfx$$hiview
string "feature"
default ""
depends on hiviewdfx$$hiview
config hiviewdfx$$faultloggerd
bool "faultloggerd"
default n
config feature$$hiviewdfx$$faultloggerd
string "feature"
default ""
depends on hiviewdfx$$faultloggerd
config hiviewdfx$$hicollie_native
bool "hicollie_native"
default n
config feature$$hiviewdfx$$hicollie_native
string "feature"
default ""
depends on hiviewdfx$$hicollie_native
endmenu
menu "commonlibrary"
config commonlibrary$$c_utils
bool "c_utils"
default n
config feature$$commonlibrary$$c_utils
string "feature"
default ""
depends on commonlibrary$$c_utils
endmenu
menu "utils"
config utils$$utils_base
bool "utils_base"
default n
config feature$$utils$$utils_base
string "feature"
default ""
depends on utils$$utils_base
config utils$$utils_memory
bool "utils_memory"
default n
config feature$$utils$$utils_memory
string "feature"
default ""
depends on utils$$utils_memory
config utils$$systemres
bool "systemres"
default n
config feature$$utils$$systemres
string "feature"
default ""
depends on utils$$systemres
config utils$$memory
bool "memory"
default n
config feature$$utils$$memory
string "feature"
default ""
depends on utils$$memory
config utils$$utils_lite
bool "utils_lite"
default n
config feature$$utils$$utils_lite
string "feature"
default ""
depends on utils$$utils_lite
config utils$$timer_task
bool "timer_task"
default n
config feature$$utils$$timer_task
string "feature"
default ""
depends on utils$$timer_task
endmenu
menu "appexecfwk"
config appexecfwk$$distributed_bundle_framework
bool "distributed_bundle_framework"
default n
config feature$$appexecfwk$$distributed_bundle_framework
string "feature"
default ""
depends on appexecfwk$$distributed_bundle_framework
config appexecfwk$$bundle_framework
bool "bundle_framework"
default n
config feature$$appexecfwk$$bundle_framework
string "feature"
default ""
depends on appexecfwk$$bundle_framework
config appexecfwk$$bundle_tool
bool "bundle_tool"
default n
config feature$$appexecfwk$$bundle_tool
string "feature"
default ""
depends on appexecfwk$$bundle_tool
endmenu
menu "aafwk"
config aafwk$$form_runtime
bool "form_runtime"
default n
config feature$$aafwk$$form_runtime
string "feature"
default ""
depends on aafwk$$form_runtime
config aafwk$$ability_runtime
bool "ability_runtime"
default n
config feature$$aafwk$$ability_runtime
string "feature"
default ""
depends on aafwk$$ability_runtime
config aafwk$$ability_tools
bool "ability_tools"
default n
config feature$$aafwk$$ability_tools
string "feature"
default ""
depends on aafwk$$ability_tools
config aafwk$$zidl
bool "zidl"
default n
config feature$$aafwk$$zidl
string "feature"
default ""
depends on aafwk$$zidl
config aafwk$$dmsfwk
bool "dmsfwk"
default n
config feature$$aafwk$$dmsfwk
string "feature"
default ""
depends on aafwk$$dmsfwk
endmenu
menu "notification"
config notification$$ans_standard
bool "ans_standard"
default n
config feature$$notification$$ans_standard
string "feature"
default ""
depends on notification$$ans_standard
config notification$$ces_standard
bool "ces_standard"
default n
config feature$$notification$$ces_standard
string "feature"
default ""
depends on notification$$ces_standard
config notification$$eventhandler
bool "eventhandler"
default n
config feature$$notification$$eventhandler
string "feature"
default ""
depends on notification$$eventhandler
endmenu
menu "communication"
config communication$$ipc
bool "ipc"
default n
config feature$$communication$$ipc
string "feature"
default ""
depends on communication$$ipc
config communication$$dsoftbus
bool "dsoftbus"
default n
config feature$$communication$$dsoftbus
string "feature"
default ""
depends on communication$$dsoftbus
config communication$$wifi_standard
bool "wifi_standard"
default n
config feature$$communication$$wifi_standard
string "feature"
default ""
depends on communication$$wifi_standard
config communication$$netstack
bool "netstack"
default n
config feature$$communication$$netstack
string "feature"
default ""
depends on communication$$netstack
config communication$$netmanager_ext
bool "netmanager_ext"
default n
config feature$$communication$$netmanager_ext
string "feature"
default ""
depends on communication$$netmanager_ext
config communication$$bluetooth_standard
bool "bluetooth_standard"
default n
config feature$$communication$$bluetooth_standard
string "feature"
default ""
depends on communication$$bluetooth_standard
config communication$$netmanager_base
bool "netmanager_base"
default n
config feature$$communication$$netmanager_base
string "feature"
default ""
depends on communication$$netmanager_base
endmenu
menu "systemabilitymgr"
config systemabilitymgr$$samgr
bool "samgr"
default n
config feature$$systemabilitymgr$$samgr
string "feature"
default ""
depends on systemabilitymgr$$samgr
config systemabilitymgr$$safwk
bool "safwk"
default n
config feature$$systemabilitymgr$$safwk
string "feature"
default ""
depends on systemabilitymgr$$safwk
endmenu
menu "hdf"
config hdf$$display_device_driver
bool "display_device_driver"
default n
config feature$$hdf$$display_device_driver
string "feature"
default ""
depends on hdf$$display_device_driver
config hdf$$drivers_peripheral_usb
bool "drivers_peripheral_usb"
default n
config feature$$hdf$$drivers_peripheral_usb
string "feature"
default ""
depends on hdf$$drivers_peripheral_usb
config hdf$$audio_device_driver
bool "audio_device_driver"
default n
config feature$$hdf$$audio_device_driver
string "feature"
default ""
depends on hdf$$audio_device_driver
config hdf$$device_driver_framework
bool "device_driver_framework"
default n
config feature$$hdf$$device_driver_framework
string "feature"
default ""
depends on hdf$$device_driver_framework
config hdf$$drivers_peripheral_input
bool "drivers_peripheral_input"
default n
config feature$$hdf$$drivers_peripheral_input
string "feature"
default ""
depends on hdf$$drivers_peripheral_input
config hdf$$drivers_peripheral_battery
bool "drivers_peripheral_battery"
default n
config feature$$hdf$$drivers_peripheral_battery
string "feature"
default ""
depends on hdf$$drivers_peripheral_battery
config hdf$$drivers_peripheral_vibrator
bool "drivers_peripheral_vibrator"
default n
config feature$$hdf$$drivers_peripheral_vibrator
string "feature"
default ""
depends on hdf$$drivers_peripheral_vibrator
config hdf$$wlan_device_driver
bool "wlan_device_driver"
default n
config feature$$hdf$$wlan_device_driver
string "feature"
default ""
depends on hdf$$wlan_device_driver
config hdf$$codec_device_driver
bool "codec_device_driver"
default n
config feature$$hdf$$codec_device_driver
string "feature"
default ""
depends on hdf$$codec_device_driver
config hdf$$drivers_peripheral_light
bool "drivers_peripheral_light"
default n
config feature$$hdf$$drivers_peripheral_light
string "feature"
default ""
depends on hdf$$drivers_peripheral_light
config hdf$$drivers_peripheral_power
bool "drivers_peripheral_power"
default n
config feature$$hdf$$drivers_peripheral_power
string "feature"
default ""
depends on hdf$$drivers_peripheral_power
config hdf$$drivers_peripheral_sensor
bool "drivers_peripheral_sensor"
default n
config feature$$hdf$$drivers_peripheral_sensor
string "feature"
default ""
depends on hdf$$drivers_peripheral_sensor
config hdf$$camera_device_driver
bool "camera_device_driver"
default n
config feature$$hdf$$camera_device_driver
string "feature"
default ""
depends on hdf$$camera_device_driver
config hdf$$bluetooth_device_driver
bool "bluetooth_device_driver"
default n
config feature$$hdf$$bluetooth_device_driver
string "feature"
default ""
depends on hdf$$bluetooth_device_driver
config hdf$$drivers_peripheral_thermal
bool "drivers_peripheral_thermal"
default n
config feature$$hdf$$drivers_peripheral_thermal
string "feature"
default ""
depends on hdf$$drivers_peripheral_thermal
endmenu
menu "updater"
config updater$$update_service
bool "update_service"
default n
config feature$$updater$$update_service
string "feature"
default ""
depends on updater$$update_service
config updater$$updater
bool "updater"
default n
config feature$$updater$$updater
string "feature"
default ""
depends on updater$$updater
endmenu
menu "developtools"
config developtools$$hdc
bool "hdc"
default n
config feature$$developtools$$hdc
string "feature"
default ""
depends on developtools$$hdc
config developtools$$profiler
bool "profiler"
default n
config feature$$developtools$$profiler
string "feature"
default ""
depends on developtools$$profiler
config developtools$$hiperf
bool "hiperf"
default n
config feature$$developtools$$hiperf
string "feature"
default ""
depends on developtools$$hiperf
config developtools$$packing_tool
bool "packing_tool"
default n
config feature$$developtools$$packing_tool
string "feature"
default ""
depends on developtools$$packing_tool
endmenu
menu "sensors"
config sensors$$sensor
bool "sensor"
default n
config feature$$sensors$$sensor
string "feature"
default ""
depends on sensors$$sensor
config sensors$$start
bool "start"
default n
config feature$$sensors$$start
string "feature"
default ""
depends on sensors$$start
config sensors$$miscdevice
bool "miscdevice"
default n
config feature$$sensors$$miscdevice
string "feature"
default ""
depends on sensors$$miscdevice
endmenu
menu "graphic"
config graphic$$graphic_2d
bool "graphic_2d"
default n
config feature$$graphic$$graphic_2d
string "feature"
default ""
depends on graphic$$graphic_2d
endmenu
menu "window"
config window$$window_manager
bool "window_manager"
default n
config feature$$window$$window_manager
string "feature"
default ""
depends on window$$window_manager
endmenu
menu "miscservices"
config miscservices$$time_native
bool "time_native"
default n
config feature$$miscservices$$time_native
string "feature"
default ""
depends on miscservices$$time_native
config miscservices$$inputmethod_native
bool "inputmethod_native"
default n
config feature$$miscservices$$inputmethod_native
string "feature"
default ""
depends on miscservices$$inputmethod_native
endmenu
menu "multimedia"
config multimedia$$multimedia_image_framework
bool "multimedia_image_framework"
default n
config feature$$multimedia$$multimedia_image_framework
string "feature"
default ""
depends on multimedia$$multimedia_image_framework
config multimedia$$multimedia_audio_framework
bool "multimedia_audio_framework"
default n
config feature$$multimedia$$multimedia_audio_framework
string "feature"
default ""
depends on multimedia$$multimedia_audio_framework
config multimedia$$media_library
bool "media_library"
default n
config feature$$multimedia$$media_library
string "feature"
default ""
depends on multimedia$$media_library
config multimedia$$multimedia_camera_framework
bool "multimedia_camera_framework"
default n
config feature$$multimedia$$multimedia_camera_framework
string "feature"
default ""
depends on multimedia$$multimedia_camera_framework
config multimedia$$multimedia_player_framework
bool "multimedia_player_framework"
default n
config feature$$multimedia$$multimedia_player_framework
string "feature"
default ""
depends on multimedia$$multimedia_player_framework
config multimedia$$multimedia_histreamer
bool "multimedia_histreamer"
default n
config feature$$multimedia$$multimedia_histreamer
string "feature"
default ""
depends on multimedia$$multimedia_histreamer
endmenu
menu "multimodalinput"
config multimodalinput$$input
bool "input"
default n
config feature$$multimodalinput$$input
string "feature"
default ""
depends on multimodalinput$$input
endmenu
menu "telephony"
config telephony$$data_storage
bool "data_storage"
default n
config feature$$telephony$$data_storage
string "feature"
default ""
depends on telephony$$data_storage
config telephony$$sms_mms
bool "sms_mms"
default n
config feature$$telephony$$sms_mms
string "feature"
default ""
depends on telephony$$sms_mms
config telephony$$core_service
bool "core_service"
default n
config feature$$telephony$$core_service
string "feature"
default ""
depends on telephony$$core_service
config telephony$$state_registry
bool "state_registry"
default n
config feature$$telephony$$state_registry
string "feature"
default ""
depends on telephony$$state_registry
config telephony$$call_manager
bool "call_manager"
default n
config feature$$telephony$$call_manager
string "feature"
default ""
depends on telephony$$call_manager
config telephony$$ril_adapter
bool "ril_adapter"
default n
config feature$$telephony$$ril_adapter
string "feature"
default ""
depends on telephony$$ril_adapter
config telephony$$cellular_call
bool "cellular_call"
default n
config feature$$telephony$$cellular_call
string "feature"
default ""
depends on telephony$$cellular_call
config telephony$$cellular_data
bool "cellular_data"
default n
config feature$$telephony$$cellular_data
string "feature"
default ""
depends on telephony$$cellular_data
endmenu
menu "global"
config global$$cust_lite
bool "cust_lite"
default n
config feature$$global$$cust_lite
string "feature"
default ""
depends on global$$cust_lite
config global$$i18n_standard
bool "i18n_standard"
default n
config feature$$global$$i18n_standard
string "feature"
default ""
depends on global$$i18n_standard
config global$$resmgr_standard
bool "resmgr_standard"
default n
config feature$$global$$resmgr_standard
string "feature"
default ""
depends on global$$resmgr_standard
endmenu
menu "powermgr"
config powermgr$$display_manager
bool "display_manager"
default n
config feature$$powermgr$$display_manager
string "feature"
default ""
depends on powermgr$$display_manager
config powermgr$$thermal_manager
bool "thermal_manager"
default n
config feature$$powermgr$$thermal_manager
string "feature"
default ""
depends on powermgr$$thermal_manager
config powermgr$$battery_statistics
bool "battery_statistics"
default n
config feature$$powermgr$$battery_statistics
string "feature"
default ""
depends on powermgr$$battery_statistics
config powermgr$$battery_manager
bool "battery_manager"
default n
config feature$$powermgr$$battery_manager
string "feature"
default ""
depends on powermgr$$battery_manager
config powermgr$$power_manager
bool "power_manager"
default n
config feature$$powermgr$$power_manager
string "feature"
default ""
depends on powermgr$$power_manager
endmenu
menu "usb"
config usb$$usb_manager
bool "usb_manager"
default n
config feature$$usb$$usb_manager
string "feature"
default ""
depends on usb$$usb_manager
endmenu
menu "applications"
config applications$$prebuilt_hap
bool "prebuilt_hap"
default n
config feature$$applications$$prebuilt_hap
string "feature"
default ""
depends on applications$$prebuilt_hap
endmenu
menu "settingsdata"
endmenu
menu "wpa_supplicant-2.9"
config wpa_supplicant-2.9$$wpa_supplicant-2.9
bool "wpa_supplicant-2.9"
default n
config feature$$wpa_supplicant-2.9$$wpa_supplicant-2.9
string "feature"
default ""
depends on wpa_supplicant-2.9$$wpa_supplicant-2.9
endmenu
menu "xts"
config xts$$wearable_tests
bool "wearable_tests"
default n
config feature$$xts$$wearable_tests
string "feature"
default ""
depends on xts$$wearable_tests
config xts$$intellitv_tests
bool "intellitv_tests"
default n
config feature$$xts$$intellitv_tests
string "feature"
default ""
depends on xts$$intellitv_tests
config xts$$ivi_tests
bool "ivi_tests"
default n
config feature$$xts$$ivi_tests
string "feature"
default ""
depends on xts$$ivi_tests
config xts$$phone_tests
bool "phone_tests"
default n
config feature$$xts$$phone_tests
string "feature"
default ""
depends on xts$$phone_tests
endmenu
menu "distributedhardware"
config distributedhardware$$device_manager
bool "device_manager"
default n
config feature$$distributedhardware$$device_manager
string "feature"
default ""
depends on distributedhardware$$device_manager
endmenu
menu "ark"
config ark$$ark
bool "ark"
default n
config feature$$ark$$ark
string "feature"
default ""
depends on ark$$ark
config ark$$ark_frontend_tool
bool "ark_frontend_tool"
default n
config feature$$ark$$ark_frontend_tool
string "feature"
default ""
depends on ark$$ark_frontend_tool
config ark$$ark_js_runtime
bool "ark_js_runtime"
default n
config feature$$ark$$ark_js_runtime
string "feature"
default ""
depends on ark$$ark_js_runtime
endmenu
menu "commonlibrary"
endmenu
menu "iothardware"
endmenu
menu "kernel"
config kernel$$linux
bool "linux"
default n
config feature$$kernel$$linux
string "feature"
default ""
depends on kernel$$linux
endmenu
menu "msdp"
endmenu
menu "deviceprofile"
config deviceprofile$$device_info_manager
bool "device_info_manager"
default n
config feature$$deviceprofile$$device_info_manager
string "feature"
default ""
depends on deviceprofile$$device_info_manager
endmenu
menu "filemanagement"
config filemanagement$$user_file_service
bool "user_file_service"
default n
config feature$$filemanagement$$user_file_service
string "feature"
default ""
depends on filemanagement$$user_file_service
config filemanagement$$storage_service
bool "storage_service"
default n
config feature$$filemanagement$$storage_service
string "feature"
default ""
depends on filemanagement$$storage_service
endmenu
menu "resourceschedule"
config resourceschedule$$device_usage_statistics
bool "device_usage_statistics"
default n
config feature$$resourceschedule$$device_usage_statistics
string "feature"
default ""
depends on resourceschedule$$device_usage_statistics
config resourceschedule$$soc_perf
bool "soc_perf"
default n
config feature$$resourceschedule$$soc_perf
string "feature"
default ""
depends on resourceschedule$$soc_perf
config resourceschedule$$background_task_mgr
bool "background_task_mgr"
default n
config feature$$resourceschedule$$background_task_mgr
string "feature"
default ""
depends on resourceschedule$$background_task_mgr
config resourceschedule$$work_scheduler
bool "work_scheduler"
default n
config feature$$resourceschedule$$work_scheduler
string "feature"
default ""
depends on resourceschedule$$work_scheduler
config resourceschedule$$resource_schedule_service
bool "resource_schedule_service"
default n
config feature$$resourceschedule$$resource_schedule_service
string "feature"
default ""
depends on resourceschedule$$resource_schedule_service
config resourceschedule$$memmgr
bool "memmgr"
default n
config feature$$resourceschedule$$memmgr
string "feature"
default ""
depends on resourceschedule$$memmgr
endmenu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/build.git
git@gitee.com:openharmony/build.git
openharmony
build
build
master

搜索帮助