khronosfws/openmax_al/src/adptcommon/xaframeworkmgr.c
changeset 38 9e9fc5ab059f
parent 36 73253677b50a
child 53 eabc8c503852
equal deleted inserted replaced
36:73253677b50a 38:9e9fc5ab059f
    59         FrameworkMap **node);
    59         FrameworkMap **node);
    60 
    60 
    61 /* returns FWMgrTrue if processed successfully */
    61 /* returns FWMgrTrue if processed successfully */
    62 static FWMgrBool tokenizeTag(FWMgrTagType tagType, const char* buffer,
    62 static FWMgrBool tokenizeTag(FWMgrTagType tagType, const char* buffer,
    63         FrameworkMap **node);
    63         FrameworkMap **node);
    64 
       
    65 /* Crates a default rules config file */
       
    66 static int createDefaultRules(const char * filename);
       
    67 
    64 
    68 /* Global functions from header file */
    65 /* Global functions from header file */
    69 
    66 
    70 /* FrameworkMap* XAFrameworkMgr_CreateFrameworkMap
    67 /* FrameworkMap* XAFrameworkMgr_CreateFrameworkMap
    71  * Description: Creates a list of framework and use-case map.
    68  * Description: Creates a list of framework and use-case map.