Merge branch 'master' of github.com:wso2/carbon-device-mgt-plugins

This commit is contained in:
Dulitha Wijewantha 2015-05-07 16:30:43 +05:30
commit b2b92c45e4

View File

@ -44,9 +44,24 @@ VALUES
('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'), ('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'),
('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'), ('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'),
('CELLULAR', 'CELLULAR', 'Cellular operation'), ('CELLULAR', 'CELLULAR', 'Cellular operation'),
('APN', 'APN', 'APN operation'),
('RESTRICTION', 'RESTRICTION', 'Restriction operation'), ('RESTRICTION', 'RESTRICTION', 'Restriction operation'),
('WIFI', 'WIFI', 'WIFI operation'), ('WIFI', 'WIFI', 'WIFI operation'),
('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'), ('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'),
('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'), ('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'),
('LOCATION', 'LOCATION', 'Fetch location'), ('LOCATION', 'LOCATION', 'Fetch location'),
('ALARM', 'ALARM', 'Alarm device'); ('ALARM', 'ALARM', 'Alarm device'),
('APPLICATION_LIST', 'APPLICATION_LIST', 'Application list'),
('PROFILE_LIST', 'PROFILE_LIST', 'Profile list'),
('REMOVE_PROFILE', 'REMOVE_PROFILE', 'Remove profile'),
('CLEAR_PASSCODE', 'CLEAR_PASSCODE', 'Clear passcode'),
('CALDAV', 'CALDAV', 'CalDav'),
('CALENDAR_SUBSCRIPTION', 'CALENDAR_SUBSCRIPTION', 'Calendar subscription'),
('PASSCODE_POLICY', 'PASSCODE_POLICY', 'Passcode policy'),
('EMAIL', 'EMAIL', 'Email operation'),
('LDAP', 'LDAP', 'LDAP operation'),
('WEB_CLIP', 'WEB_CLIP', 'Web clip operation'),
('VPN', 'VPN', 'VPN operation'),
('PER_APP_VPN', 'PER_APP_VPN', 'Per app VPN operation'),
('APP_TO_PER_APP_VPN_MAPPING', 'APP_TO_PER_APP_VPN_MAPPING', 'App to per app VPN mapping operation'),
('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation');