f21526fff7714ec56d65ee5b1c8cd7084d0caacf
[platform/upstream/iotivity.git] / plugins / samples / linux / IotivityandZigbee.c
1 // The source file for sample application "IotivityandZigbee".
2
3 // This application will utilize our interface (ie. zpluginz.h).
4 // The application may still be responsible for making any IoTivity API calls,
5 // except for resource-specific IoTivity APIs (ie. OCCreateResource(),
6 // OCDeleteResource(), EntityHandler()..etc.)
7
8 #include "IotivityandZigbee.h"
9
10 int main(int argc, char* argv[])
11 {
12     return 0;
13 }