#include <dlfcn.h>
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "st_static_component_loader.h"
#include "common.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
execution of registration function |
It must be run before using components. The components are searched in the default directory: OMXILCOMPONENTSPATH If the components are installed in a different location, specify:
omxregister-bellagio installation_path
Copyright (C) 2007, 2008 STMicroelectronics Copyright (C) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
$Date$ Revision $Rev$ Author $Author$
Definition in file omxregister.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
execution of registration function
This register by default searches for openmax libraries in OMXILCOMPONENTSPATH If specified it can search in a different directory
Definition at line 246 of file omxregister.c.
References DEB_LEV_ERR, DEBUG, and registryGetFilename().