#include <time.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <libxml/xmlwriter.h>
#include "testrunnerlite.h"
#include "executor.h"
#include "hwinfo.h"
#include "log.h"
Go to the source code of this file.
Functions | |
const char * | hwinfo_product () |
const char * | hwinfo_hw_build () |
const char * | hwinfo_extra () |
const char* hwinfo_extra | ( | ) |
Return command for extra information in maemo environment
Definition at line 101 of file hwinfo_maemo.c.
const char* hwinfo_hw_build | ( | ) |
Return command for hw-build information in maemo environment
Definition at line 94 of file hwinfo_maemo.c.
const char* hwinfo_product | ( | ) |
Return command for product information in maemo environment
Definition at line 87 of file hwinfo_maemo.c.