From: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자
Date: Fri, 9 Nov 2018 11:44:55 +0000 (+0100)
Subject: [Common] Fixing building dependency issues part 1
X-Git-Tag: submit/tizen_5.0/20181113.111903~1
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=189371e1ebf10c6c6643efc58ac6b9e687b0c74e;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[Common] Fixing building dependency issues part 1
Fixed some modules dependencies issues.
Fixed gyp files for using only dependencies verified by designed tool.
[Verification] Code builds successfully.
Change-Id: I8f419781c1269d53dc77e15322d74a1db45bb266
---
diff --git a/src/account/account.gyp b/src/account/account.gyp
index 272a0435..3fb0e3ed 100644
--- a/src/account/account.gyp
+++ b/src/account/account.gyp
@@ -22,7 +22,6 @@
['tizen == 1', {
'variables': {
'packages': [
- 'capi-appfw-package-manager',
'accounts-svc',
]
},
diff --git a/src/alarm/alarm.gyp b/src/alarm/alarm.gyp
index 6a5739e9..df129e03 100644
--- a/src/alarm/alarm.gyp
+++ b/src/alarm/alarm.gyp
@@ -26,7 +26,9 @@
'packages': [
'capi-appfw-alarm',
'capi-appfw-app-control',
+ 'alarm-service',
'capi-appfw-application',
+ 'notification',
]
},
}],
diff --git a/src/radio/radio.gyp b/src/radio/radio.gyp
index 15e1a1ee..6c099001 100644
--- a/src/radio/radio.gyp
+++ b/src/radio/radio.gyp
@@ -25,9 +25,9 @@
['tizen == 1', {
'variables': {
'packages': [
+ 'capi-system-runtime-info',
'vconf',
'capi-media-radio',
- 'capi-system-runtime-info',
'capi-media-sound-manager',
]
},
diff --git a/src/sound/sound.gyp b/src/sound/sound.gyp
index e4210895..4466fb2d 100644
--- a/src/sound/sound.gyp
+++ b/src/sound/sound.gyp
@@ -27,8 +27,9 @@
[ 'tizen == 1', {
'variables': {
'packages': [
- 'vconf',
'capi-media-sound-manager',
+ 'vconf',
+ 'capi-base-common',
]
},
}],
diff --git a/src/systeminfo/systeminfo.gyp b/src/systeminfo/systeminfo.gyp
index 221e477a..df47259f 100644
--- a/src/systeminfo/systeminfo.gyp
+++ b/src/systeminfo/systeminfo.gyp
@@ -33,17 +33,18 @@
['tizen == 1', {
'variables': {
'packages': [
- 'ecore',
- 'vconf',
- 'glib-2.0',
- 'capi-system-info',
- 'capi-network-connection',
- 'capi-system-runtime-info',
- 'capi-system-system-settings',
- 'capi-network-wifi-manager',
- 'libtzplatform-config',
- 'tapi',
- 'sensor',
+ 'capi-system-info',
+ 'capi-system-device',
+ 'vconf',
+ 'capi-network-connection',
+ 'capi-system-runtime-info',
+ 'tapi',
+ 'capi-network-wifi-manager',
+ 'capi-system-system-settings',
+ 'vconf-internal-keys',
+ 'sensor',
+ 'storage',
+ 'libtzplatform-config',
]
},
}],
diff --git a/src/systemsetting/systemsetting.gyp b/src/systemsetting/systemsetting.gyp
index 815fed4f..96462fd7 100644
--- a/src/systemsetting/systemsetting.gyp
+++ b/src/systemsetting/systemsetting.gyp
@@ -21,7 +21,6 @@
'variables': {
'packages': [
'capi-system-system-settings',
- 'vconf',
]
},
}],