1/* 2 * Copyright (c) 2024-2024 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 16export { 17 CheckEmptyUtils, 18 Constants, 19 dateTimeCommon, 20 Log, 21 ReadConfigUtil, 22 createOrGet, 23 StyleConfiguration, 24 styleManager, 25 SwitchUserManager, 26 WriteFaultLog, 27 SysFaultLogger, 28 FaultID, 29 Trace, 30 sTimeManager, 31 TimeEventArgs, 32 TIME_CHANGE_EVENT, 33 WindowType, 34 sWindowManager, 35 ScreenLockStatus, 36 ReadConfigFile 37} from './src/main/ets/default' 38 39export { 40 AbilityManager, 41 BundleManager, 42 NotificationManager 43} from './src/main/ets/default/abilitymanager' 44 45export { 46 CommonEventManager, 47 getCommonEventManager, 48 POLICY 49} from './src/main/ets/default/commonEvent' 50 51export { 52 sEventManager, 53 unsubscribe, 54 obtainLocalEvent, 55 obtainStartAbility 56} from './src/main/ets/default/event' 57