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 ArkData 19 */ 20 21import DataShareExtensionAbility from '@ohos.application.DataShareExtensionAbility'; 22import cloudData from '@ohos.data.cloudData'; 23import cloudExtension from '@ohos.data.cloudExtension'; 24import commonType from '@ohos.data.commonType'; 25import dataAbility from '@ohos.data.dataAbility'; 26import dataShare from '@ohos.data.dataShare'; 27import dataSharePredicates from '@ohos.data.dataSharePredicates'; 28import DataShareResultSet, { DataType } from '@ohos.data.DataShareResultSet'; 29import distributedDataObject from '@ohos.data.distributedDataObject'; 30import distributedKVStore from '@ohos.data.distributedKVStore'; 31import preferences from '@ohos.data.preferences'; 32import relationalStore from '@ohos.data.relationalStore'; 33import unifiedDataChannel from '@ohos.data.unifiedDataChannel'; 34import uniformTypeDescriptor from '@ohos.data.uniformTypeDescriptor'; 35import uniformDataStruct from '@ohos.data.uniformDataStruct'; 36import { ValueType, ValuesBucket } from '@ohos.data.ValuesBucket'; 37import sendablePreferences from '@ohos.data.sendablePreferences'; 38import sendableRelationalStore from '@ohos.data.sendableRelationalStore'; 39import intelligence from '@ohos.data.intelligence'; 40import { ContentFormCard, FormType } from '@ohos.data.UdmfComponents'; 41 42export { 43 DataShareExtensionAbility, DataShareResultSet, DataType, ValueType, ValuesBucket, cloudData, cloudExtension, 44 commonType, dataShare, dataSharePredicates, distributedDataObject, distributedKVStore, preferences, 45 relationalStore, unifiedDataChannel, uniformTypeDescriptor, uniformDataStruct, sendablePreferences, dataAbility, 46 sendableRelationalStore, intelligence, ContentFormCard, FormType 47}; 48