未验证 提交 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") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ExtensionZeroTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ExtensionZeroTest" hap_name = "ExtensionZeroTest"
subsystem_name = "customization"
part_name = "enterprise_device_management"
} }
ohos_app_scope("extensionZeroTest_app_profile") { ohos_app_scope("extensionZeroTest_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsEdmTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsEdmTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsEdmTest" hap_name = "ActsEdmTest"
subsystem_name = "customization"
part_name = "enterprise_device_management"
} }
ohos_app_scope("edm_app_profile") { ohos_app_scope("edm_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsGlobalNapiTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsGlobalNapiTest") {
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGlobalNapiTest" hap_name = "ActsGlobalNapiTest"
subsystem_name = "global"
part_name = "resource_management"
shared_libraries = [ "./entry/src/main/cpp:resmgrndk" ] shared_libraries = [ "./entry/src/main/cpp:resmgrndk" ]
} }
......
...@@ -243,7 +243,7 @@ namespace OHOS { ...@@ -243,7 +243,7 @@ namespace OHOS {
static napi_value Init(napi_env env, napi_value exports) static napi_value Init(napi_env env, napi_value exports)
{ {
napi_property_descriptor desc[] = { 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); napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
return exports; return exports;
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("intljs_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("intljs_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsIntlJsTest" hap_name = "ActsIntlJsTest"
subsystem_name = "global"
part_name = "i18n"
} }
ohos_js_assets("intljs_assets") { ohos_js_assets("intljs_assets") {
js2abc = true js2abc = true
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("perfjs_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("perfjs_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGlobalPerfJsTest" hap_name = "ActsGlobalPerfJsTest"
subsystem_name = "global"
part_name = "i18n"
} }
ohos_js_assets("perfjs_assets") { ohos_js_assets("perfjs_assets") {
js2abc = true js2abc = true
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("resmgrjs_test") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("resmgrjs_test") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsResMgrJsTest" hap_name = "ActsResMgrJsTest"
subsystem_name = "global"
part_name = "resource_management"
} }
ohos_js_assets("resmgrjs_assets") { ohos_js_assets("resmgrjs_assets") {
js2abc = true js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册