mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
合规问题处理 Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Ie3e29437f99423bc3b30a18c0f4aa69940c79a82
This commit is contained in:
parent
726f5684f8
commit
39e7a810e0
1
OAT.xml
1
OAT.xml
@ -54,6 +54,7 @@ Note:If the text contains special characters, please escape them according to th
|
||||
< == >
|
||||
> == >
|
||||
-->
|
||||
|
||||
<configuration>
|
||||
<oatconfig>
|
||||
<licensefile></licensefile>
|
||||
|
8
README_en.md
Normal file
8
README_en.md
Normal file
@ -0,0 +1,8 @@
|
||||
# API Declaration File Public Repository<a name="US-EN_TOPIC_0000001151209521"></a>
|
||||
|
||||
- [Introduction](#section11660541593)
|
||||
|
||||
## Introduction<a name="section11660541593"></a>
|
||||
|
||||
JavaScript API public repository which is used to submit API d.ts Declaration File.
|
||||
|
2
api/common/full/viewmodel.d.ts
vendored
2
api/common/full/viewmodel.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2020-2021 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
|
||||
|
@ -1,6 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
||||
# Copyright (c) 2021-2022 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.
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user