Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: Iac548a8488c6fe3f188028a169a46fdef8b71ff7
This commit is contained in:
shilei
2022-11-21 17:33:00 +08:00
parent be61352aad
commit 8dd6b5c14b
+6 -3
View File
@@ -11,13 +11,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/lite/config/component/lite_component.gni")
import("//build/lite/config/subsystem/aafwk/config.gni")
config("bundle_config") {
defines = [ "OHOS_APPEXECFWK_BMS_BUNDLEMANAGER" ]
cflags_cc = [ "-std=c++14" ]
}
declare_args() {
enable_ohos_bundle_manager_service = false
}
if (ohos_kernel_type == "liteos_m") {
static_library("bundlems") {
sources = [
@@ -33,8 +36,8 @@ if (ohos_kernel_type == "liteos_m") {
]
defines = [ "JERRY_FOR_IAR_CONFIG" ]
if (enable_ohos_appexecfwk_feature_ability == true) {
defines += ["_MINI_BMS_"]
if (enable_ohos_bundle_manager_service == true) {
defines += [ "_MINI_BMS_" ]
}
deps = [