Merge "Add fido-client and oauth2" into tizen
authorWoo Chang Kim <wchang.kim@samsung.com>
Fri, 4 Aug 2017 02:43:36 +0000 (02:43 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 4 Aug 2017 02:43:36 +0000 (02:43 +0000)
1  2 
packaging/domain-apis.inc

index 233d0a474a7362e1235de17d1d03009279e4a500,6a1fb0b6fdc7ff929e676c74bf04b897d85b9dd3..a7c6c2bf0f9fbd5af5fe21314835b3db835f03d4
@@@ -43,22 -43,27 +43,25 @@@ Tizen block (set of packages) for Grou
  
  %package sub2-domain_API-Account-Account_Manager
  Summary:      Account Manager
 +Requires:     libaccount-service
 +Requires:     account-manager
 +Requires:     account-parser
  %description sub2-domain_API-Account-Account_Manager
 -
 -### TODO ###
 -# packakge list
 -
 +This block supports managing account related information. Once you check the Account Manager before Image Creation, it will be included the image.
  %files sub2-domain_API-Account-Account_Manager
  
- ### TODO - FIDO Client###
- # Summary, description
  %package sub2-domain_API-Account-FIDO_Client
  Summary:      FIDO Client
+ Requires: fido-client
+ Suggests: dummyasm
  %description sub2-domain_API-Account-FIDO_Client
  
- ### TODO ###
- # packakge list
+ Enabling Fido Client and it is possible to use Fido Client API<br>
+ dummyasm should be selected for tct running.<br>
+ fido-client needs fido-asm and fido-authenticator according to FIDO UAF Spec 1.0 to which fido-client is comaptible.<br>
+ But fido-asm and fido-authenticator are vendor specific modules and to be developed by them.<br>
+ So we use dummyasm for verification of fido-client APIs instead of fido-asm and fido-authenticator.
  
  %files sub2-domain_API-Account-FIDO_Client