diff --git a/interfaces/innerkits/appverify_lite/BUILD.gn b/interfaces/innerkits/appverify_lite/BUILD.gn index c9e2f8bc3881f0ee8c36c33a25f602b52e457b28..b51f83ecd67db771186db11a4d9ed440dc1b7cf1 100644 --- a/interfaces/innerkits/appverify_lite/BUILD.gn +++ b/interfaces/innerkits/appverify_lite/BUILD.gn @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/config/hap_pack.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/hap_pack.gni") if (os_level == "small" || os_level == "mini") { config("app_verify_config") { @@ -46,7 +46,7 @@ if (os_level == "small" || os_level == "mini") { configs += [ ":app_verify_config" ] public_deps = [ "//base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera:verify_base", - "//build/lite/config/component/cJSON:cjson_static", + "//build/hb/config/component/cJSON:cjson_static", "//third_party/bounds_checking_function:libsec_static", "//third_party/mbedtls:mbedtls_static", ] @@ -72,7 +72,7 @@ if (os_level == "small" || os_level == "mini") { configs += [ ":app_verify_config" ] public_deps = [ "//base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera:verify_base", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//third_party/bounds_checking_function:libsec_shared", "//third_party/mbedtls:mbedtls_shared", ] diff --git a/interfaces/innerkits/appverify_lite/unittest/BUILD.gn b/interfaces/innerkits/appverify_lite/unittest/BUILD.gn index 2d1cd499c74e567f0fb96ef974474927b164fb13..54bd0a1cde9cc473cead3ed660013eb2ef91df1a 100644 --- a/interfaces/innerkits/appverify_lite/unittest/BUILD.gn +++ b/interfaces/innerkits/appverify_lite/unittest/BUILD.gn @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/config/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/test.gni") config("app_verify_test_config") { cflags_cc = [ "-std=c++17" ] @@ -47,7 +47,7 @@ unittest("app_verify_test") { "//base/security/appverify/interfaces/innerkits/appverify_lite:verify", "//base/security/permission/services/permission_lite/pms_client:pms_client", "//base/startup/syspara_lite/frameworks/parameter:parameter", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//third_party/bounds_checking_function:libsec_shared", "//third_party/mbedtls:mbedtls_shared", ]