Add a shell for commonlibrary_utils_lite.

Signed-off-by: liujialiang <liujialiang10@huawei.com>
This commit is contained in:
liujialiang
2022-07-22 09:38:53 +08:00
parent 9173d41c34
commit 50bea7152f
10 changed files with 97 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Copyright (c) 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("//build/lite/ndk/ndk.gni")
group("utils") {
deps = [ "//commonlibrary/utils_lite:utils" ]
}
+18
View File
@@ -0,0 +1,18 @@
# Copyright (c) 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("//build/lite/config/component/lite_component.gni")
group("file") {
deps = [ "//commonlibrary/utils_lite/file:file" ]
}
+1
View File
@@ -0,0 +1 @@
../../../commonlibrary/utils_lite/hals
+1
View File
@@ -0,0 +1 @@
../../../commonlibrary/utils_lite/include
+20
View File
@@ -0,0 +1,20 @@
#
# Copyright (c) 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("//build/lite/config/component/lite_component.gni")
group("ace_utils_kits") {
deps = [ "//commonlibrary/utils_lite/js/builtin:ace_utils_kits" ]
}
+18
View File
@@ -0,0 +1,18 @@
# Copyright (c) 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("//build/lite/config/component/lite_component.gni")
group("kal_timer") {
deps = [ "//commonlibrary/utils_lite/kal/timer:kal_timer" ]
}
+1
View File
@@ -0,0 +1 @@
../../../../../commonlibrary/utils_lite/kal/timer/include
+1
View File
@@ -0,0 +1 @@
../../../commonlibrary/utils_lite/memory
+18
View File
@@ -0,0 +1,18 @@
# Copyright (c) 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("//build/lite/config/component/lite_component.gni")
group("ace_kit_timer") {
deps = [ "//commonlibrary/utils_lite/timer_task:ace_kit_timer" ]
}
+1
View File
@@ -0,0 +1 @@
../../../../commonlibrary/utils_lite/timer_task/include