From d8de7c524981355b0485c9971b527cc5c94ca043 Mon Sep 17 00:00:00 2001 From: hwgaizw Date: Mon, 22 Nov 2021 04:13:48 +0000 Subject: [PATCH 1/2] libsoup build Signed-off-by: hwgaizw --- BUILD.gn | 2 +- README.OpenSource | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/ BUILD.gn b/ BUILD.gn index ca51477d..3b1e6072 100644 --- a/ BUILD.gn +++ b/ BUILD.gn @@ -140,6 +140,6 @@ ohos_shared_library("libohossoup") { "//third_party/libpsl:libpsl", "//third_party/gettext:libintl", ] - part_name = "multimedia_histreamer" + part_name = "multimedia_media_standard" subsystem_name = "multimedia" } \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource index f2760b45..94b76ea5 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,16 +1,3 @@ -# Copyright (c) 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 -# -# 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. - [ { "Name": "libsoup", -- Gitee From 4b1295a3479efd72d465112f0709108f31c35121 Mon Sep 17 00:00:00 2001 From: hwgaizw Date: Mon, 22 Nov 2021 04:23:12 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20=20BUILD.gn?= =?UTF-8?q?=20=E4=B8=BA=20BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn => BUILD.gn | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BUILD.gn => BUILD.gn (100%) diff --git a/ BUILD.gn b/BUILD.gn similarity index 100% rename from BUILD.gn rename to BUILD.gn -- Gitee