Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
cc08a4d3
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
cc08a4d3
编写于
8月 01, 2022
作者:
L
laiguizhong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改BUILD.gn
Signed-off-by:
N
laiguizhong
<
laiguizhong@huawei.com
>
上级
f050e16a
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
13 addition
and
13 deletion
+13
-13
applications/kitframework/BUILD.gn
applications/kitframework/BUILD.gn
+2
-2
applications/kitframework_ipcamera/BUILD.gn
applications/kitframework_ipcamera/BUILD.gn
+2
-2
security_lite/deviceauth_basic_deps/BUILD.gn
security_lite/deviceauth_basic_deps/BUILD.gn
+6
-6
startup_lite/syspara_hal/BUILD.gn
startup_lite/syspara_hal/BUILD.gn
+1
-1
startup_lite/syspara_posix/BUILD.gn
startup_lite/syspara_posix/BUILD.gn
+2
-2
未找到文件。
applications/kitframework/BUILD.gn
浏览文件 @
cc08a4d3
...
...
@@ -9,7 +9,7 @@
# 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.
# limitations under the License.
import("//test/xts/tools/lite/build/suite_lite.gni")
...
...
@@ -26,7 +26,7 @@ hctest_suite("ActsKitFwkApiTest") {
"//third_party/bounds_checking_function/include/",
"//third_party/mbedtls/include/",
"//third_party/cJSON/",
"//base/startup/
syspara_lite/interfaces/kits/
",
"//base/startup/
init/interfaces/innerkits/include/syspara
",
# dir for oem_auth_config.h and oem_auth_result_storage.h
"//vendor/kitframework/include/",
...
...
applications/kitframework_ipcamera/BUILD.gn
浏览文件 @
cc08a4d3
...
...
@@ -9,7 +9,7 @@
# 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.
# limitations under the License.
import("//build/lite/config/component/lite_component.gni")
import("//build/lite/config/hap_pack.gni")
...
...
@@ -24,7 +24,7 @@ executable("ActsKitFwkApiTest") {
"//third_party/cJSON",
"//third_party/mbedtls/include/",
"//third_party/bounds_checking_function/include/",
"//base/startup/
syspara_lite/interfaces/kits/
",
"//base/startup/
init/interfaces/innerkits/include/syspara
",
# dir for oem_auth_config.h and oem_auth_result_storage.h
"//vendor/kitframework/include/",
...
...
security_lite/deviceauth_basic_deps/BUILD.gn
浏览文件 @
cc08a4d3
...
...
@@ -59,9 +59,9 @@ hctest_suite("ActsSecurityHichainBasicDeps") {
]
if (ohos_kernel_type == "liteos_m") {
# liteos m
include_dirs += [ "//base/startup/
syspara_lite/interfaces/kits
" ]
include_dirs += [ "//base/startup/
init/interfaces/innerkits/include/syspara
" ]
deps +=
[ "//base/startup/
syspara_lite/frameworks/parameter/src:sysparam
" ]
[ "//base/startup/
init/interfaces/innerkits:libbegetutil
" ]
if (board_name == "rtl8720") {
cflags +=
[ "-isystem${ohos_root_path}/kernel/liteos_m/kal/posix/include" ]
...
...
@@ -134,19 +134,19 @@ hctest_suite("ActsSecurityHichainBasicDeps") {
}
} else {
#liteos a or L1 linux
include_dirs += [ "//base/startup/
syspara_lite/interfaces/kits
" ]
include_dirs += [ "//base/startup/
init/interfaces/innerkits/include/syspara
" ]
deps +=
[ "//base/startup/
syspara_lite/frameworks/parameter/src:sysparam
" ]
[ "//base/startup/
init/interfaces/innerkits:libbegetutil
" ]
}
} else {
# linux
include_dirs += [
"//base/startup/
syspara_lite/interfaces/innerkits/native/syspara/include
",
"//base/startup/
init/interfaces/innerkits/include/syspara
",
"//base/security/device_auth/deps_adapter/os_adapter/interfaces/linux",
]
deps += [
"//base/startup/
syspara_lite/interfaces/innerkits/native/syspara:syspara
",
"//base/startup/
init/interfaces/innerkits:libbegetutil
",
]
}
}
startup_lite/syspara_hal/BUILD.gn
浏览文件 @
cc08a4d3
...
...
@@ -23,7 +23,7 @@ hctest_suite("ActsParameterTest") {
include_dirs = [
"src",
"//
base/startup/syspara_lite/interfaces/kits
",
"//
/base/startup/init/interfaces/innerkits/include/syspara
",
]
cflags = [ "-Wno-error" ]
}
startup_lite/syspara_posix/BUILD.gn
浏览文件 @
cc08a4d3
...
...
@@ -19,10 +19,10 @@ hcpptest_suite("ActsParameterTest") {
include_dirs = [
"src",
"//base/startup/
syspara_lite/interfaces/kits
",
"//base/startup/
init/interfaces/innerkits/include/syspara
",
]
deps = [ "//base/startup/
syspara_lite/frameworks/parameter:parameter
" ]
deps = [ "//base/startup/
init/interfaces/innerkits:libbegetutil
" ]
cflags = [ "-Wno-error" ]
ldflags = [
"-lstdc++",
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录