Description:DataAbility is compatible with DataShare Interface

Sig:SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: z00445003 <zhoujun62@huawei.com>
Change-Id: Ibe808ceacdd19aa5d4615fdd2cdb1b16cb8c2103
This commit is contained in:
z00445003 2022-08-19 14:40:58 +08:00
parent 6a6a8d9903
commit 44079103c2
3 changed files with 3 additions and 2 deletions

View File

@ -95,6 +95,7 @@
"name": "//foundation/distributeddatamgr/data_share/interfaces/inner_api/common:datashare_common",
"header": {
"header_files": [
"basic/result_set.h",
"datashare_errno.h",
"datashare_abs_predicates.h",
"datashare_predicates_def.h",

View File

@ -17,7 +17,7 @@
#define DATASHARE_ABS_RESULT_SET_H
#include <string>
#include "result_set.h"
#include "basic/result_set.h"
namespace OHOS {
namespace DataShare {
@ -62,4 +62,4 @@ protected:
} // namespace DataShare
} // namespace OHOS
#endif
#endif