From 0baf14e10bae21d8aa7fdbbf771d828919f01b9b Mon Sep 17 00:00:00 2001 From: SunBo Date: Fri, 24 Sep 2021 08:47:16 +0000 Subject: [PATCH] =?UTF-8?q?OHOS=5FAPPEXECFWK=5FBMS=5FBUNDLEMANAGER?= =?UTF-8?q?=E5=AE=8F=E6=9C=AA=E5=BC=80=E5=90=AF=E6=97=B6SystemCapability?= =?UTF-8?q?=20=E7=BB=93=E6=9E=84=E4=BD=93=E6=9C=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E7=BC=96=E8=AF=91=E4=B8=8D=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/kits/bundle_lite/bundle_manager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/kits/bundle_lite/bundle_manager.h b/interfaces/kits/bundle_lite/bundle_manager.h index 3d1b8ae..c4423c2 100755 --- a/interfaces/kits/bundle_lite/bundle_manager.h +++ b/interfaces/kits/bundle_lite/bundle_manager.h @@ -227,6 +227,7 @@ uint8_t GetBundleNameForUid(int32_t uid, char **bundleName); */ bool HasSystemCapability(const char *sysCapName); +#ifdef OHOS_APPEXECFWK_BMS_BUNDLEMANAGER /** * @brief Obtains all the system available syscap name. * @@ -246,6 +247,7 @@ SystemCapability *GetSystemAvailableCapabilities(); * @version 4 */ void FreeSystemAvailableCapabilitiesInfo(SystemCapability *sysCap); +#endif /** * @brief Get bundle size -- Gitee