| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright 2006 The Android Open Source Project | ||||
| 3 | // | ||||
| 4 | // Build resource files from raw assets. | ||||
| 5 | // | ||||
| 6 | |||||
| 7 | #ifndef IMAGES_H | ||||
| 8 | #define IMAGES_H | ||||
| 9 | |||||
| 10 | #include "ResourceTable.h" | ||||
| 11 | |||||
| 12 | status_t preProcessImage(Bundle* bundle, const sp<AaptAssets>& assets, | ||||
| 13 | const sp<AaptFile>& file, String8* outNewLeafName); | ||||
| 14 | |||||
| 15 | status_t postProcessImage(const sp<AaptAssets>& assets, | ||||
| 16 | ResourceTable* table, const sp<AaptFile>& file); | ||||
| 17 | |||||
| 18 | #endif | ||||