未验证 提交 0e108875 编写于 作者: O openharmony_ci 提交者: Gitee

!4792 add subsystem and part name

Merge pull request !4792 from 杨清/1228
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ExtensionZeroTest") {
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ExtensionZeroTest"
subsystem_name = "customization"
part_name = "enterprise_device_management"
}
ohos_app_scope("extensionZeroTest_app_profile") {
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsEdmTest") {
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsEdmTest"
subsystem_name = "customization"
part_name = "enterprise_device_management"
}
ohos_app_scope("edm_app_profile") {
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsGlobalNapiTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGlobalNapiTest"
subsystem_name = "global"
part_name = "resource_management"
shared_libraries = [ "./entry/src/main/cpp:resmgrndk" ]
}
......
......@@ -243,7 +243,7 @@ namespace OHOS {
static napi_value Init(napi_env env, napi_value exports)
{
napi_property_descriptor desc[] = {
{ "add", nullptr, GetResourceManager, nullptr, nullptr, nullptr, napi_default, nullptr }
{ "testRawFile", nullptr, GetResourceManager, nullptr, nullptr, nullptr, napi_default, nullptr }
};
napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
return exports;
......
......@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("intljs_test") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsIntlJsTest"
subsystem_name = "global"
part_name = "i18n"
}
ohos_js_assets("intljs_assets") {
js2abc = true
......
......@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("perfjs_test") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGlobalPerfJsTest"
subsystem_name = "global"
part_name = "i18n"
}
ohos_js_assets("perfjs_assets") {
js2abc = true
......
......@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("resmgrjs_test") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsResMgrJsTest"
subsystem_name = "global"
part_name = "resource_management"
}
ohos_js_assets("resmgrjs_assets") {
js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册