提交 2bd924c0 编写于 作者: 周礼亭 提交者: Gitee

Merge branch 'master' of gitee.com:openharmony/applications_sample_camera into master

Signed-off-by: Nzhouliting <zhouliting5@huawei.com>
...@@ -23,13 +23,13 @@ shared_library("cameraApp") { ...@@ -23,13 +23,13 @@ shared_library("cameraApp") {
deps = [ deps = [
"${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite",
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//foundation/graphic/surface", "//foundation/graphic/surface",
"//foundation/graphic/ui:lite_ui", "//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils", "//foundation/graphic/utils:lite_graphic_utils",
"//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite",
"//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite",
"//utils/native/lite/kv_store:kv_store",
] ]
include_dirs = [ include_dirs = [
......
...@@ -33,13 +33,13 @@ shared_library("gallery") { ...@@ -33,13 +33,13 @@ shared_library("gallery") {
deps = [ deps = [
"${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite",
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//foundation/graphic/surface", "//foundation/graphic/surface",
"//foundation/graphic/ui:lite_ui", "//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils", "//foundation/graphic/utils:lite_graphic_utils",
"//foundation/multimedia/media_lite/frameworks/player_lite:player_lite", "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite",
"//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite",
"//utils/native/lite/kv_store:kv_store",
] ]
ldflags = [ "-shared" ] ldflags = [ "-shared" ]
......
...@@ -28,11 +28,11 @@ shared_library("launcher") { ...@@ -28,11 +28,11 @@ shared_library("launcher") {
deps = [ deps = [
"${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite",
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//foundation/graphic/surface", "//foundation/graphic/surface",
"//foundation/graphic/ui:lite_ui", "//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils", "//foundation/graphic/utils:lite_graphic_utils",
"//utils/native/lite/kv_store:kv_store",
] ]
include_dirs = [ include_dirs = [
......
...@@ -32,12 +32,12 @@ shared_library("setting") { ...@@ -32,12 +32,12 @@ shared_library("setting") {
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/powermgr/powermgr_lite/frameworks:powermgr",
"//base/startup/syspara_lite/frameworks/parameter:parameter", "//base/startup/syspara_lite/frameworks/parameter:parameter",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//foundation/graphic/surface", "//foundation/graphic/surface",
"//foundation/graphic/ui:lite_ui", "//foundation/graphic/ui:lite_ui",
"//foundation/graphic/utils:lite_graphic_utils", "//foundation/graphic/utils:lite_graphic_utils",
"//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant",
"//utils/native/lite/kv_store:kv_store",
] ]
include_dirs = [ include_dirs = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册