1 /*
2  * Copyright (C) 2015-2017 Alibaba Group Holding Limited
3  */
4 
5 #ifndef ACTIVATION_H
6 #define ACTIVATION_H
7 
8 /* tigger activation report */
9 int activation_report(void );
10 int activation_info_set(char *os, char *partner, char* app_net,
11                                 char* type, char *project, char* cloud);
12 
13 #endif
14 
15