1# SystemCapability List 2 3SystemCapability (SysCap) is a standalone feature in the operating system. 4 5Before using an API for development, you are advised to familiarize yourself with [SysCap](syscap.md), and then consult the following tables to see whether the SysCap set required for the API is supported by the target device type. 6 7> **NOTE** 8> 9> The **default** device type represents an OpenHarmony device with comprehensive functionalities and most common capabilities. If you are not sure about the capability set of the target device, you can use the **default** type for development. 10 11## SystemCapability.ArkUI.ArkUI.Full 12 13ArkUI component capability 14 15| Default | Tablet | Lite Wearable| 16|---------|--------|--------------| 17| Yes | Yes | No | 18 19## SystemCapability.ArkUI.ArkUI.Napi 20 21NAPI functionality 22 23| Default | Tablet | Lite Wearable| 24|---------|--------|--------------| 25| Yes | Yes | No | 26 27## SystemCapability.ArkUI.ArkUI.Libuv 28 29libuv functionality 30 31| Default | Tablet | Lite Wearable| 32|---------|--------|--------------| 33| Yes | Yes | No | 34 35## SystemCapability.ArkUI.UiAppearance 36 37Appearance configuration 38 39| Default | Tablet | Lite Wearable| 40|---------|--------|--------------| 41| Yes | Yes | No | 42 43## SystemCapability.Base 44 45General type 46 47| Default | Tablet | Lite Wearable| 48|---------|--------|--------------| 49| Yes | Yes | Yes | 50 51## SystemCapability.BundleManager.BundleFramework 52 53Bundle manager service 54 55| Default | Tablet | Lite Wearable| 56|---------|--------|--------------| 57| Yes | Yes | No | 58 59## SystemCapability.BundleManager.BundleFramework.Overlay 60 61Overlay capability of bundle management 62 63| Default | Tablet | Lite Wearable| 64|---------|--------|--------------| 65| Yes | Yes | No | 66 67## SystemCapability.BundleManager.DistributedBundleFramework 68 69Distributed bundle manager service 70 71| Default | Tablet | Lite Wearable| 72|---------|--------|--------------| 73| Yes | Yes | No | 74 75## SystemCapability.BundleManager.Zlib 76 77zlib compression and decompression tool 78 79| Default | Tablet | Lite Wearable| 80|---------|--------|--------------| 81| Yes | Yes | No | 82 83## SystemCapability.Graphic.Graphic2D.EGL 84 85Interface between the rendering API and the bottom-layer platform window system 86 87| Default | Tablet | Lite Wearable| 88|---------|--------|--------------| 89| Yes | Yes | No | 90 91## SystemCapability.Graphic.Graphic2D.GLES2 92 93Capability for rendering advanced 2D and 3D graphics 94 95| Default | Tablet | Lite Wearable| 96|---------|--------|--------------| 97| Yes | Yes | No | 98 99## SystemCapability.Graphic.Graphic2D.GLES3 100 101Capability for rendering advanced 2D and 3D graphics 102 103| Default | Tablet | Lite Wearable| 104|---------|--------|--------------| 105| Yes | Yes | No | 106 107## SystemCapability.Graphic.Graphic2D.WebGL 108 109WebGL 1.0 API 110 111| Default | Tablet | Lite Wearable| 112|---------|--------|--------------| 113| Yes | Yes | No | 114 115## SystemCapability.Window.SessionManager 116 117Enhanced window management capability 118 119| Default | Tablet | Lite Wearable| 120|---------|--------|--------------| 121| Yes | Yes | No | 122 123## SystemCapability.WindowManager.WindowManager.Core 124 125Basic window management capability 126 127| Default | Tablet | Lite Wearable| 128|---------|--------|--------------| 129| Yes | Yes | No | 130 131## SystemCapability.Notification.CommonEvent 132 133Common event 134 135| Default | Tablet | Lite Wearable| 136|---------|--------|--------------| 137| Yes | Yes | No | 138 139## SystemCapability.Notification.Notification 140 141Notification 142 143| Default | Tablet | Lite Wearable| 144|---------|--------|--------------| 145| Yes | Yes | No | 146 147## SystemCapability.Notification.ReminderAgent 148 149Agent-powered reminder 150 151| Default | Tablet | Lite Wearable| 152|---------|--------|--------------| 153| Yes | Yes | No | 154 155## SystemCapability.Notification.Emitter 156 157Event emitter service 158 159| Default | Tablet | Lite Wearable| 160|---------|--------|--------------| 161| Yes | Yes | No | 162 163## SystemCapability.Communication.IPC.Core 164 165Inter-process communication (IPC) 166 167| Default | Tablet | Lite Wearable| 168|---------|--------|--------------| 169| Yes | Yes | No | 170 171## SystemCapability.Communication.SoftBus.Core 172 173DSoftBus 174 175| Default | Tablet | Lite Wearable| 176|---------|--------|--------------| 177| Yes | Yes | No | 178 179## SystemCapability.Communication.NetManager.Core 180 181Basic network management service 182 183| Default | Tablet | Lite Wearable| 184|---------|--------|--------------| 185| Yes | Yes | No | 186 187## SystemCapability.Communication.NetManager.Ethernet 188 189Ethernet connectivity 190 191| Default | Tablet | Lite Wearable| 192|---------|--------|--------------| 193| Yes | Yes | No | 194 195## SystemCapability.Communication.NetManager.NetSharing 196 197Network sharing 198 199| Default | Tablet | Lite Wearable| 200|---------|--------|--------------| 201| Yes | Yes | No | 202 203## SystemCapability.Communication.NetManager.MDNS 204 205mDNS service 206 207| Default | Tablet | Lite Wearable| 208|---------|--------|--------------| 209| Yes | Yes | No | 210 211## SystemCapability.Communication.NetManager.Vpn 212 213VPN 214 215| Default | Tablet | Lite Wearable| 216|---------|--------|--------------| 217| Yes | Yes | No | 218 219## SystemCapability.Communication.NetStack 220 221Basic network stack capability 222 223| Default | Tablet | Lite Wearable| 224|---------|--------|--------------| 225| Yes | Yes | Yes | 226 227## SystemCapability.Communication.WiFi.Core 228 229Basic Wi-Fi capability 230 231| Default | Tablet | Lite Wearable| 232|---------|--------|--------------| 233| Yes | Yes | No | 234 235## SystemCapability.Communication.WiFi.STA 236 237Wi-Fi STA capability 238 239| Default | Tablet | Lite Wearable| 240|---------|--------|--------------| 241| Yes | Yes | No | 242 243## SystemCapability.Communication.WiFi.AP.Core 244 245Wi-Fi AP capability 246 247| Default | Tablet | Lite Wearable| 248|---------|--------|--------------| 249| Yes | Yes | No | 250 251## SystemCapability.Communication.WiFi.P2P 252 253Wi-Fi P2P capability 254 255| Default | Tablet | Lite Wearable| 256|---------|--------|--------------| 257| Yes | Yes | No | 258 259## SystemCapability.Communication.Bluetooth.Core 260 261Bluetooth service and protocol stack 262 263| Default | Tablet | Lite Wearable| 264|---------|--------|--------------| 265| Yes | Yes | No | 266 267## SystemCapability.Location.Location.Core 268 269Basic location capability 270 271| Default | Tablet | Lite Wearable| 272|---------|--------|--------------| 273| Yes | Yes | No | 274 275## SystemCapability.Location.Location.Geocoder 276 277Geocoding capability 278 279| Default | Tablet | Lite Wearable| 280|---------|--------|--------------| 281| Yes | Yes | No | 282 283## SystemCapability.Location.Location.Geofence 284 285Geofencing capability 286 287| Default | Tablet | Lite Wearable| 288|---------|--------|--------------| 289| Yes | Yes | No | 290 291## SystemCapability.Location.Location.Gnss 292 293GNSS hardware capability 294 295| Default | Tablet | Lite Wearable| 296|---------|--------|--------------| 297| Yes | Yes | No | 298 299## SystemCapability.MultimodalInput.Input.Core 300 301Basic input capability 302 303| Default | Tablet | Lite Wearable| 304|---------|--------|--------------| 305| Yes | Yes | No | 306 307## SystemCapability.MultimodalInput.Input.InputDevice 308 309Input device management 310 311| Default | Tablet | Lite Wearable| 312|---------|--------|--------------| 313| Yes | Yes | No | 314 315## SystemCapability.MultimodalInput.Input.InputMonitor 316 317Input event listener 318 319| Default | Tablet | Lite Wearable| 320|---------|--------|--------------| 321| Yes | Yes | No | 322 323## SystemCapability.MultimodalInput.Input.InputConsumer 324 325Input event consumer 326 327| Default | Tablet | Lite Wearable| 328|---------|--------|--------------| 329| Yes | Yes | No | 330 331## SystemCapability.MultimodalInput.Input.InputSimulator 332 333Input event simulator 334 335| Default | Tablet | Lite Wearable| 336|---------|--------|--------------| 337| Yes | Yes | No | 338 339## SystemCapability.MultimodalInput.Input.Pointer 340 341Mouse pointer management module 342 343| Default | Tablet | Lite Wearable| 344|---------|--------|--------------| 345| Yes | Yes | No | 346 347## SystemCapability.MultimodalInput.Input.ShortKey 348 349Shortcut keys 350 351| Default | Tablet | Lite Wearable| 352|---------|--------|--------------| 353| Yes | Yes | No | 354 355## SystemCapability.PowerManager.BatteryManager.Extension 356 357Extended battery management capability 358 359| Default | Tablet | Lite Wearable| 360|---------|--------|--------------| 361| Yes | Yes | No | 362 363## SystemCapability.PowerManager.DisplayPowerManager 364 365Power management display 366 367| Default | Tablet | Lite Wearable| 368|---------|--------|--------------| 369| Yes | Yes | No | 370 371## SystemCapability.PowerManager.ThermalManager 372 373Temperature control 374 375| Default | Tablet | Lite Wearable| 376|---------|--------|--------------| 377| Yes | Yes | No | 378 379## SystemCapability.PowerManager.PowerManager.Core 380 381Basic power management capability 382 383| Default | Tablet | Lite Wearable| 384|---------|--------|--------------| 385| Yes | Yes | No | 386 387## SystemCapability.PowerManager.BatteryManager.Core 388 389Basic battery management capability 390 391| Default | Tablet | Lite Wearable| 392|---------|--------|--------------| 393| Yes | Yes | No | 394 395## SystemCapability.PowerManager.PowerManager.Extension 396 397Extended capability of the system power management service 398 399| Default | Tablet | Lite Wearable| 400|---------|--------|--------------| 401| Yes | Yes | No | 402 403## SystemCapability.Multimedia.Media.Core 404 405Basic media capability 406 407| Default | Tablet | Lite Wearable| 408|---------|--------|--------------| 409| Yes | Yes | No | 410 411## SystemCapability.Multimedia.Media.AudioPlayer 412 413Audio player capability 414 415| Default | Tablet | Lite Wearable| 416|---------|--------|--------------| 417| Yes | Yes | No | 418 419## SystemCapability.Multimedia.Media.AudioRecorder 420 421Media audio recorder capability 422 423| Default | Tablet | Lite Wearable| 424|---------|--------|--------------| 425| Yes | Yes | No | 426 427## SystemCapability.Multimedia.Media.VideoPlayer 428 429Video player capability 430 431| Default | Tablet | Lite Wearable| 432|---------|--------|--------------| 433| Yes | Yes | No | 434 435## SystemCapability.Multimedia.Media.VideoRecorder 436 437Video recorder capability 438 439| Default | Tablet | Lite Wearable| 440|---------|--------|--------------| 441| Yes | Yes | No | 442 443## SystemCapability.Multimedia.Media.CodecBase 444 445Basic media codec capability 446 447| Default | Tablet | Lite Wearable| 448|---------|--------|--------------| 449| Yes | Yes | No | 450 451## SystemCapability.Multimedia.Media.AudioCodec 452 453Media audio codec capability 454 455| Default | Tablet | Lite Wearable| 456|---------|--------|--------------| 457| Yes | Yes | No | 458 459## SystemCapability.Multimedia.Media.AudioDecoder 460 461Media audio decoding capability 462 463| Default | Tablet | Lite Wearable| 464|---------|--------|--------------| 465| Yes | Yes | No | 466 467## SystemCapability.Multimedia.Media.AudioEncoder 468 469Media audio encoding capability 470 471| Default | Tablet | Lite Wearable| 472|---------|--------|--------------| 473| Yes | Yes | No | 474 475## SystemCapability.Multimedia.Media.VideoDecoder 476 477Media video decoding capability 478 479| Default | Tablet | Lite Wearable| 480|---------|--------|--------------| 481| Yes | Yes | No | 482 483## SystemCapability.Multimedia.Media.VideoEncoder 484 485Media video encoding capability 486 487| Default | Tablet | Lite Wearable| 488|---------|--------|--------------| 489| Yes | Yes | No | 490 491## SystemCapability.Multimedia.Media.Spliter 492 493Media splitter capability 494 495| Default | Tablet | Lite Wearable| 496|---------|--------|--------------| 497| Yes | Yes | No | 498 499## SystemCapability.Multimedia.Media.Muxer 500 501Media muxer capability 502 503| Default | Tablet | Lite Wearable| 504|---------|--------|--------------| 505| Yes | Yes | No | 506 507## SystemCapability.Multimedia.Media.AVPlayer 508 509Audio and video player capability 510 511| Default | Tablet | Lite Wearable| 512|---------|--------|--------------| 513| Yes | Yes | No | 514 515## SystemCapability.Multimedia.Media.AVRecorder 516 517Audio and video recorder capability 518 519| Default | Tablet | Lite Wearable| 520|---------|--------|--------------| 521| Yes | Yes | No | 522 523## SystemCapability.Multimedia.Media.AVMetadataExtractor 524 525Capability of obtaining media cloud data 526 527| Default | Tablet | Lite Wearable| 528|---------|--------|--------------| 529| Yes | Yes | No | 530 531## SystemCapability.Multimedia.Media.AVImageGenerator 532 533Capability of obtaining video thumbnails 534 535| Default | Tablet | Lite Wearable| 536|---------|--------|--------------| 537| Yes | Yes | No | 538 539## SystemCapability.Multimedia.Media.AVTranscoder 540 541Capability of obtaining video transcoding 542 543| Default | Tablet | Lite Wearable| 544|---------|--------|--------------| 545| Yes | Yes | No | 546 547## SystemCapability.Multimedia.AVSession.Core 548 549Basic media session capability 550 551| Default | Tablet | Lite Wearable| 552|---------|--------|--------------| 553| Yes | Yes | No | 554 555## SystemCapability.Multimedia.AVSession.Manager 556 557Media session management capability 558 559| Default | Tablet | Lite Wearable| 560|---------|--------|--------------| 561| Yes | Yes | No | 562 563## SystemCapability.Multimedia.AVSession.AVCast 564 565Casting capability 566 567| Default | Tablet | Lite Wearable| 568|---------|--------|--------------| 569| Yes | Yes | No | 570 571## SystemCapability.Multimedia.AVSession.ExtendedDisplayDisplay 572 573Extended media projection capability 574 575| Default | Tablet | Lite Wearable| 576|---------|--------|--------------| 577| Yes | Yes | No | 578 579## SystemCapability.Multimedia.Audio.Core 580 581Basic audio capability 582 583| Default | Tablet | Lite Wearable| 584|---------|--------|--------------| 585| Yes | Yes | No | 586 587## SystemCapability.Multimedia.Audio.Renderer 588 589Audio output capability 590 591| Default | Tablet | Lite Wearable| 592|---------|--------|--------------| 593| Yes | Yes | No | 594 595## SystemCapability.Multimedia.Audio.Capturer 596 597Audio input capability 598 599| Default | Tablet | Lite Wearable| 600|---------|--------|--------------| 601| Yes | Yes | No | 602 603## SystemCapability.Multimedia.Audio.Device 604 605Audio device management capability 606 607| Default | Tablet | Lite Wearable| 608|---------|--------|--------------| 609| Yes | Yes | No | 610 611## SystemCapability.Multimedia.Audio.Volume 612 613Audio volume management capability 614 615| Default | Tablet | Lite Wearable| 616|---------|--------|--------------| 617| Yes | Yes | No | 618 619## SystemCapability.Multimedia.Audio.Communication 620 621Audio communication capability 622 623| Default | Tablet | Lite Wearable| 624|---------|--------|--------------| 625| Yes | Yes | No | 626 627## SystemCapability.Multimedia.Audio.Interrupt 628 629Audio focus 630 631| Default | Tablet | Lite Wearable| 632|---------|--------|--------------| 633| Yes | Yes | No | 634 635## SystemCapability.Multimedia.Audio.Tone 636 637Dialing tone and ringback tone playback 638 639| Default | Tablet | Lite Wearable| 640|---------|--------|--------------| 641| Yes | Yes | No | 642 643## SystemCapability.Multimedia.Audio.PlaybackCapture 644 645System tone recording capability 646 647| Default | Tablet | Lite Wearable| 648|---------|--------|--------------| 649| Yes | Yes | No | 650 651## SystemCapability.Multimedia.Camera.Core 652 653Basic camera capability 654 655| Default | Tablet | Lite Wearable| 656|---------|--------|--------------| 657| Yes | Yes | No | 658 659## SystemCapability.Multimedia.Drm.Core 660 661Media digital rights management 662 663| Default | Tablet | Lite Wearable| 664|---------|--------|--------------| 665| Yes | Yes | No | 666 667## SystemCapability.Multimedia.Image.Core 668 669Basic image capability 670 671| Default | Tablet | Lite Wearable| 672|---------|--------|--------------| 673| Yes | Yes | No | 674 675## SystemCapability.Multimedia.Image.ImageSource 676 677Image source decoding and parsing capability 678 679| Default | Tablet | Lite Wearable| 680|---------|--------|--------------| 681| Yes | Yes | No | 682 683## SystemCapability.Multimedia.Image.ImagePacker 684 685Image packaging capability 686 687| Default | Tablet | Lite Wearable| 688|---------|--------|--------------| 689| Yes | Yes | No | 690 691## SystemCapability.Multimedia.Image.ImageReceiver 692 693Image receiving capability 694 695| Default | Tablet | Lite Wearable| 696|---------|--------|--------------| 697| Yes | Yes | No | 698 699## SystemCapability.Multimedia.MediaLibrary.Core 700 701Basic media library capability 702 703| Default | Tablet | Lite Wearable| 704|---------|--------|--------------| 705| Yes | Yes | No | 706 707## SystemCapability.Multimedia.MediaLibrary.DistributedCore 708 709Distributed media library capability 710 711| Default | Tablet | Lite Wearable| 712|---------|--------|--------------| 713| Yes | Yes | No | 714 715## SystemCapability.Multimedia.SystemSound.Core 716 717System sound management, covering ringtones, notifications, alarms, and more 718 719| Default | Tablet | Lite Wearable| 720|---------|--------|--------------| 721| Yes | Yes | No | 722 723## SystemCapability.Telephony.CoreService 724 725Basic cellular service 726 727| Default | Tablet | Lite Wearable| 728|---------|--------|--------------| 729| Yes | No | No | 730 731## SystemCapability.Telephony.CallManager 732 733Call management service 734 735| Default | Tablet | Lite Wearable| 736|---------|--------|--------------| 737| Yes | No | No | 738 739## SystemCapability.Telephony.CellularCall 740 741Cellular call service 742 743| Default | Tablet | Lite Wearable| 744|---------|--------|--------------| 745| Yes | No | No | 746 747## SystemCapability.Telephony.CellularData 748 749Cellular data service 750 751| Default | Tablet | Lite Wearable| 752|---------|--------|--------------| 753| Yes | No | No | 754 755## SystemCapability.Telephony.SmsMms 756 757SMS and MMS services 758 759| Default | Tablet | Lite Wearable| 760|---------|--------|--------------| 761| Yes | No | No | 762 763## SystemCapability.Telephony.StateRegistry 764 765Cellular network status registration service 766 767| Default | Tablet | Lite Wearable| 768|---------|--------|--------------| 769| Yes | No | No | 770 771## SystemCapability.Global.I18n 772 773Internationalization 774 775| Default | Tablet | Lite Wearable| 776|---------|--------|--------------| 777| Yes | Yes | No | 778 779## SystemCapability.Global.ResourceManager 780 781Resource management 782 783| Default | Tablet | Lite Wearable| 784|---------|--------|--------------| 785| Yes | Yes | No | 786 787## SystemCapability.Customization.ConfigPolicy 788 789Customization framework 790 791| Default | Tablet | Lite Wearable| 792|---------|--------|--------------| 793| Yes | Yes | No | 794 795## SystemCapability.Customization.CustomConfig 796 797Custom configurations 798 799| Default | Tablet | Lite Wearable| 800|---------|--------|--------------| 801| Yes | Yes | No | 802 803## SystemCapability.Customization.EnterpriseDeviceManager 804 805Enterprise device management 806 807| Default | Tablet | Lite Wearable| 808|---------|--------|--------------| 809| Yes | Yes | No | 810 811## SystemCapability.BarrierFree.Accessibility.Core 812 813Basic accessibility capability 814 815| Default | Tablet | Lite Wearable| 816|---------|--------|--------------| 817| Yes | Yes | No | 818 819## SystemCapability.BarrierFree.Accessibility.Vision 820 821Visual accessibility capability 822 823| Default | Tablet | Lite Wearable| 824|---------|--------|--------------| 825| Yes | Yes | No | 826 827## SystemCapability.BarrierFree.Accessibility.Hearing 828 829Audio accessibility capability 830 831| Default | Tablet | Lite Wearable| 832|---------|--------|--------------| 833| Yes | Yes | No | 834 835## SystemCapability.ResourceSchedule.WorkScheduler 836 837Deferred task scheduling 838 839| Default | Tablet | Lite Wearable| 840|---------|--------|--------------| 841| Yes | Yes | No | 842 843## SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask 844 845Continuous task management 846 847| Default | Tablet | Lite Wearable| 848|---------|--------|--------------| 849| Yes | Yes | No | 850 851## SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask 852 853Transient task management 854 855| Default | Tablet | Lite Wearable| 856|---------|--------|--------------| 857| Yes | Yes | No | 858 859## SystemCapability.ResourceSchedule.UsageStatistics.App 860 861Application usage statistics 862 863| Default | Tablet | Lite Wearable| 864|---------|--------|--------------| 865| Yes | Yes | No | 866 867## SystemCapability.ResourceSchedule.UsageStatistics.AppGroup 868 869Application activity group 870 871| Default | Tablet | Lite Wearable| 872|---------|--------|--------------| 873| Yes | Yes | No | 874 875## SystemCapability.Utils.Lang 876 877TS/JS language base library 878 879| Default | Tablet | Lite Wearable| 880|---------|--------|--------------| 881| Yes | Yes | No | 882 883## SystemCapability.HiviewDFX.HiLog 884 885HiLog functionality 886 887| Default | Tablet | Lite Wearable| 888|---------|--------|--------------| 889| Yes | Yes | No | 890 891## SystemCapability.HiviewDFX.HiTrace 892 893HiTrace for distributed tracing 894 895| Default | Tablet | Lite Wearable| 896|---------|--------|--------------| 897| Yes | Yes | No | 898 899## SystemCapability.HiviewDFX.Hiview.FaultLogger 900 901FaultLogger for event recording 902 903| Default | Tablet | Lite Wearable| 904|---------|--------|--------------| 905| Yes | Yes | No | 906 907## SystemCapability.HiviewDFX.Hiview.LogLibrary 908 909Log file management 910 911| Default | Tablet | Lite Wearable| 912|---------|--------|--------------| 913| Yes | Yes | No | 914 915## SystemCapability.HiviewDFX.HiChecker 916 917HiChecker mode 918 919| Default | Tablet | Lite Wearable| 920|---------|--------|--------------| 921| Yes | Yes | No | 922 923## SystemCapability.HiviewDFX.HiDumper 924 925HiDumper for system information exporting 926 927| Default | Tablet | Lite Wearable| 928|---------|--------|--------------| 929| Yes | Yes | No | 930 931## SystemCapability.HiviewDFX.HiAppEvent 932 933HiAppEvent for application event logging 934 935| Default | Tablet | Lite Wearable| 936|---------|--------|--------------| 937| Yes | Yes | No | 938 939## SystemCapability.HiviewDFX.HiSysEvent 940 941HiAppEvent for system event logging 942 943| Default | Tablet | Lite Wearable| 944|---------|--------|--------------| 945| Yes | Yes | No | 946 947## SystemCapability.HiviewDFX.HiProfiler.HiDebug 948 949Debugging and tuning 950 951| Default | Tablet | Lite Wearable| 952|---------|--------|--------------| 953| Yes | Yes | No | 954 955## SystemCapability.Update.UpdateService 956 957Update 958 959| Default | Tablet | Lite Wearable| 960|---------|--------|--------------| 961| Yes | Yes | No | 962 963## SystemCapability.DistributedHardware.DeviceManager 964 965Distributed device management 966 967| Default | Tablet | Lite Wearable| 968|---------|--------|--------------| 969| Yes | Yes | No | 970 971## SystemCapability.Security.DeviceAuth 972 973Mutual authentication between devices 974 975| Default | Tablet | Lite Wearable| 976|---------|--------|--------------| 977| Yes | Yes | No | 978 979## SystemCapability.Security.DataTransitManager 980 981Library of data transmission management and control policies 982 983| Default | Tablet | Lite Wearable| 984|---------|--------|--------------| 985| Yes | Yes | No | 986 987## SystemCapability.Security.DeviceSecurityLevel 988 989Device security level management 990 991| Default | Tablet | Lite Wearable| 992|---------|--------|--------------| 993| Yes | Yes | No | 994 995## SystemCapability.Security.Huks.Core 996 997Basic capability of device key management 998 999| Default | Tablet | Lite Wearable| 1000|---------|--------|--------------| 1001| Yes | Yes | Yes | 1002 1003## SystemCapability.Security.Huks.Extension 1004 1005Extended capability of device key management 1006 1007| Default | Tablet | Lite Wearable| 1008|---------|--------|--------------| 1009| Yes | Yes | No | 1010 1011## SystemCapability.Security.Asset 1012 1013Key asset storage capability 1014 1015| Default | Tablet | Lite Wearable| 1016|---------|--------|--------------| 1017| Yes | Yes | No | 1018 1019## SystemCapability.Security.AccessToken 1020 1021Access control 1022 1023| Default | Tablet | Lite Wearable| 1024|---------|--------|--------------| 1025| Yes | Yes | No | 1026 1027## SystemCapability.Account.OsAccount 1028 1029System account 1030 1031| Default | Tablet | Lite Wearable| 1032|---------|--------|--------------| 1033| Yes | Yes | No | 1034 1035## SystemCapability.Account.AppAccount 1036 1037Application account 1038 1039| Default | Tablet | Lite Wearable| 1040|---------|--------|--------------| 1041| Yes | Yes | No | 1042 1043## SystemCapability.UserIAM.UserAuth.Core 1044 1045Unified user authentication 1046 1047| Default | Tablet | Lite Wearable| 1048|---------|--------|--------------| 1049| Yes | Yes | No | 1050 1051## SystemCapability.UserIAM.UserAuth.PinAuth 1052 1053PIN authentication 1054 1055| Default | Tablet | Lite Wearable| 1056|---------|--------|--------------| 1057| Yes | Yes | No | 1058 1059## SystemCapability.MiscServices.InputMethodFramework 1060 1061Input method framework 1062 1063| Default | Tablet | Lite Wearable| 1064|---------|--------|--------------| 1065| Yes | Yes | No | 1066 1067## SystemCapability.MiscServices.Pasteboard 1068 1069Pasteboard service 1070 1071| Default | Tablet | Lite Wearable| 1072|---------|--------|--------------| 1073| Yes | Yes | No | 1074 1075## SystemCapability.MiscServices.Time 1076 1077Time, time zone, and timing service 1078 1079| Default | Tablet | Lite Wearable| 1080|---------|--------|--------------| 1081| Yes | Yes | No | 1082 1083## SystemCapability.MiscServices.Wallpaper 1084 1085Wallpaper framework 1086 1087| Default | Tablet | Lite Wearable| 1088|---------|--------|--------------| 1089| Yes | Yes | No | 1090 1091## SystemCapability.MiscServices.ScreenLock 1092 1093Screen lock service 1094 1095| Default | Tablet | Lite Wearable| 1096|---------|--------|--------------| 1097| Yes | Yes | No | 1098 1099## SystemCapability.MiscServices.Upload 1100 1101Upload service 1102 1103| Default | Tablet | Lite Wearable| 1104|---------|--------|--------------| 1105| Yes | Yes | No | 1106 1107## SystemCapability.MiscServices.Download 1108 1109Download service 1110 1111| Default | Tablet | Lite Wearable| 1112|---------|--------|--------------| 1113| Yes | Yes | No | 1114 1115## SystemCapability.FileManagement.StorageService.Backup 1116 1117Backup and restore 1118 1119| Default | Tablet | Lite Wearable| 1120|---------|--------|--------------| 1121| Yes | Yes | No | 1122 1123## SystemCapability.FileManagement.StorageService.SpatialStatistics 1124 1125Spatial statistics 1126 1127| Default | Tablet | Lite Wearable| 1128|---------|--------|--------------| 1129| Yes | Yes | No | 1130 1131## SystemCapability.FileManagement.StorageService.Volume 1132 1133Volume management 1134 1135| Default | Tablet | Lite Wearable| 1136|---------|--------|--------------| 1137| Yes | Yes | No | 1138 1139## SystemCapability.FileManagement.StorageService.Encryption 1140 1141File encryption capability 1142 1143| Default | Tablet | Lite Wearable| 1144|---------|--------|--------------| 1145| Yes | Yes | No | 1146 1147## SystemCapability.FileManagement.File.FileIO 1148 1149Basic file I/O interface 1150 1151| Default | Tablet | Lite Wearable| 1152|---------|--------|--------------| 1153| Yes | Yes | No | 1154 1155## SystemCapability.FileManagement.File.Environment 1156 1157Environment-related interface 1158 1159| Default | Tablet | Lite Wearable| 1160|---------|--------|--------------| 1161| Yes | Yes | No | 1162 1163## SystemCapability.FileManagement.File.DistributedFile 1164 1165Distributed file extension 1166 1167| Default | Tablet | Lite Wearable| 1168|---------|--------|--------------| 1169| Yes | Yes | No | 1170 1171## SystemCapability.FileManagement.AppFileService 1172 1173Application file service 1174 1175| Default | Tablet | Lite Wearable| 1176|---------|--------|--------------| 1177| Yes | Yes | No | 1178 1179## SystemCapability.FileManagement.UserFileService 1180 1181User file service 1182 1183| Default | Tablet | Lite Wearable| 1184|---------|--------|--------------| 1185| Yes | Yes | No | 1186 1187## SystemCapability.FileManagement.UserFileManager.Core 1188 1189Basic capability of user file management 1190 1191| Default | Tablet | Lite Wearable| 1192|---------|--------|--------------| 1193| Yes | Yes | No | 1194 1195## SystemCapability.FileManagement.PhotoAccessHelper.Core 1196 1197Management of images and videos in public directories 1198 1199| Default | Tablet | Lite Wearable| 1200|---------|--------|--------------| 1201| Yes | Yes | No | 1202 1203## SystemCapability.FileManagement.DistributedFileService.CloudSyncManager 1204 1205Device-cloud file synchronization management 1206 1207| Default | Tablet | Lite Wearable| 1208|---------|--------|--------------| 1209| Yes | Yes | No | 1210 1211## SystemCapability.FileManagement.DistributedFileService.CloudSync.Core 1212 1213Device-cloud file synchronization capability 1214 1215| Default | Tablet | Lite Wearable| 1216|---------|--------|--------------| 1217| Yes | Yes | No | 1218 1219## SystemCapability.USB.USBManager 1220 1221USB service 1222 1223| Default | Tablet | Lite Wearable| 1224|---------|--------|--------------| 1225| Yes | Yes | No | 1226 1227## SystemCapability.Sensors.Sensor 1228 1229Sensor service subscription 1230 1231| Default | Tablet | Lite Wearable| 1232|---------|--------|--------------| 1233| Yes | Yes | No | 1234 1235## SystemCapability.Sensors.MiscDevice 1236 1237Miscellaneous devices – sensor 1238 1239| Default | Tablet | Lite Wearable| 1240|---------|--------|--------------| 1241| Yes | Yes | No | 1242 1243## SystemCapability.Startup.SystemInfo 1244 1245Basic system information 1246 1247| Default | Tablet | Lite Wearable| 1248|---------|--------|--------------| 1249| Yes | Yes | No | 1250 1251## SystemCapability.DistributedDataManager.RelationalStore.Core 1252 1253Basic relational database capability 1254 1255| Default | Tablet | Lite Wearable| 1256|---------|--------|--------------| 1257| Yes | Yes | No | 1258 1259## SystemCapability.DistributedDataManager.CommonType 1260 1261Common types of distributed data management 1262 1263| Default | Tablet | Lite Wearable| 1264|---------|--------|--------------| 1265| Yes | Yes | No | 1266 1267## SystemCapability.DistributedDataManager.KVStore.Core 1268 1269Basic capability of key-value databases 1270 1271| Default | Tablet | Lite Wearable| 1272|---------|--------|--------------| 1273| Yes | Yes | No | 1274 1275## SystemCapability.DistributedDataManager.KVStore.DistributedKVStore 1276 1277Distributed key-value database 1278 1279| Default | Tablet | Lite Wearable| 1280|---------|--------|--------------| 1281| Yes | Yes | No | 1282 1283## SystemCapability.DistributedDataManager.DataObject.DistributedObject 1284 1285Distributed data object 1286 1287| Default | Tablet | Lite Wearable| 1288|---------|--------|--------------| 1289| Yes | Yes | No | 1290 1291## SystemCapability.DistributedDataManager.Preferences.Core 1292 1293Basic capability of preferences data storage 1294 1295| Default | Tablet | Lite Wearable| 1296|---------|--------|--------------| 1297| Yes | Yes | No | 1298 1299## SystemCapability.DistributedDataManager.DataShare.Core 1300 1301Basic capability of cross-process data sharing 1302 1303| Default | Tablet | Lite Wearable| 1304|---------|--------|--------------| 1305| Yes | Yes | No | 1306 1307## SystemCapability.DistributedDataManager.DataShare.Consumer 1308 1309Data consumer of cross-process data sharing 1310 1311| Default | Tablet | Lite Wearable| 1312|---------|--------|--------------| 1313| Yes | Yes | No | 1314 1315## SystemCapability.DistributedDataManager.DataShare.Provider 1316 1317Data provider of cross-process data sharing 1318 1319| Default | Tablet | Lite Wearable| 1320|---------|--------|--------------| 1321| Yes | Yes | No | 1322 1323## SystemCapability.DistributedDataManager.CloudSync.Config 1324 1325Device-cloud synchronization status configuration 1326 1327| Default | Tablet | Lite Wearable| 1328|---------|--------|--------------| 1329| Yes | Yes | No | 1330 1331## SystemCapability.DistributedDataManager.CloudSync.Client 1332 1333Device-cloud synchronization API manually invoked by the data side 1334 1335| Default | Tablet | Lite Wearable| 1336|---------|--------|--------------| 1337| Yes | Yes | No | 1338 1339## SystemCapability.DistributedDataManager.CloudSync.Server 1340 1341Interface required by the cloud space service 1342 1343| Default | Tablet | Lite Wearable| 1344|---------|--------|--------------| 1345| Yes | Yes | No | 1346 1347## SystemCapability.Ability.AbilityBase 1348 1349Definition of basic component running data, including wants and system configuration 1350 1351| Default | Tablet | Lite Wearable| 1352|---------|--------|--------------| 1353| Yes | Yes | No | 1354 1355## SystemCapability.Ability.AbilityRuntime.Core 1356 1357Core basic functional modules for component runtime, including application initialization and GUI-less component running 1358 1359| Default | Tablet | Lite Wearable| 1360|---------|--------|--------------| 1361| Yes | Yes | No | 1362 1363## SystemCapability.Ability.AbilityRuntime.FAModel 1364 1365Feature Ability (FA) model 1366 1367| Default | Tablet | Lite Wearable| 1368|---------|--------|--------------| 1369| Yes | Yes | No | 1370 1371## SystemCapability.Ability.AbilityRuntime.AbilityCore 1372 1373Universal components (with GUIs) 1374 1375| Default | Tablet | Lite Wearable| 1376|---------|--------|--------------| 1377| Yes | Yes | No | 1378 1379## SystemCapability.Ability.AbilityRuntime.Mission 1380 1381Task management 1382 1383| Default | Tablet | Lite Wearable| 1384|---------|--------|--------------| 1385| Yes | Yes | No | 1386 1387## SystemCapability.Ability.AbilityTools.AbilityAssistant 1388 1389CLI tool 1390 1391| Default | Tablet | Lite Wearable| 1392|---------|--------|--------------| 1393| Yes | Yes | No | 1394 1395## SystemCapability.Ability.Form 1396 1397Widget management 1398 1399| Default | Tablet | Lite Wearable| 1400|---------|--------|--------------| 1401| Yes | Yes | No | 1402 1403## SystemCapability.Ability.DistributedAbilityManager 1404 1405continuationManager for starting the device selection module and updating the continuation status 1406 1407| Default | Tablet | Lite Wearable| 1408|---------|--------|--------------| 1409| Yes | Yes | No | 1410 1411## SystemCapability.Applications.CalendarData 1412 1413Calendar event management 1414 1415| Default | Tablet | Lite Wearable| 1416|---------|--------|--------------| 1417| Yes | Yes | No | 1418 1419## SystemCapability.Applications.ContactsData 1420 1421Contacts database 1422 1423| Default | Tablet | Lite Wearable| 1424|---------|--------|--------------| 1425| Yes | No | No | 1426 1427## SystemCapability.Applications.Contacts 1428 1429Contacts 1430 1431| Default | Tablet | Lite Wearable| 1432|---------|--------|--------------| 1433| Yes | No | No | 1434 1435## SystemCapability.Applications.Settings.Core 1436 1437API setting 1438 1439| Default | Tablet | Lite Wearable| 1440|---------|--------|--------------| 1441| Yes | Yes | No | 1442 1443## SystemCapability.Test.UiTest 1444 1445UI test framework 1446 1447| Default | Tablet | Lite Wearable| 1448|---------|--------|--------------| 1449| Yes | Yes | No | 1450 1451## SystemCapability.Web.Webview.Core 1452 1453Webview component 1454 1455| Default | Tablet | Lite Wearable| 1456|---------|--------|--------------| 1457| Yes | Yes | No | 1458 1459## SystemCapability.Advertising.OAID 1460 1461OAID management service 1462 1463| Default | Tablet | Lite Wearable| 1464|---------|--------|--------------| 1465| Yes | Yes | No | 1466 1467## SystemCapability.Advertising.Ads 1468 1469Advertising 1470 1471| Default | Tablet | Lite Wearable| 1472|---------|--------|--------------| 1473| Yes | Yes | No | 1474 1475## SystemCapability.Security.CertificateManager 1476 1477Certificate management 1478 1479| Default | Tablet | Lite Wearable| 1480|---------|--------|--------------| 1481| Yes | Yes | No | 1482 1483## SystemCapability.Security.CryptoFramework 1484 1485Crypto framework - basics 1486 1487| Default | Tablet | Lite Wearable| 1488|---------|--------|--------------| 1489| Yes | Yes | Yes | 1490 1491## SystemCapability.Security.CryptoFramework.Key 1492 1493Crypto framework - basic key types 1494 1495| Default | Tablet | Lite Wearable| 1496|---------|--------|--------------| 1497| Yes | Yes | No | 1498 1499## SystemCapability.Security.CryptoFramework.Key.SymKey 1500 1501Crypto framework - symmetric keys 1502 1503| Default | Tablet | Lite Wearable| 1504|---------|--------|--------------| 1505| Yes | Yes | No | 1506 1507## SystemCapability.Security.CryptoFramework.Key.AsymKey 1508 1509Crypto framework - asymmetric keys 1510 1511| Default | Tablet | Lite Wearable| 1512|---------|--------|--------------| 1513| Yes | Yes | No | 1514 1515## SystemCapability.Security.CryptoFramework.Signature 1516 1517Crypto framework - signing and signature verification 1518 1519| Default | Tablet | Lite Wearable| 1520|---------|--------|--------------| 1521| Yes | Yes | No | 1522 1523## SystemCapability.Security.CryptoFramework.Cipher 1524 1525Crypto framework - symmetric and asymmetric encryption and decryption 1526 1527| Default | Tablet | Lite Wearable| 1528|---------|--------|--------------| 1529| Yes | Yes | No | 1530 1531## SystemCapability.Security.CryptoFramework.KeyAgreement 1532 1533Crypto framework - key agreement 1534 1535| Default | Tablet | Lite Wearable| 1536|---------|--------|--------------| 1537| Yes | Yes | No | 1538 1539## SystemCapability.Security.CryptoFramework.MessageDigest 1540 1541Crypto framework - message digest 1542 1543| Default | Tablet | Lite Wearable| 1544|---------|--------|--------------| 1545| Yes | Yes | Yes | 1546 1547## SystemCapability.Security.CryptoFramework.Mac 1548 1549Crypto framework - message authentication code 1550 1551| Default | Tablet | Lite Wearable| 1552|---------|--------|--------------| 1553| Yes | Yes | No | 1554 1555## SystemCapability.Security.CryptoFramework.Kdf 1556 1557Crypto framework - key derivation 1558 1559| Default | Tablet | Lite Wearable| 1560|---------|--------|--------------| 1561| Yes | Yes | No | 1562 1563## SystemCapability.Security.CryptoFramework.Rand 1564 1565Crypto framework - random number 1566 1567| Default | Tablet | Lite Wearable| 1568|---------|--------|--------------| 1569| Yes | Yes | Yes | 1570 1571## SystemCapability.Security.Cert 1572 1573Certificate algorithm library framework - certificate capability 1574 1575| Default | Tablet | Lite Wearable| 1576|---------|--------|--------------| 1577| Yes | Yes | No | 1578 1579## SystemCapability.BundleManager.BundleFramework.Core 1580 1581Core services of bundle management, including bundle information query, bundle installation, and bundle uninstall 1582 1583| Default | Tablet | Lite Wearable| 1584|---------|--------|--------------| 1585| Yes | Yes | No | 1586 1587## SystemCapability.BundleManager.BundleFramework.FreeInstall 1588 1589Installation-free capability provided by bundle management 1590 1591| Default | Tablet | Lite Wearable| 1592|---------|--------|--------------| 1593| Yes | Yes | No | 1594 1595## SystemCapability.BundleManager.BundleFramework.Resource 1596 1597Capability of obtaining icons and labels provided by bundle management 1598 1599| Default | Tablet | Lite Wearable| 1600|---------|--------|--------------| 1601| Yes | Yes | No | 1602 1603## SystemCapability.BundleManager.BundleFramework.DefaultApp 1604 1605Default application management capability provided by bundle management 1606 1607| Default | Tablet | Lite Wearable| 1608|---------|--------|--------------| 1609| Yes | Yes | No | 1610 1611## SystemCapability.BundleManager.BundleFramework.Launcher 1612 1613Query capability provided by bundle management for the home screen 1614 1615| Default | Tablet | Lite Wearable| 1616|---------|--------|--------------| 1617| Yes | Yes | No | 1618 1619## SystemCapability.BundleManager.BundleFramework.AppControl 1620 1621Interception capability provided by bundle management 1622 1623| Default | Tablet | Lite Wearable| 1624|---------|--------|--------------| 1625| Yes | Yes | No | 1626 1627## SystemCapability.Ability.AbilityRuntime.QuickFix 1628 1629Quick fix 1630 1631| Default | Tablet | Lite Wearable| 1632|---------|--------|--------------| 1633| Yes | Yes | No | 1634 1635## SystemCapability.Graphic.Graphic2D.ColorManager.Core 1636 1637Wide color gamut management 1638 1639| Default | Tablet | Lite Wearable| 1640|---------|--------|--------------| 1641| Yes | Yes | No | 1642 1643## SystemCapability.ResourceSchedule.BackgroundTaskManager.EfficiencyResourcesApply 1644 1645Efficiency resource application 1646 1647| Default | Tablet | Lite Wearable| 1648|---------|--------|--------------| 1649| Yes | Yes | No | 1650 1651## SystemCapability.XTS.DeviceAttest 1652 1653Device attestation 1654 1655| Default | Tablet | Lite Wearable| 1656|---------|--------|--------------| 1657| Yes | Yes | No | 1658 1659## SystemCapability.Request.FileTransferAgent 1660 1661File transfer agent between applications and servers 1662 1663| Default | Tablet | Lite Wearable| 1664|---------|--------|--------------| 1665| Yes | Yes | No | 1666 1667## SystemCapability.ResourceSchedule.DeviceStandby 1668 1669Device standby mode when the screen is turned off 1670 1671| Default | Tablet | Lite Wearable| 1672|---------|--------|--------------| 1673| Yes | Yes | No | 1674 1675## SystemCapability.DistributedDataManager.UDMF.Core 1676 1677Distributed data management - basic capability of the Unified Data Management Framework (UDMF) 1678 1679| Default | Tablet | Lite Wearable| 1680|---------|--------|--------------| 1681| Yes | Yes | No | 1682 1683## SystemCapability.Multimedia.Media.AVScreenCapture 1684 1685Screen recording capability 1686 1687| Default | Tablet | Lite Wearable| 1688|---------|--------|--------------| 1689| Yes | Yes | No | 1690 1691## SystemCapability.Multimedia.Media.SoundPool 1692 1693Audio pool capability 1694 1695| Default | Tablet | Lite Wearable| 1696|---------|--------|--------------| 1697| Yes | Yes | No | 1698 1699## SystemCapability.Multimedia.Audio.Spatialization 1700 1701Spatial audio management capability 1702 1703| Default | Tablet | Lite Wearable| 1704|---------|--------|--------------| 1705| Yes | Yes | No | 1706 1707## SystemCapability.Multimedia.AudioHaptic.Core 1708 1709Audio-haptic playback capability 1710 1711| Default | Tablet | Lite Wearable| 1712|---------|--------|--------------| 1713| Yes | Yes | No | 1714 1715## SystemCapability.ArkUi.Graphics3D 1716 17173D capability 1718 1719| Default | Tablet | Lite Wearable| 1720|---------|--------|--------------| 1721| Yes | Yes | No | 1722 1723## SystemCapability.Graphics.Drawing 1724 1725Custom drawing capability 1726 1727| Default | Tablet | Lite Wearable| 1728|---------|--------|--------------| 1729| Yes | Yes | No | 1730 1731## SystemCapability.Graphic.Graphic2D.NativeDrawing 1732 17332D drawing capability at the native layer 1734 1735| Default | Tablet | Lite Wearable| 1736|---------|--------|--------------| 1737| Yes | Yes | No | 1738 1739## SystemCapability.Developtools.Syscap 1740 1741System capability encoding and decoding 1742 1743| Default | Tablet | Lite Wearable| 1744|---------|--------|--------------| 1745| Yes | Yes | No | 1746 1747## SystemCapability.Resourceschedule.Ffrt.Core 1748 1749Concurrent programming framework 1750 1751| Default | Tablet | Lite Wearable| 1752|---------|--------|--------------| 1753| Yes | Yes | No | 1754 1755## SystemCapability.Graphic.Graphic2D.NativeWindow 1756 1757Local windows for custom drawing (2D&3D) 1758 1759| Default | Tablet | Lite Wearable| 1760|---------|--------|--------------| 1761| Yes | Yes | No | 1762 1763## SystemCapability.Graphic.Graphic2D.NativeBuffer 1764 1765Graphics buffer (independent of the local window) 1766 1767| Default | Tablet | Lite Wearable| 1768|---------|--------|--------------| 1769| Yes | Yes | No | 1770 1771## SystemCapability.Graphic.Graphic2D.NativeImage 1772 1773Surface output to the OpenGLES texture 1774 1775| Default | Tablet | Lite Wearable| 1776|---------|--------|--------------| 1777| Yes | Yes | No | 1778 1779## SystemCapability.Graphic.Graphic2D.NativeVsync 1780 1781Capability of providing vertical sync signals for the system 1782 1783| Default | Tablet | Lite Wearable| 1784|---------|--------|--------------| 1785| Yes | Yes | No | 1786 1787## SystemCapability.Graphic.Vulkan 1788 1789Power management display 1790 1791| Default | Tablet | Lite Wearable| 1792|---------|--------|--------------| 1793| Yes | Yes | No | 1794 1795## SystemCapability.Multimedia.Image.ImageCreator 1796 1797Image creation capability 1798 1799| Default | Tablet | Lite Wearable| 1800|---------|--------|--------------| 1801| Yes | Yes | No | 1802 1803## SystemCapability.Graphic.Graphic2D.WebGL2 1804 1805WebGL 2.0 API 1806 1807| Default | Tablet | Lite Wearable| 1808|---------|--------|--------------| 1809| Yes | Yes | No | 1810 1811## SystemCapability.ArkUI.ArkUI.Lite 1812 1813ArkUI component for mini-system devices 1814 1815| Default | Tablet | Lite Wearable| 1816|---------|--------|--------------| 1817| Yes | Yes | Yes | 1818 1819## SystemCapability.Location.Location.Lite 1820 1821Location service for mini-system devices 1822 1823| Default | Tablet | Lite Wearable| 1824|---------|--------|--------------| 1825| No | No | Yes | 1826 1827## SystemCapability.PowerManager.BatteryManager.Lite 1828 1829Battery service for mini-system devices 1830 1831| Default | Tablet | Lite Wearable| 1832|---------|--------|--------------| 1833| No | No | Yes | 1834 1835## SystemCapability.FileManagement.File.FileIO.Lite 1836 1837Basic file I/O interface for mini-system devices 1838 1839| Default | Tablet | Lite Wearable| 1840|---------|--------|--------------| 1841| No | No | Yes | 1842 1843## SystemCapability.Startup.SystemInfo.Lite 1844 1845Basic system information for mini-system devices 1846 1847| Default | Tablet | Lite Wearable| 1848|---------|--------|--------------| 1849| No | No | Yes | 1850 1851## SystemCapability.PowerManager.DisplayPowerManager.Lite 1852 1853Power management display for mini-system devices 1854 1855| Default | Tablet | Lite Wearable| 1856|---------|--------|--------------| 1857| No | No | Yes | 1858 1859## SystemCapability.DistributedDataManager.Preferences.Core.Lite 1860 1861Basic capability of preference data storage for mini-system devices 1862 1863| Default | Tablet | Lite Wearable| 1864|---------|--------|--------------| 1865| No | No | Yes | 1866 1867## SystemCapability.Sensors.Sensor.Lite 1868 1869Sensor service subscription for mini-system devices 1870 1871| Default | Tablet | Lite Wearable| 1872|---------|--------|--------------| 1873| No | No | Yes | 1874 1875## SystemCapability.Sensors.MiscDevice.Lite 1876 1877Miscellaneous mini-system devices – sensor 1878 1879| Default | Tablet | Lite Wearable| 1880|---------|--------|--------------| 1881| No | No | Yes | 1882