Lines Matching refs:resource
11 The resource management module, namely, resmgr, provides the function of loading multi-language GUI…
15 The directory structure for the resource management module is as follows:
19 ├── resource_management_lite # Code repository for the resource management module
20 │ ├── frameworks # Core code of the resource management module
21 │ │ ├── resource_management_lite # Core code for resource parsing
22 │ │ │ ├── include # Header files of the resource management module
23 │ │ │ ├── src # Implementation code of the resource management module
25 │ ├── interfaces # APIs of the resource management module
26 │ │ └── inner_api # APIs of the resource management module for internal s…
31 Call the **GLOBAL\_GetValueById** API to obtain the resource information of the application.
40 …data/resources.index", &values); // Obtain the resource of a specified application and write the r…