!190 fix:change graphic_standard to graphic_graphic_2d

Merge pull request !190 from 苏锋/master
This commit is contained in:
openharmony_ci 2022-07-06 08:09:20 +00:00 committed by Gitee
commit 0ad7a54df8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ ohos_moduletest_suite("HatsHdfCameraAttrTest") {
if (is_standard_system) {
external_deps = [
"graphic_standard:surface",
"graphic_graphic_2d:surface",
"hdf_core:libhdf_utils",
"hdf_core:libhdi",
"hiviewdfx_hilog_native:libhilog",

View File

@ -93,7 +93,7 @@ ohos_moduletest_suite("HatsHdfCameraExtTest") {
if (is_standard_system) {
external_deps = [
"graphic_standard:surface",
"graphic_graphic_2d:surface",
"hdf_core:libhdf_utils",
"hdf_core:libhdi",
"hiviewdfx_hilog_native:libhilog",

View File

@ -94,7 +94,7 @@ ohos_moduletest_suite("HatsHdfCameraFunctionTest") {
if (is_standard_system) {
external_deps = [
"graphic_standard:surface",
"graphic_graphic_2d:surface",
"hdf_core:libhdf_utils",
"hdf_core:libhdi",
"hiviewdfx_hilog_native:libhilog",