aboutsummaryrefslogtreecommitdiffstats
path: root/support/openharmony/entry/hvigorfile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'support/openharmony/entry/hvigorfile.ts')
-rw-r--r--support/openharmony/entry/hvigorfile.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/openharmony/entry/hvigorfile.ts b/support/openharmony/entry/hvigorfile.ts
new file mode 100644
index 00000000000..c6edcd90486
--- /dev/null
+++ b/support/openharmony/entry/hvigorfile.ts
@@ -0,0 +1,6 @@
+import { hapTasks } from '@ohos/hvigor-ohos-plugin';
+
+export default {
+ system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
+ plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
+}