~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-zesty-2222

« back to all changes in this revision

Viewing changes to src/lib/OnlineAccounts/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Alberto Mardegan
  • Date: 2016-11-10 09:13:15 UTC
  • mfrom: (26.4.27 providers-1627001)
  • Revision ID: ci-train-bot@canonical.com-20161110091315-imfazs4gg2mn3mea
Add provider information to public API

Allow clients to retrieve the list of available service providers, consisting of translated display name and icon URL.
Also, add a service() method to the Account class, to get the data associated with each account. (LP: #1627001, #1638769)

Approved by: Alexandre Abreu

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    manager.cpp
23
23
    pending_call.cpp
24
24
    request_access_reply.cpp
 
25
    service.cpp
25
26
)
26
27
set_target_properties(${CLIENT_LIB} PROPERTIES
27
28
    VERSION 1.0.0
52
53
    PasswordData
53
54
    PendingCall pending_call.h
54
55
    PendingCallWatcher
 
56
    Service service.h
55
57
    DESTINATION include/${CLIENT_LIB}/OnlineAccounts
56
58
)