// // Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export { appTasks } from '@ohos/hvigor-ohos-plugin';
//
// import { hvigor, getHvigorNode} from '@ohos/hvigor';
// import { uploadTestCases } from '@ohos/hypium-plugin';
// const config = {
//   hvigor:hvigor,
//   hvigorNode: getHvigorNode(__filename),
//   templateEngName: 'SettingsDT_20250312', // CDE架构模板中维护的模板英文名称
//   modulesConfig: [
//     {
//       moduleName: 'phone_settings',
//       appName: 'settings',
//       subModuleNames: ['settings.common']
//     },
//     {
//       moduleName: 'wearable_settings',
//       appName: 'settings',
//       templateEngName: 'DTSettings_watch',
//     },
//     {
//       moduleName: 'tv_settings',
//       appName: 'HomeVision-SettingsMain-Single',
//       templateEngName: 'DTSettings_tv',
//     }
//   ]
// }
// uploadTestCases(config);