2024-02-23 11:18:14 +00:00
|
|
|
# Copyright (c) 2023 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.
|
|
|
|
|
2023-08-17 01:25:45 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-10-24 05:27:27 +00:00
|
|
|
"frameworks/definition",
|
|
|
|
"frameworks/ipc",
|
|
|
|
"frameworks/os_dependency/log",
|
2023-11-06 12:09:46 +00:00
|
|
|
"frameworks/utils",
|
2024-10-21 08:20:55 +00:00
|
|
|
"interfaces/inner_kits/c",
|
2024-06-13 06:34:41 +00:00
|
|
|
"services/common",
|
2023-08-22 06:51:00 +00:00
|
|
|
"services/core_service",
|
2023-10-18 11:11:50 +00:00
|
|
|
"services/crypto_manager",
|
2023-09-08 11:32:34 +00:00
|
|
|
"services/db_operator",
|
2024-08-12 06:24:34 +00:00
|
|
|
"services/db_key_operator",
|
2024-10-21 08:20:55 +00:00
|
|
|
"test/unittest/inner_kits_rust",
|
2023-11-06 12:09:46 +00:00
|
|
|
"test/unittest/module_test"
|
2023-08-17 01:25:45 +00:00
|
|
|
]
|