mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-18 17:54:39 -04:00
add
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: Iac548a8488c6fe3f188028a169a46fdef8b71ff7
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user