#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 meego environment
Definition at line 104 of file hwinfo_meego.c.
| const char* hwinfo_hw_build | ( | ) |
Return command for hw-build information in meego environment
Definition at line 97 of file hwinfo_meego.c.
| const char* hwinfo_product | ( | ) |
Return command for product information in meego environment
Definition at line 90 of file hwinfo_meego.c.
1.6.3