openenvutils/commandshell/shell/inc/files.pro
author William Roberts <williamr@symbian.org>
Fri, 23 Apr 2010 14:37:17 +0100
branchRCL_3
changeset 22 c82a39b81a38
parent 0 2e3d3ce01487
permissions -rw-r--r--
Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414) Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can arrange to use the same source file name in sfimage, without having to export over the original Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.

/* Generated automatically */
static int ask _((void));
static int bin_sync _((UNUSED(char*nam),UNUSED(char**args),UNUSED(Options ops),UNUSED(int func)));
//static int bin_mkdir _((char*nam,char**args,Options ops,UNUSED(int func)));
static int domkdir _((char*nam,char*path,mode_t mode,int p));
//static int bin_rmdir _((char*nam,char**args,UNUSED(Options ops),UNUSED(int func)));
//static int bin_ln _((char*nam,char**args,Options ops,int func));
static int domove _((char*nam,MoveFunc move,char*p,char*q,int flags));
static int recursivecmd _((char*nam,int opt_noerr,int opt_recurse,int opt_safe,char**args,RecurseFunc dirpre_func,RecurseFunc dirpost_func,RecurseFunc leaf_func,void*magic));
static int recursivecmd_doone _((struct recursivecmd const*reccmd,char*arg,char*rp,struct dirsav*ds,int first));
static int recursivecmd_dorec _((struct recursivecmd const*reccmd,char*arg,char*rp,struct stat const*sp,struct dirsav*ds,int first));
static int recurse_donothing _((UNUSED(char*arg),UNUSED(char*rp),UNUSED(struct stat const*sp),UNUSED(void*magic)));
static int rm_leaf _((char*arg,char*rp,struct stat const*sp,void*magic));
static int rm_dirpost _((char*arg,char*rp,UNUSED(struct stat const*sp),void*magic));
//static int bin_rm _((char*nam,char**args,Options ops,UNUSED(int func)));
static int chown_dochown _((char*arg,char*rp,UNUSED(struct stat const*sp),void*magic));
static unsigned long getnumeric _((char*p,int*errp));
//static int bin_chown _((char*nam,char**args,Options ops,int func));