• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14mainmenu "Subsystem Component Kconfig Configuration"
15config property$$product_name
16        string "product_name"
17        default ""
18config property$$version
19        string "version"
20        default ""
21config property$$type
22        string "type"
23        default ""
24config property$$ohos_version
25        string "ohos_version"
26        default ""
27config property$$board
28        string "board"
29        default ""
30config property$$kernel_type
31        string "kernel_type"
32        default ""
33config property$$kernel_version
34        string "kernel_version"
35        default ""
36config property$$device_name
37        string "device_name"
38        default ""
39config property$$device_company
40        string "device_company"
41        default ""
42config property$$target_os
43        string "target_os"
44        default ""
45config property$$target_cpu
46        string "target_cpu"
47        default ""
48menu "ace"
49config ace$$ace_engine_standard
50    bool "ace_engine_standard"
51    default n
52config feature$$ace$$ace_engine_standard
53        string "feature"
54        default ""
55        depends on ace$$ace_engine_standard
56config ace$$napi
57    bool "napi"
58    default n
59config feature$$ace$$napi
60        string "feature"
61        default ""
62        depends on ace$$napi
63endmenu
64menu "ai"
65endmenu
66menu "account"
67config account$$os_account_standard
68    bool "os_account_standard"
69    default n
70config feature$$account$$os_account_standard
71        string "feature"
72        default ""
73        depends on account$$os_account_standard
74endmenu
75menu "distributeddatamgr"
76config distributeddatamgr$$distributeddataobject
77    bool "distributeddataobject"
78    default n
79config feature$$distributeddatamgr$$distributeddataobject
80        string "feature"
81        default ""
82        depends on distributeddatamgr$$distributeddataobject
83config distributeddatamgr$$native_appdatamgr
84    bool "native_appdatamgr"
85    default n
86config feature$$distributeddatamgr$$native_appdatamgr
87        string "feature"
88        default ""
89        depends on distributeddatamgr$$native_appdatamgr
90config distributeddatamgr$$e2fsprogs
91    bool "e2fsprogs"
92    default n
93config feature$$distributeddatamgr$$e2fsprogs
94        string "feature"
95        default ""
96        depends on distributeddatamgr$$e2fsprogs
97config distributeddatamgr$$distributeddatamgr
98    bool "distributeddatamgr"
99    default n
100config feature$$distributeddatamgr$$distributeddatamgr
101        string "feature"
102        default ""
103        depends on distributeddatamgr$$distributeddatamgr
104config distributeddatamgr$$distributedfilejs
105    bool "distributedfilejs"
106    default n
107config feature$$distributeddatamgr$$distributedfilejs
108        string "feature"
109        default ""
110        depends on distributeddatamgr$$distributedfilejs
111endmenu
112menu "security"
113config security$$device_security_level
114    bool "device_security_level"
115    default n
116config feature$$security$$device_security_level
117        string "feature"
118        default ""
119        depends on security$$device_security_level
120config security$$huks
121    bool "huks"
122    default n
123config feature$$security$$huks
124        string "feature"
125        default ""
126        depends on security$$huks
127config security$$appverify
128    bool "appverify"
129    default n
130config feature$$security$$appverify
131        string "feature"
132        default ""
133        depends on security$$appverify
134config security$$access_token
135    bool "access_token"
136    default n
137config feature$$security$$access_token
138        string "feature"
139        default ""
140        depends on security$$access_token
141config security$$permission_standard
142    bool "permission_standard"
143    default n
144config feature$$security$$permission_standard
145        string "feature"
146        default ""
147        depends on security$$permission_standard
148config security$$selinux
149    bool "selinux"
150    default n
151config feature$$security$$selinux
152        string "feature"
153        default ""
154        depends on security$$selinux
155config security$$deviceauth_standard
156    bool "deviceauth_standard"
157    default n
158config feature$$security$$deviceauth_standard
159        string "feature"
160        default ""
161        depends on security$$deviceauth_standard
162config security$$dataclassification
163    bool "dataclassification"
164    default n
165config feature$$security$$dataclassification
166        string "feature"
167        default ""
168        depends on security$$dataclassification
169endmenu
170menu "useriam"
171config useriam$$user_idm
172    bool "user_idm"
173    default n
174config feature$$useriam$$user_idm
175        string "feature"
176        default ""
177        depends on useriam$$user_idm
178config useriam$$auth_executor_mgr
179    bool "auth_executor_mgr"
180    default n
181config feature$$useriam$$auth_executor_mgr
182        string "feature"
183        default ""
184        depends on useriam$$auth_executor_mgr
185config useriam$$useriam_common
186    bool "useriam_common"
187    default n
188config feature$$useriam$$useriam_common
189        string "feature"
190        default ""
191        depends on useriam$$useriam_common
192config useriam$$pin_auth
193    bool "pin_auth"
194    default n
195config feature$$useriam$$pin_auth
196        string "feature"
197        default ""
198        depends on useriam$$pin_auth
199config useriam$$user_auth
200    bool "user_auth"
201    default n
202config feature$$useriam$$user_auth
203        string "feature"
204        default ""
205        depends on useriam$$user_auth
206config useriam$$faceauth
207    bool "faceauth"
208    default n
209config feature$$useriam$$faceauth
210        string "feature"
211        default ""
212        depends on useriam$$faceauth
213endmenu
214menu "startup"
215config startup$$init
216    bool "init"
217    default n
218config feature$$startup$$init
219        string "feature"
220        default ""
221        depends on startup$$init
222config startup$$startup_l2
223    bool "startup_l2"
224    default n
225config feature$$startup$$startup_l2
226        string "feature"
227        default ""
228        depends on startup$$startup_l2
229config startup$$appspawn
230    bool "appspawn"
231    default n
232config feature$$startup$$appspawn
233        string "feature"
234        default ""
235        depends on startup$$appspawn
236endmenu
237menu "hiviewdfx"
238config hiviewdfx$$hilog
239    bool "hilog"
240    default n
241config feature$$hiviewdfx$$hilog
242        string "feature"
243        default ""
244        depends on hiviewdfx$$hilog
245config hiviewdfx$$hitrace_native
246    bool "hitrace_native"
247    default n
248config feature$$hiviewdfx$$hitrace_native
249        string "feature"
250        default ""
251        depends on hiviewdfx$$hitrace_native
252config hiviewdfx$$hiappevent_js
253    bool "hiappevent_js"
254    default n
255config feature$$hiviewdfx$$hiappevent_js
256        string "feature"
257        default ""
258        depends on hiviewdfx$$hiappevent_js
259config hiviewdfx$$hilog_native
260    bool "hilog_native"
261    default n
262config feature$$hiviewdfx$$hilog_native
263        string "feature"
264        default ""
265        depends on hiviewdfx$$hilog_native
266config hiviewdfx$$hichecker_native
267    bool "hichecker_native"
268    default n
269config feature$$hiviewdfx$$hichecker_native
270        string "feature"
271        default ""
272        depends on hiviewdfx$$hichecker_native
273config hiviewdfx$$hisysevent_native
274    bool "hisysevent_native"
275    default n
276config feature$$hiviewdfx$$hisysevent_native
277        string "feature"
278        default ""
279        depends on hiviewdfx$$hisysevent_native
280config hiviewdfx$$hiappevent_native
281    bool "hiappevent_native"
282    default n
283config feature$$hiviewdfx$$hiappevent_native
284        string "feature"
285        default ""
286        depends on hiviewdfx$$hiappevent_native
287config hiviewdfx$$hiviewdfx_hilog_native
288    bool "hiviewdfx_hilog_native"
289    default n
290config feature$$hiviewdfx$$hiviewdfx_hilog_native
291        string "feature"
292        default ""
293        depends on hiviewdfx$$hiviewdfx_hilog_native
294config hiviewdfx$$hilog_service
295    bool "hilog_service"
296    default n
297config feature$$hiviewdfx$$hilog_service
298        string "feature"
299        default ""
300        depends on hiviewdfx$$hilog_service
301config hiviewdfx$$hiview
302    bool "hiview"
303    default n
304config feature$$hiviewdfx$$hiview
305        string "feature"
306        default ""
307        depends on hiviewdfx$$hiview
308config hiviewdfx$$faultloggerd
309    bool "faultloggerd"
310    default n
311config feature$$hiviewdfx$$faultloggerd
312        string "feature"
313        default ""
314        depends on hiviewdfx$$faultloggerd
315config hiviewdfx$$hicollie_native
316    bool "hicollie_native"
317    default n
318config feature$$hiviewdfx$$hicollie_native
319        string "feature"
320        default ""
321        depends on hiviewdfx$$hicollie_native
322endmenu
323menu "utils"
324config utils$$utils_base
325    bool "utils_base"
326    default n
327config feature$$utils$$utils_base
328        string "feature"
329        default ""
330        depends on utils$$utils_base
331config utils$$utils_memory
332    bool "utils_memory"
333    default n
334config feature$$utils$$utils_memory
335        string "feature"
336        default ""
337        depends on utils$$utils_memory
338config utils$$systemres
339    bool "systemres"
340    default n
341config feature$$utils$$systemres
342        string "feature"
343        default ""
344        depends on utils$$systemres
345config utils$$memory
346    bool "memory"
347    default n
348config feature$$utils$$memory
349        string "feature"
350        default ""
351        depends on utils$$memory
352config utils$$utils_lite
353    bool "utils_lite"
354    default n
355config feature$$utils$$utils_lite
356        string "feature"
357        default ""
358        depends on utils$$utils_lite
359config utils$$timer_task
360    bool "timer_task"
361    default n
362config feature$$utils$$timer_task
363        string "feature"
364        default ""
365        depends on utils$$timer_task
366endmenu
367menu "appexecfwk"
368config appexecfwk$$distributed_bundle_framework
369    bool "distributed_bundle_framework"
370    default n
371config feature$$appexecfwk$$distributed_bundle_framework
372        string "feature"
373        default ""
374        depends on appexecfwk$$distributed_bundle_framework
375config appexecfwk$$eventhandler
376    bool "eventhandler"
377    default n
378config feature$$appexecfwk$$eventhandler
379        string "feature"
380        default ""
381        depends on appexecfwk$$eventhandler
382config appexecfwk$$bundle_framework
383    bool "bundle_framework"
384    default n
385config feature$$appexecfwk$$bundle_framework
386        string "feature"
387        default ""
388        depends on appexecfwk$$bundle_framework
389config appexecfwk$$bundle_tool
390    bool "bundle_tool"
391    default n
392config feature$$appexecfwk$$bundle_tool
393        string "feature"
394        default ""
395        depends on appexecfwk$$bundle_tool
396endmenu
397menu "aafwk"
398config aafwk$$form_runtime
399    bool "form_runtime"
400    default n
401config feature$$aafwk$$form_runtime
402        string "feature"
403        default ""
404        depends on aafwk$$form_runtime
405config aafwk$$ability_runtime
406    bool "ability_runtime"
407    default n
408config feature$$aafwk$$ability_runtime
409        string "feature"
410        default ""
411        depends on aafwk$$ability_runtime
412config aafwk$$ability_tools
413    bool "ability_tools"
414    default n
415config feature$$aafwk$$ability_tools
416        string "feature"
417        default ""
418        depends on aafwk$$ability_tools
419config aafwk$$zidl
420    bool "zidl"
421    default n
422config feature$$aafwk$$zidl
423        string "feature"
424        default ""
425        depends on aafwk$$zidl
426endmenu
427menu "notification"
428config notification$$ans_standard
429    bool "ans_standard"
430    default n
431config feature$$notification$$ans_standard
432        string "feature"
433        default ""
434        depends on notification$$ans_standard
435config notification$$ces_standard
436    bool "ces_standard"
437    default n
438config feature$$notification$$ces_standard
439        string "feature"
440        default ""
441        depends on notification$$ces_standard
442endmenu
443menu "communication"
444config communication$$ipc_js
445    bool "ipc_js"
446    default n
447config feature$$communication$$ipc_js
448        string "feature"
449        default ""
450        depends on communication$$ipc_js
451config communication$$ipc
452    bool "ipc"
453    default n
454config feature$$communication$$ipc
455        string "feature"
456        default ""
457        depends on communication$$ipc
458config communication$$dsoftbus_standard
459    bool "dsoftbus_standard"
460    default n
461config feature$$communication$$dsoftbus_standard
462        string "feature"
463        default ""
464        depends on communication$$dsoftbus_standard
465config communication$$wifi_standard
466    bool "wifi_standard"
467    default n
468config feature$$communication$$wifi_standard
469        string "feature"
470        default ""
471        depends on communication$$wifi_standard
472config communication$$netstack
473    bool "netstack"
474    default n
475config feature$$communication$$netstack
476        string "feature"
477        default ""
478        depends on communication$$netstack
479config communication$$netmanager_ext
480    bool "netmanager_ext"
481    default n
482config feature$$communication$$netmanager_ext
483        string "feature"
484        default ""
485        depends on communication$$netmanager_ext
486config communication$$bluetooth_standard
487    bool "bluetooth_standard"
488    default n
489config feature$$communication$$bluetooth_standard
490        string "feature"
491        default ""
492        depends on communication$$bluetooth_standard
493config communication$$netmanager_base
494    bool "netmanager_base"
495    default n
496config feature$$communication$$netmanager_base
497        string "feature"
498        default ""
499        depends on communication$$netmanager_base
500endmenu
501menu "distributedschedule"
502config distributedschedule$$samgr_standard
503    bool "samgr_standard"
504    default n
505config feature$$distributedschedule$$samgr_standard
506        string "feature"
507        default ""
508        depends on distributedschedule$$samgr_standard
509config distributedschedule$$safwk
510    bool "safwk"
511    default n
512config feature$$distributedschedule$$safwk
513        string "feature"
514        default ""
515        depends on distributedschedule$$safwk
516config distributedschedule$$dmsfwk_standard
517    bool "dmsfwk_standard"
518    default n
519config feature$$distributedschedule$$dmsfwk_standard
520        string "feature"
521        default ""
522        depends on distributedschedule$$dmsfwk_standard
523endmenu
524menu "hdf"
525config hdf$$display_device_driver
526    bool "display_device_driver"
527    default n
528config feature$$hdf$$display_device_driver
529        string "feature"
530        default ""
531        depends on hdf$$display_device_driver
532config hdf$$usb_device_driver
533    bool "usb_device_driver"
534    default n
535config feature$$hdf$$usb_device_driver
536        string "feature"
537        default ""
538        depends on hdf$$usb_device_driver
539config hdf$$audio_device_driver
540    bool "audio_device_driver"
541    default n
542config feature$$hdf$$audio_device_driver
543        string "feature"
544        default ""
545        depends on hdf$$audio_device_driver
546config hdf$$device_driver_framework
547    bool "device_driver_framework"
548    default n
549config feature$$hdf$$device_driver_framework
550        string "feature"
551        default ""
552        depends on hdf$$device_driver_framework
553config hdf$$input_device_driver
554    bool "input_device_driver"
555    default n
556config feature$$hdf$$input_device_driver
557        string "feature"
558        default ""
559        depends on hdf$$input_device_driver
560config hdf$$battery_device_driver
561    bool "battery_device_driver"
562    default n
563config feature$$hdf$$battery_device_driver
564        string "feature"
565        default ""
566        depends on hdf$$battery_device_driver
567config hdf$$vibrator_device_driver
568    bool "vibrator_device_driver"
569    default n
570config feature$$hdf$$vibrator_device_driver
571        string "feature"
572        default ""
573        depends on hdf$$vibrator_device_driver
574config hdf$$wlan_device_driver
575    bool "wlan_device_driver"
576    default n
577config feature$$hdf$$wlan_device_driver
578        string "feature"
579        default ""
580        depends on hdf$$wlan_device_driver
581config hdf$$codec_device_driver
582    bool "codec_device_driver"
583    default n
584config feature$$hdf$$codec_device_driver
585        string "feature"
586        default ""
587        depends on hdf$$codec_device_driver
588config hdf$$light_device_driver
589    bool "light_device_driver"
590    default n
591config feature$$hdf$$light_device_driver
592        string "feature"
593        default ""
594        depends on hdf$$light_device_driver
595config hdf$$power_device_driver
596    bool "power_device_driver"
597    default n
598config feature$$hdf$$power_device_driver
599        string "feature"
600        default ""
601        depends on hdf$$power_device_driver
602config hdf$$sensor_device_driver
603    bool "sensor_device_driver"
604    default n
605config feature$$hdf$$sensor_device_driver
606        string "feature"
607        default ""
608        depends on hdf$$sensor_device_driver
609config hdf$$camera_device_driver
610    bool "camera_device_driver"
611    default n
612config feature$$hdf$$camera_device_driver
613        string "feature"
614        default ""
615        depends on hdf$$camera_device_driver
616config hdf$$bluetooth_device_driver
617    bool "bluetooth_device_driver"
618    default n
619config feature$$hdf$$bluetooth_device_driver
620        string "feature"
621        default ""
622        depends on hdf$$bluetooth_device_driver
623config hdf$$thermal_device_driver
624    bool "thermal_device_driver"
625    default n
626config feature$$hdf$$thermal_device_driver
627        string "feature"
628        default ""
629        depends on hdf$$thermal_device_driver
630endmenu
631menu "updater"
632config updater$$update_service
633    bool "update_service"
634    default n
635config feature$$updater$$update_service
636        string "feature"
637        default ""
638        depends on updater$$update_service
639config updater$$updater
640    bool "updater"
641    default n
642config feature$$updater$$updater
643        string "feature"
644        default ""
645        depends on updater$$updater
646endmenu
647menu "developtools"
648config developtools$$hdc_standard
649    bool "hdc_standard"
650    default n
651config feature$$developtools$$hdc_standard
652        string "feature"
653        default ""
654        depends on developtools$$hdc_standard
655config developtools$$profiler
656    bool "profiler"
657    default n
658config feature$$developtools$$profiler
659        string "feature"
660        default ""
661        depends on developtools$$profiler
662config developtools$$hiperf
663    bool "hiperf"
664    default n
665config feature$$developtools$$hiperf
666        string "feature"
667        default ""
668        depends on developtools$$hiperf
669config developtools$$bytrace_standard
670    bool "bytrace_standard"
671    default n
672config feature$$developtools$$bytrace_standard
673        string "feature"
674        default ""
675        depends on developtools$$bytrace_standard
676config developtools$$packing_tool
677    bool "packing_tool"
678    default n
679config feature$$developtools$$packing_tool
680        string "feature"
681        default ""
682        depends on developtools$$packing_tool
683endmenu
684menu "sensors"
685config sensors$$sensor
686    bool "sensor"
687    default n
688config feature$$sensors$$sensor
689        string "feature"
690        default ""
691        depends on sensors$$sensor
692config sensors$$start
693    bool "start"
694    default n
695config feature$$sensors$$start
696        string "feature"
697        default ""
698        depends on sensors$$start
699config sensors$$miscdevice
700    bool "miscdevice"
701    default n
702config feature$$sensors$$miscdevice
703        string "feature"
704        default ""
705        depends on sensors$$miscdevice
706endmenu
707menu "graphic"
708config graphic$$graphic_standard
709    bool "graphic_standard"
710    default n
711config feature$$graphic$$graphic_standard
712        string "feature"
713        default ""
714        depends on graphic$$graphic_standard
715endmenu
716menu "window"
717config window$$window_manager
718    bool "window_manager"
719    default n
720config feature$$window$$window_manager
721        string "feature"
722        default ""
723        depends on window$$window_manager
724endmenu
725menu "miscservices"
726config miscservices$$time_native
727    bool "time_native"
728    default n
729config feature$$miscservices$$time_native
730        string "feature"
731        default ""
732        depends on miscservices$$time_native
733config miscservices$$inputmethod_native
734    bool "inputmethod_native"
735    default n
736config feature$$miscservices$$inputmethod_native
737        string "feature"
738        default ""
739        depends on miscservices$$inputmethod_native
740endmenu
741menu "multimedia"
742config multimedia$$multimedia_image_standard
743    bool "multimedia_image_standard"
744    default n
745config feature$$multimedia$$multimedia_image_standard
746        string "feature"
747        default ""
748        depends on multimedia$$multimedia_image_standard
749config multimedia$$multimedia_audio_standard
750    bool "multimedia_audio_standard"
751    default n
752config feature$$multimedia$$multimedia_audio_standard
753        string "feature"
754        default ""
755        depends on multimedia$$multimedia_audio_standard
756config multimedia$$multimedia_media_library_standard
757    bool "multimedia_media_library_standard"
758    default n
759config feature$$multimedia$$multimedia_media_library_standard
760        string "feature"
761        default ""
762        depends on multimedia$$multimedia_media_library_standard
763config multimedia$$multimedia_camera_standard
764    bool "multimedia_camera_standard"
765    default n
766config feature$$multimedia$$multimedia_camera_standard
767        string "feature"
768        default ""
769        depends on multimedia$$multimedia_camera_standard
770config multimedia$$multimedia_media_standard
771    bool "multimedia_media_standard"
772    default n
773config feature$$multimedia$$multimedia_media_standard
774        string "feature"
775        default ""
776        depends on multimedia$$multimedia_media_standard
777config multimedia$$multimedia_histreamer
778    bool "multimedia_histreamer"
779    default n
780config feature$$multimedia$$multimedia_histreamer
781        string "feature"
782        default ""
783        depends on multimedia$$multimedia_histreamer
784endmenu
785menu "multimodalinput"
786config multimodalinput$$multimodalinput_base
787    bool "multimodalinput_base"
788    default n
789config feature$$multimodalinput$$multimodalinput_base
790        string "feature"
791        default ""
792        depends on multimodalinput$$multimodalinput_base
793endmenu
794menu "telephony"
795config telephony$$data_storage
796    bool "data_storage"
797    default n
798config feature$$telephony$$data_storage
799        string "feature"
800        default ""
801        depends on telephony$$data_storage
802config telephony$$sms_mms
803    bool "sms_mms"
804    default n
805config feature$$telephony$$sms_mms
806        string "feature"
807        default ""
808        depends on telephony$$sms_mms
809config telephony$$core_service
810    bool "core_service"
811    default n
812config feature$$telephony$$core_service
813        string "feature"
814        default ""
815        depends on telephony$$core_service
816config telephony$$state_registry
817    bool "state_registry"
818    default n
819config feature$$telephony$$state_registry
820        string "feature"
821        default ""
822        depends on telephony$$state_registry
823config telephony$$call_manager
824    bool "call_manager"
825    default n
826config feature$$telephony$$call_manager
827        string "feature"
828        default ""
829        depends on telephony$$call_manager
830config telephony$$ril_adapter
831    bool "ril_adapter"
832    default n
833config feature$$telephony$$ril_adapter
834        string "feature"
835        default ""
836        depends on telephony$$ril_adapter
837config telephony$$cellular_call
838    bool "cellular_call"
839    default n
840config feature$$telephony$$cellular_call
841        string "feature"
842        default ""
843        depends on telephony$$cellular_call
844config telephony$$cellular_data
845    bool "cellular_data"
846    default n
847config feature$$telephony$$cellular_data
848        string "feature"
849        default ""
850        depends on telephony$$cellular_data
851endmenu
852menu "global"
853config global$$cust_lite
854    bool "cust_lite"
855    default n
856config feature$$global$$cust_lite
857        string "feature"
858        default ""
859        depends on global$$cust_lite
860config global$$i18n_standard
861    bool "i18n_standard"
862    default n
863config feature$$global$$i18n_standard
864        string "feature"
865        default ""
866        depends on global$$i18n_standard
867config global$$resmgr_standard
868    bool "resmgr_standard"
869    default n
870config feature$$global$$resmgr_standard
871        string "feature"
872        default ""
873        depends on global$$resmgr_standard
874endmenu
875menu "powermgr"
876config powermgr$$display_manager_native
877    bool "display_manager_native"
878    default n
879config feature$$powermgr$$display_manager_native
880        string "feature"
881        default ""
882        depends on powermgr$$display_manager_native
883config powermgr$$thermal_manager
884    bool "thermal_manager"
885    default n
886config feature$$powermgr$$thermal_manager
887        string "feature"
888        default ""
889        depends on powermgr$$thermal_manager
890config powermgr$$battery_statistics_native
891    bool "battery_statistics_native"
892    default n
893config feature$$powermgr$$battery_statistics_native
894        string "feature"
895        default ""
896        depends on powermgr$$battery_statistics_native
897config powermgr$$battery_manager_native
898    bool "battery_manager_native"
899    default n
900config feature$$powermgr$$battery_manager_native
901        string "feature"
902        default ""
903        depends on powermgr$$battery_manager_native
904config powermgr$$power_manager_native
905    bool "power_manager_native"
906    default n
907config feature$$powermgr$$power_manager_native
908        string "feature"
909        default ""
910        depends on powermgr$$power_manager_native
911endmenu
912menu "usb"
913config usb$$usb_manager
914    bool "usb_manager"
915    default n
916config feature$$usb$$usb_manager
917        string "feature"
918        default ""
919        depends on usb$$usb_manager
920endmenu
921menu "applications"
922config applications$$prebuilt_hap
923    bool "prebuilt_hap"
924    default n
925config feature$$applications$$prebuilt_hap
926        string "feature"
927        default ""
928        depends on applications$$prebuilt_hap
929endmenu
930menu "settingsdata"
931endmenu
932menu "wpa_supplicant-2.9"
933config wpa_supplicant-2.9$$wpa_supplicant-2.9
934    bool "wpa_supplicant-2.9"
935    default n
936config feature$$wpa_supplicant-2.9$$wpa_supplicant-2.9
937        string "feature"
938        default ""
939        depends on wpa_supplicant-2.9$$wpa_supplicant-2.9
940endmenu
941menu "xts"
942config xts$$wearable_tests
943    bool "wearable_tests"
944    default n
945config feature$$xts$$wearable_tests
946        string "feature"
947        default ""
948        depends on xts$$wearable_tests
949config xts$$intellitv_tests
950    bool "intellitv_tests"
951    default n
952config feature$$xts$$intellitv_tests
953        string "feature"
954        default ""
955        depends on xts$$intellitv_tests
956config xts$$ivi_tests
957    bool "ivi_tests"
958    default n
959config feature$$xts$$ivi_tests
960        string "feature"
961        default ""
962        depends on xts$$ivi_tests
963config xts$$phone_tests
964    bool "phone_tests"
965    default n
966config feature$$xts$$phone_tests
967        string "feature"
968        default ""
969        depends on xts$$phone_tests
970endmenu
971menu "distributedhardware"
972config distributedhardware$$device_manager_base
973    bool "device_manager_base"
974    default n
975config feature$$distributedhardware$$device_manager_base
976        string "feature"
977        default ""
978        depends on distributedhardware$$device_manager_base
979endmenu
980menu "ark"
981config ark$$ark
982    bool "ark"
983    default n
984config feature$$ark$$ark
985        string "feature"
986        default ""
987        depends on ark$$ark
988config ark$$ark_frontend_tool
989    bool "ark_frontend_tool"
990    default n
991config feature$$ark$$ark_frontend_tool
992        string "feature"
993        default ""
994        depends on ark$$ark_frontend_tool
995config ark$$ark_js_runtime
996    bool "ark_js_runtime"
997    default n
998config feature$$ark$$ark_js_runtime
999        string "feature"
1000        default ""
1001        depends on ark$$ark_js_runtime
1002endmenu
1003menu "compileruntime"
1004endmenu
1005menu "iot"
1006endmenu
1007menu "iot_hardware"
1008endmenu
1009menu "kernel"
1010config kernel$$linux
1011    bool "linux"
1012    default n
1013config feature$$kernel$$linux
1014        string "feature"
1015        default ""
1016        depends on kernel$$linux
1017endmenu
1018menu "msdp"
1019endmenu
1020menu "deviceprofile"
1021config deviceprofile$$device_profile_core
1022    bool "device_profile_core"
1023    default n
1024config feature$$deviceprofile$$device_profile_core
1025        string "feature"
1026        default ""
1027        depends on deviceprofile$$device_profile_core
1028endmenu
1029menu "filemanagement"
1030config filemanagement$$user_file_service
1031    bool "user_file_service"
1032    default n
1033config feature$$filemanagement$$user_file_service
1034        string "feature"
1035        default ""
1036        depends on filemanagement$$user_file_service
1037config filemanagement$$storage_service
1038    bool "storage_service"
1039    default n
1040config feature$$filemanagement$$storage_service
1041        string "feature"
1042        default ""
1043        depends on filemanagement$$storage_service
1044endmenu
1045menu "resourceschedule"
1046config resourceschedule$$device_usage_statistics
1047    bool "device_usage_statistics"
1048    default n
1049config feature$$resourceschedule$$device_usage_statistics
1050        string "feature"
1051        default ""
1052        depends on resourceschedule$$device_usage_statistics
1053config resourceschedule$$soc_perf
1054    bool "soc_perf"
1055    default n
1056config feature$$resourceschedule$$soc_perf
1057        string "feature"
1058        default ""
1059        depends on resourceschedule$$soc_perf
1060config resourceschedule$$background_task_mgr
1061    bool "background_task_mgr"
1062    default n
1063config feature$$resourceschedule$$background_task_mgr
1064        string "feature"
1065        default ""
1066        depends on resourceschedule$$background_task_mgr
1067config resourceschedule$$work_scheduler
1068    bool "work_scheduler"
1069    default n
1070config feature$$resourceschedule$$work_scheduler
1071        string "feature"
1072        default ""
1073        depends on resourceschedule$$work_scheduler
1074config resourceschedule$$resource_schedule_service
1075    bool "resource_schedule_service"
1076    default n
1077config feature$$resourceschedule$$resource_schedule_service
1078        string "feature"
1079        default ""
1080        depends on resourceschedule$$resource_schedule_service
1081config resourceschedule$$memmgr
1082    bool "memmgr"
1083    default n
1084config feature$$resourceschedule$$memmgr
1085        string "feature"
1086        default ""
1087        depends on resourceschedule$$memmgr
1088endmenu
1089