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
68    bool "os_account"
69    default n
70config feature$$account$$os_account
71        string "feature"
72        default ""
73        depends on account$$os_account
74endmenu
75menu "distributeddatamgr"
76config distributeddatamgr$$data_object
77    bool "data_object"
78    default n
79config feature$$distributeddatamgr$$data_object
80        string "feature"
81        default ""
82        depends on distributeddatamgr$$data_object
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$$device_auth
156    bool "device_auth"
157    default n
158config feature$$security$$device_auth
159        string "feature"
160        default ""
161        depends on security$$device_auth
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$$pin_auth
172    bool "pin_auth"
173    default n
174config feature$$useriam$$pin_auth
175        string "feature"
176        default ""
177        depends on useriam$$pin_auth
178config useriam$$user_auth
179    bool "user_auth"
180    default n
181config feature$$useriam$$user_auth
182        string "feature"
183        default ""
184        depends on useriam$$user_auth
185config useriam$$faceauth
186    bool "faceauth"
187    default n
188config feature$$useriam$$faceauth
189        string "feature"
190        default ""
191        depends on useriam$$faceauth
192endmenu
193menu "startup"
194config startup$$init
195    bool "init"
196    default n
197config feature$$startup$$init
198        string "feature"
199        default ""
200        depends on startup$$init
201config startup$$startup_l2
202    bool "startup_l2"
203    default n
204config feature$$startup$$startup_l2
205        string "feature"
206        default ""
207        depends on startup$$startup_l2
208config startup$$appspawn
209    bool "appspawn"
210    default n
211config feature$$startup$$appspawn
212        string "feature"
213        default ""
214        depends on startup$$appspawn
215endmenu
216menu "hiviewdfx"
217config hiviewdfx$$hilog
218    bool "hilog"
219    default n
220config feature$$hiviewdfx$$hilog
221        string "feature"
222        default ""
223        depends on hiviewdfx$$hilog
224config hiviewdfx$$hitrace_native
225    bool "hitrace_native"
226    default n
227config feature$$hiviewdfx$$hitrace_native
228        string "feature"
229        default ""
230        depends on hiviewdfx$$hitrace_native
231config hiviewdfx$$hiappevent_js
232    bool "hiappevent_js"
233    default n
234config feature$$hiviewdfx$$hiappevent_js
235        string "feature"
236        default ""
237        depends on hiviewdfx$$hiappevent_js
238config hiviewdfx$$hilog_native
239    bool "hilog_native"
240    default n
241config feature$$hiviewdfx$$hilog_native
242        string "feature"
243        default ""
244        depends on hiviewdfx$$hilog_native
245config hiviewdfx$$hichecker
246    bool "hichecker"
247    default n
248config feature$$hiviewdfx$$hichecker
249        string "feature"
250        default ""
251        depends on hiviewdfx$$hichecker
252config hiviewdfx$$hisysevent_native
253    bool "hisysevent_native"
254    default n
255config feature$$hiviewdfx$$hisysevent_native
256        string "feature"
257        default ""
258        depends on hiviewdfx$$hisysevent_native
259config hiviewdfx$$hiappevent_native
260    bool "hiappevent_native"
261    default n
262config feature$$hiviewdfx$$hiappevent_native
263        string "feature"
264        default ""
265        depends on hiviewdfx$$hiappevent_native
266config hiviewdfx$$hiviewdfx_hilog_native
267    bool "hiviewdfx_hilog_native"
268    default n
269config feature$$hiviewdfx$$hiviewdfx_hilog_native
270        string "feature"
271        default ""
272        depends on hiviewdfx$$hiviewdfx_hilog_native
273config hiviewdfx$$hilog_service
274    bool "hilog_service"
275    default n
276config feature$$hiviewdfx$$hilog_service
277        string "feature"
278        default ""
279        depends on hiviewdfx$$hilog_service
280config hiviewdfx$$hiview
281    bool "hiview"
282    default n
283config feature$$hiviewdfx$$hiview
284        string "feature"
285        default ""
286        depends on hiviewdfx$$hiview
287config hiviewdfx$$faultloggerd
288    bool "faultloggerd"
289    default n
290config feature$$hiviewdfx$$faultloggerd
291        string "feature"
292        default ""
293        depends on hiviewdfx$$faultloggerd
294config hiviewdfx$$hicollie_native
295    bool "hicollie_native"
296    default n
297config feature$$hiviewdfx$$hicollie_native
298        string "feature"
299        default ""
300        depends on hiviewdfx$$hicollie_native
301endmenu
302menu "commonlibrary"
303config commonlibrary$$c_utils
304    bool "c_utils"
305    default n
306config feature$$commonlibrary$$c_utils
307        string "feature"
308        default ""
309        depends on commonlibrary$$c_utils
310endmenu
311menu "utils"
312config utils$$utils_base
313    bool "utils_base"
314    default n
315config feature$$utils$$utils_base
316        string "feature"
317        default ""
318        depends on utils$$utils_base
319config utils$$utils_memory
320    bool "utils_memory"
321    default n
322config feature$$utils$$utils_memory
323        string "feature"
324        default ""
325        depends on utils$$utils_memory
326config utils$$systemres
327    bool "systemres"
328    default n
329config feature$$utils$$systemres
330        string "feature"
331        default ""
332        depends on utils$$systemres
333config utils$$memory
334    bool "memory"
335    default n
336config feature$$utils$$memory
337        string "feature"
338        default ""
339        depends on utils$$memory
340config utils$$utils_lite
341    bool "utils_lite"
342    default n
343config feature$$utils$$utils_lite
344        string "feature"
345        default ""
346        depends on utils$$utils_lite
347config utils$$timer_task
348    bool "timer_task"
349    default n
350config feature$$utils$$timer_task
351        string "feature"
352        default ""
353        depends on utils$$timer_task
354endmenu
355menu "appexecfwk"
356config appexecfwk$$distributed_bundle_framework
357    bool "distributed_bundle_framework"
358    default n
359config feature$$appexecfwk$$distributed_bundle_framework
360        string "feature"
361        default ""
362        depends on appexecfwk$$distributed_bundle_framework
363config appexecfwk$$bundle_framework
364    bool "bundle_framework"
365    default n
366config feature$$appexecfwk$$bundle_framework
367        string "feature"
368        default ""
369        depends on appexecfwk$$bundle_framework
370config appexecfwk$$bundle_tool
371    bool "bundle_tool"
372    default n
373config feature$$appexecfwk$$bundle_tool
374        string "feature"
375        default ""
376        depends on appexecfwk$$bundle_tool
377endmenu
378menu "aafwk"
379config aafwk$$form_runtime
380    bool "form_runtime"
381    default n
382config feature$$aafwk$$form_runtime
383        string "feature"
384        default ""
385        depends on aafwk$$form_runtime
386config aafwk$$ability_runtime
387    bool "ability_runtime"
388    default n
389config feature$$aafwk$$ability_runtime
390        string "feature"
391        default ""
392        depends on aafwk$$ability_runtime
393config aafwk$$ability_tools
394    bool "ability_tools"
395    default n
396config feature$$aafwk$$ability_tools
397        string "feature"
398        default ""
399        depends on aafwk$$ability_tools
400config aafwk$$zidl
401    bool "zidl"
402    default n
403config feature$$aafwk$$zidl
404        string "feature"
405        default ""
406        depends on aafwk$$zidl
407config aafwk$$dmsfwk
408    bool "dmsfwk"
409    default n
410config feature$$aafwk$$dmsfwk
411        string "feature"
412        default ""
413        depends on aafwk$$dmsfwk
414endmenu
415menu "notification"
416config notification$$ans_standard
417    bool "ans_standard"
418    default n
419config feature$$notification$$ans_standard
420        string "feature"
421        default ""
422        depends on notification$$ans_standard
423config notification$$ces_standard
424    bool "ces_standard"
425    default n
426config feature$$notification$$ces_standard
427        string "feature"
428        default ""
429        depends on notification$$ces_standard
430config notification$$eventhandler
431    bool "eventhandler"
432    default n
433config feature$$notification$$eventhandler
434        string "feature"
435        default ""
436        depends on notification$$eventhandler
437endmenu
438menu "communication"
439config communication$$ipc
440    bool "ipc"
441    default n
442config feature$$communication$$ipc
443        string "feature"
444        default ""
445        depends on communication$$ipc
446config communication$$dsoftbus
447    bool "dsoftbus"
448    default n
449config feature$$communication$$dsoftbus
450        string "feature"
451        default ""
452        depends on communication$$dsoftbus
453config communication$$wifi_standard
454    bool "wifi_standard"
455    default n
456config feature$$communication$$wifi_standard
457        string "feature"
458        default ""
459        depends on communication$$wifi_standard
460config communication$$netstack
461    bool "netstack"
462    default n
463config feature$$communication$$netstack
464        string "feature"
465        default ""
466        depends on communication$$netstack
467config communication$$netmanager_ext
468    bool "netmanager_ext"
469    default n
470config feature$$communication$$netmanager_ext
471        string "feature"
472        default ""
473        depends on communication$$netmanager_ext
474config communication$$bluetooth_standard
475    bool "bluetooth_standard"
476    default n
477config feature$$communication$$bluetooth_standard
478        string "feature"
479        default ""
480        depends on communication$$bluetooth_standard
481config communication$$netmanager_base
482    bool "netmanager_base"
483    default n
484config feature$$communication$$netmanager_base
485        string "feature"
486        default ""
487        depends on communication$$netmanager_base
488endmenu
489menu "systemabilitymgr"
490config systemabilitymgr$$samgr
491    bool "samgr"
492    default n
493config feature$$systemabilitymgr$$samgr
494        string "feature"
495        default ""
496        depends on systemabilitymgr$$samgr
497config systemabilitymgr$$safwk
498    bool "safwk"
499    default n
500config feature$$systemabilitymgr$$safwk
501        string "feature"
502        default ""
503        depends on systemabilitymgr$$safwk
504endmenu
505menu "hdf"
506config hdf$$display_device_driver
507    bool "display_device_driver"
508    default n
509config feature$$hdf$$display_device_driver
510        string "feature"
511        default ""
512        depends on hdf$$display_device_driver
513config hdf$$drivers_peripheral_usb
514    bool "drivers_peripheral_usb"
515    default n
516config feature$$hdf$$drivers_peripheral_usb
517        string "feature"
518        default ""
519        depends on hdf$$drivers_peripheral_usb
520config hdf$$audio_device_driver
521    bool "audio_device_driver"
522    default n
523config feature$$hdf$$audio_device_driver
524        string "feature"
525        default ""
526        depends on hdf$$audio_device_driver
527config hdf$$device_driver_framework
528    bool "device_driver_framework"
529    default n
530config feature$$hdf$$device_driver_framework
531        string "feature"
532        default ""
533        depends on hdf$$device_driver_framework
534config hdf$$drivers_peripheral_input
535    bool "drivers_peripheral_input"
536    default n
537config feature$$hdf$$drivers_peripheral_input
538        string "feature"
539        default ""
540        depends on hdf$$drivers_peripheral_input
541config hdf$$drivers_peripheral_battery
542    bool "drivers_peripheral_battery"
543    default n
544config feature$$hdf$$drivers_peripheral_battery
545        string "feature"
546        default ""
547        depends on hdf$$drivers_peripheral_battery
548config hdf$$drivers_peripheral_vibrator
549    bool "drivers_peripheral_vibrator"
550    default n
551config feature$$hdf$$drivers_peripheral_vibrator
552        string "feature"
553        default ""
554        depends on hdf$$drivers_peripheral_vibrator
555config hdf$$wlan_device_driver
556    bool "wlan_device_driver"
557    default n
558config feature$$hdf$$wlan_device_driver
559        string "feature"
560        default ""
561        depends on hdf$$wlan_device_driver
562config hdf$$codec_device_driver
563    bool "codec_device_driver"
564    default n
565config feature$$hdf$$codec_device_driver
566        string "feature"
567        default ""
568        depends on hdf$$codec_device_driver
569config hdf$$drivers_peripheral_light
570    bool "drivers_peripheral_light"
571    default n
572config feature$$hdf$$drivers_peripheral_light
573        string "feature"
574        default ""
575        depends on hdf$$drivers_peripheral_light
576config hdf$$drivers_peripheral_power
577    bool "drivers_peripheral_power"
578    default n
579config feature$$hdf$$drivers_peripheral_power
580        string "feature"
581        default ""
582        depends on hdf$$drivers_peripheral_power
583config hdf$$drivers_peripheral_sensor
584    bool "drivers_peripheral_sensor"
585    default n
586config feature$$hdf$$drivers_peripheral_sensor
587        string "feature"
588        default ""
589        depends on hdf$$drivers_peripheral_sensor
590config hdf$$camera_device_driver
591    bool "camera_device_driver"
592    default n
593config feature$$hdf$$camera_device_driver
594        string "feature"
595        default ""
596        depends on hdf$$camera_device_driver
597config hdf$$bluetooth_device_driver
598    bool "bluetooth_device_driver"
599    default n
600config feature$$hdf$$bluetooth_device_driver
601        string "feature"
602        default ""
603        depends on hdf$$bluetooth_device_driver
604config hdf$$drivers_peripheral_thermal
605    bool "drivers_peripheral_thermal"
606    default n
607config feature$$hdf$$drivers_peripheral_thermal
608        string "feature"
609        default ""
610        depends on hdf$$drivers_peripheral_thermal
611endmenu
612menu "updater"
613config updater$$update_service
614    bool "update_service"
615    default n
616config feature$$updater$$update_service
617        string "feature"
618        default ""
619        depends on updater$$update_service
620config updater$$updater
621    bool "updater"
622    default n
623config feature$$updater$$updater
624        string "feature"
625        default ""
626        depends on updater$$updater
627endmenu
628menu "developtools"
629config developtools$$hdc
630    bool "hdc"
631    default n
632config feature$$developtools$$hdc
633        string "feature"
634        default ""
635        depends on developtools$$hdc
636config developtools$$profiler
637    bool "profiler"
638    default n
639config feature$$developtools$$profiler
640        string "feature"
641        default ""
642        depends on developtools$$profiler
643config developtools$$hiperf
644    bool "hiperf"
645    default n
646config feature$$developtools$$hiperf
647        string "feature"
648        default ""
649        depends on developtools$$hiperf
650config developtools$$bytrace
651    bool "bytrace"
652    default n
653config feature$$developtools$$bytrace
654        string "feature"
655        default ""
656        depends on developtools$$bytrace
657config developtools$$packing_tool
658    bool "packing_tool"
659    default n
660config feature$$developtools$$packing_tool
661        string "feature"
662        default ""
663        depends on developtools$$packing_tool
664endmenu
665menu "sensors"
666config sensors$$sensor
667    bool "sensor"
668    default n
669config feature$$sensors$$sensor
670        string "feature"
671        default ""
672        depends on sensors$$sensor
673config sensors$$start
674    bool "start"
675    default n
676config feature$$sensors$$start
677        string "feature"
678        default ""
679        depends on sensors$$start
680config sensors$$miscdevice
681    bool "miscdevice"
682    default n
683config feature$$sensors$$miscdevice
684        string "feature"
685        default ""
686        depends on sensors$$miscdevice
687endmenu
688menu "graphic"
689config graphic$$graphic_2d
690    bool "graphic_2d"
691    default n
692config feature$$graphic$$graphic_2d
693        string "feature"
694        default ""
695        depends on graphic$$graphic_2d
696endmenu
697menu "window"
698config window$$window_manager
699    bool "window_manager"
700    default n
701config feature$$window$$window_manager
702        string "feature"
703        default ""
704        depends on window$$window_manager
705endmenu
706menu "miscservices"
707config miscservices$$time_native
708    bool "time_native"
709    default n
710config feature$$miscservices$$time_native
711        string "feature"
712        default ""
713        depends on miscservices$$time_native
714config miscservices$$inputmethod_native
715    bool "inputmethod_native"
716    default n
717config feature$$miscservices$$inputmethod_native
718        string "feature"
719        default ""
720        depends on miscservices$$inputmethod_native
721endmenu
722menu "multimedia"
723config multimedia$$multimedia_image_framework
724    bool "multimedia_image_framework"
725    default n
726config feature$$multimedia$$multimedia_image_framework
727        string "feature"
728        default ""
729        depends on multimedia$$multimedia_image_framework
730config multimedia$$multimedia_audio_framework
731    bool "multimedia_audio_framework"
732    default n
733config feature$$multimedia$$multimedia_audio_framework
734        string "feature"
735        default ""
736        depends on multimedia$$multimedia_audio_framework
737config multimedia$$media_library
738    bool "media_library"
739    default n
740config feature$$multimedia$$media_library
741        string "feature"
742        default ""
743        depends on multimedia$$media_library
744config multimedia$$multimedia_camera_framework
745    bool "multimedia_camera_framework"
746    default n
747config feature$$multimedia$$multimedia_camera_framework
748        string "feature"
749        default ""
750        depends on multimedia$$multimedia_camera_framework
751config multimedia$$multimedia_player_framework
752    bool "multimedia_player_framework"
753    default n
754config feature$$multimedia$$multimedia_player_framework
755        string "feature"
756        default ""
757        depends on multimedia$$multimedia_player_framework
758config multimedia$$multimedia_histreamer
759    bool "multimedia_histreamer"
760    default n
761config feature$$multimedia$$multimedia_histreamer
762        string "feature"
763        default ""
764        depends on multimedia$$multimedia_histreamer
765endmenu
766menu "multimodalinput"
767config multimodalinput$$input
768    bool "input"
769    default n
770config feature$$multimodalinput$$input
771        string "feature"
772        default ""
773        depends on multimodalinput$$input
774endmenu
775menu "telephony"
776config telephony$$data_storage
777    bool "data_storage"
778    default n
779config feature$$telephony$$data_storage
780        string "feature"
781        default ""
782        depends on telephony$$data_storage
783config telephony$$sms_mms
784    bool "sms_mms"
785    default n
786config feature$$telephony$$sms_mms
787        string "feature"
788        default ""
789        depends on telephony$$sms_mms
790config telephony$$core_service
791    bool "core_service"
792    default n
793config feature$$telephony$$core_service
794        string "feature"
795        default ""
796        depends on telephony$$core_service
797config telephony$$state_registry
798    bool "state_registry"
799    default n
800config feature$$telephony$$state_registry
801        string "feature"
802        default ""
803        depends on telephony$$state_registry
804config telephony$$call_manager
805    bool "call_manager"
806    default n
807config feature$$telephony$$call_manager
808        string "feature"
809        default ""
810        depends on telephony$$call_manager
811config telephony$$ril_adapter
812    bool "ril_adapter"
813    default n
814config feature$$telephony$$ril_adapter
815        string "feature"
816        default ""
817        depends on telephony$$ril_adapter
818config telephony$$cellular_call
819    bool "cellular_call"
820    default n
821config feature$$telephony$$cellular_call
822        string "feature"
823        default ""
824        depends on telephony$$cellular_call
825config telephony$$cellular_data
826    bool "cellular_data"
827    default n
828config feature$$telephony$$cellular_data
829        string "feature"
830        default ""
831        depends on telephony$$cellular_data
832endmenu
833menu "global"
834config global$$cust_lite
835    bool "cust_lite"
836    default n
837config feature$$global$$cust_lite
838        string "feature"
839        default ""
840        depends on global$$cust_lite
841config global$$i18n_standard
842    bool "i18n_standard"
843    default n
844config feature$$global$$i18n_standard
845        string "feature"
846        default ""
847        depends on global$$i18n_standard
848config global$$resmgr_standard
849    bool "resmgr_standard"
850    default n
851config feature$$global$$resmgr_standard
852        string "feature"
853        default ""
854        depends on global$$resmgr_standard
855endmenu
856menu "powermgr"
857config powermgr$$display_manager
858    bool "display_manager"
859    default n
860config feature$$powermgr$$display_manager
861        string "feature"
862        default ""
863        depends on powermgr$$display_manager
864config powermgr$$thermal_manager
865    bool "thermal_manager"
866    default n
867config feature$$powermgr$$thermal_manager
868        string "feature"
869        default ""
870        depends on powermgr$$thermal_manager
871config powermgr$$battery_statistics
872    bool "battery_statistics"
873    default n
874config feature$$powermgr$$battery_statistics
875        string "feature"
876        default ""
877        depends on powermgr$$battery_statistics
878config powermgr$$battery_manager
879    bool "battery_manager"
880    default n
881config feature$$powermgr$$battery_manager
882        string "feature"
883        default ""
884        depends on powermgr$$battery_manager
885config powermgr$$power_manager
886    bool "power_manager"
887    default n
888config feature$$powermgr$$power_manager
889        string "feature"
890        default ""
891        depends on powermgr$$power_manager
892endmenu
893menu "usb"
894config usb$$usb_manager
895    bool "usb_manager"
896    default n
897config feature$$usb$$usb_manager
898        string "feature"
899        default ""
900        depends on usb$$usb_manager
901endmenu
902menu "applications"
903config applications$$prebuilt_hap
904    bool "prebuilt_hap"
905    default n
906config feature$$applications$$prebuilt_hap
907        string "feature"
908        default ""
909        depends on applications$$prebuilt_hap
910endmenu
911menu "settingsdata"
912endmenu
913menu "wpa_supplicant-2.9"
914config wpa_supplicant-2.9$$wpa_supplicant-2.9
915    bool "wpa_supplicant-2.9"
916    default n
917config feature$$wpa_supplicant-2.9$$wpa_supplicant-2.9
918        string "feature"
919        default ""
920        depends on wpa_supplicant-2.9$$wpa_supplicant-2.9
921endmenu
922menu "xts"
923config xts$$wearable_tests
924    bool "wearable_tests"
925    default n
926config feature$$xts$$wearable_tests
927        string "feature"
928        default ""
929        depends on xts$$wearable_tests
930config xts$$intellitv_tests
931    bool "intellitv_tests"
932    default n
933config feature$$xts$$intellitv_tests
934        string "feature"
935        default ""
936        depends on xts$$intellitv_tests
937config xts$$ivi_tests
938    bool "ivi_tests"
939    default n
940config feature$$xts$$ivi_tests
941        string "feature"
942        default ""
943        depends on xts$$ivi_tests
944config xts$$phone_tests
945    bool "phone_tests"
946    default n
947config feature$$xts$$phone_tests
948        string "feature"
949        default ""
950        depends on xts$$phone_tests
951endmenu
952menu "distributedhardware"
953config distributedhardware$$device_manager
954    bool "device_manager"
955    default n
956config feature$$distributedhardware$$device_manager
957        string "feature"
958        default ""
959        depends on distributedhardware$$device_manager
960endmenu
961menu "ark"
962config ark$$ark
963    bool "ark"
964    default n
965config feature$$ark$$ark
966        string "feature"
967        default ""
968        depends on ark$$ark
969config ark$$ark_frontend_tool
970    bool "ark_frontend_tool"
971    default n
972config feature$$ark$$ark_frontend_tool
973        string "feature"
974        default ""
975        depends on ark$$ark_frontend_tool
976config ark$$ark_js_runtime
977    bool "ark_js_runtime"
978    default n
979config feature$$ark$$ark_js_runtime
980        string "feature"
981        default ""
982        depends on ark$$ark_js_runtime
983endmenu
984menu "commonlibrary"
985endmenu
986menu "iothardware"
987endmenu
988menu "kernel"
989config kernel$$linux
990    bool "linux"
991    default n
992config feature$$kernel$$linux
993        string "feature"
994        default ""
995        depends on kernel$$linux
996endmenu
997menu "msdp"
998endmenu
999menu "deviceprofile"
1000config deviceprofile$$device_info_manager
1001    bool "device_info_manager"
1002    default n
1003config feature$$deviceprofile$$device_info_manager
1004        string "feature"
1005        default ""
1006        depends on deviceprofile$$device_info_manager
1007endmenu
1008menu "filemanagement"
1009config filemanagement$$user_file_service
1010    bool "user_file_service"
1011    default n
1012config feature$$filemanagement$$user_file_service
1013        string "feature"
1014        default ""
1015        depends on filemanagement$$user_file_service
1016config filemanagement$$storage_service
1017    bool "storage_service"
1018    default n
1019config feature$$filemanagement$$storage_service
1020        string "feature"
1021        default ""
1022        depends on filemanagement$$storage_service
1023endmenu
1024menu "resourceschedule"
1025config resourceschedule$$device_usage_statistics
1026    bool "device_usage_statistics"
1027    default n
1028config feature$$resourceschedule$$device_usage_statistics
1029        string "feature"
1030        default ""
1031        depends on resourceschedule$$device_usage_statistics
1032config resourceschedule$$soc_perf
1033    bool "soc_perf"
1034    default n
1035config feature$$resourceschedule$$soc_perf
1036        string "feature"
1037        default ""
1038        depends on resourceschedule$$soc_perf
1039config resourceschedule$$background_task_mgr
1040    bool "background_task_mgr"
1041    default n
1042config feature$$resourceschedule$$background_task_mgr
1043        string "feature"
1044        default ""
1045        depends on resourceschedule$$background_task_mgr
1046config resourceschedule$$work_scheduler
1047    bool "work_scheduler"
1048    default n
1049config feature$$resourceschedule$$work_scheduler
1050        string "feature"
1051        default ""
1052        depends on resourceschedule$$work_scheduler
1053config resourceschedule$$resource_schedule_service
1054    bool "resource_schedule_service"
1055    default n
1056config feature$$resourceschedule$$resource_schedule_service
1057        string "feature"
1058        default ""
1059        depends on resourceschedule$$resource_schedule_service
1060config resourceschedule$$memmgr
1061    bool "memmgr"
1062    default n
1063config feature$$resourceschedule$$memmgr
1064        string "feature"
1065        default ""
1066        depends on resourceschedule$$memmgr
1067endmenu
1068