diff --git a/BUILD.gn b/BUILD.gn index d76354d..fa864ec 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -64,4 +64,4 @@ ohos_resources("mobiledatasettings_resources") { sources = [ "mobiledatasettings/src/main/resources" ] deps = [ ":callui_app_profile" ] hap_profile = "mobiledatasettings/src/main/module.json" -} \ No newline at end of file +} diff --git a/mobiledatasettings/build-profile.json5 b/mobiledatasettings/build-profile.json5 index 1aa7bb6..64d65fa 100644 --- a/mobiledatasettings/build-profile.json5 +++ b/mobiledatasettings/build-profile.json5 @@ -18,14 +18,11 @@ "buildOption": { }, "entryModules": [ - "com.ohos.callui" + "callui" ], "targets": [ { "name": "default" - }, - { - "name": "ohosTest", } ] } \ No newline at end of file