Merge branch 'tizen_3.0' into tizen
[platform/core/api/webapi-plugins.git] / src / alarm / alarm.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_alarm',
8       'type': 'loadable_module',
9       'dependencies': [
10         '../common/common.gyp:tizen_common',
11         '../notification/notification.gyp:tizen_notification',
12       ],
13       'sources': [
14         'alarm_api.js',
15         'alarm_extension.cc',
16         'alarm_extension.h',
17         'alarm_instance.cc',
18         'alarm_instance.h',
19         'alarm_manager.cc',
20         'alarm_manager.h',
21         'alarm_utils.cc',
22         'alarm_utils.h',
23       ],
24       'conditions': [
25         ['tizen == 1', {
26           'variables': {
27             'packages': [
28               'capi-appfw-alarm',
29               'capi-appfw-app-control',
30               'capi-appfw-application',
31             ]
32           },
33         }],
34       ],
35     },
36   ],
37 }