• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2022-2023 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16/**
17 * @file
18 * @kit MDMKit
19 */
20
21import configPolicy from '@ohos.configPolicy';
22import accountManager from '@ohos.enterprise.accountManager';
23import adminManager from '@ohos.enterprise.adminManager';
24import applicationManager from '@ohos.enterprise.applicationManager';
25import bluetoothManager from '@ohos.enterprise.bluetoothManager';
26import browser from '@ohos.enterprise.browser';
27import bundleManager from '@ohos.enterprise.bundleManager';
28import dateTimeManager from '@ohos.enterprise.dateTimeManager';
29import deviceControl from '@ohos.enterprise.deviceControl';
30import deviceInfo from '@ohos.enterprise.deviceInfo';
31import deviceSettings from '@ohos.enterprise.deviceSettings';
32import EnterpriseAdminExtensionAbility from '@ohos.enterprise.EnterpriseAdminExtensionAbility';
33import locationManager from '@ohos.enterprise.locationManager';
34import networkManager from '@ohos.enterprise.networkManager';
35import restrictions from '@ohos.enterprise.restrictions';
36import securityManager from '@ohos.enterprise.securityManager';
37import systemManager from '@ohos.enterprise.systemManager';
38import usbManager from '@ohos.enterprise.usbManager';
39import wifiManager from '@ohos.enterprise.wifiManager';
40
41export {
42  EnterpriseAdminExtensionAbility, accountManager, adminManager, applicationManager, bluetoothManager, browser,
43  bundleManager, configPolicy, dateTimeManager, deviceControl, deviceInfo, deviceSettings, locationManager,
44  networkManager, restrictions, securityManager, systemManager, usbManager, wifiManager
45};
46