From e967f21c39718e0b629cd93e7cc8b72769f1d947 Mon Sep 17 00:00:00 2001 From: WX1379483 Date: Sat, 24 May 2025 17:49:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BA=9F=E5=BC=83API=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/oh_modules/libfile_access.so/Index.d.ts | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 entry/oh_modules/libfile_access.so/Index.d.ts diff --git a/entry/oh_modules/libfile_access.so/Index.d.ts b/entry/oh_modules/libfile_access.so/Index.d.ts deleted file mode 100644 index 22ba0cb..0000000 --- a/entry/oh_modules/libfile_access.so/Index.d.ts +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2024 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/** - * 最佳实践:Native侧实现文件访问开发实践 - */ -import { resourceManager } from '@kit.LocalizationKit'; -// [Start box_path] -export const transferSandboxPath: (path: string, contents: string) => void; -// [End box_path] -// [Start splice1] -export const splicePath: (contents: string) => void; -// [End splice1] -// [Start tran_source_mg] -export const transferResourceMgr: (resMgr: resourceManager.ResourceManager, path: string) => string; -// [End tran_source_mg] -// [Start write_file_pick] -export const writeFileUsingPickerFd: (fd: number, contents: string) => string; -// [End write_file_pick] -// [Start read_fire_fd] -export const readFileUsingPickerFd: (fd: number) => string; -// [End read_fire_fd] \ No newline at end of file -- Gitee