CustomBaseImage: add custom base image loader
authorjihye424.kim <jihye424.kim@samsung.com>
Sun, 25 Oct 2015 01:16:56 +0000 (10:16 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Thu, 29 Oct 2015 02:43:03 +0000 (11:43 +0900)
commit3fdef4880519e5363e2367455c720d9f844a97cb
treed171ab833f2b2699ce868157f8fdfde69f307035
parent46c395f7245d181bb0338d40980cd2a6082b1a5d
CustomBaseImage: add custom base image loader

- make custom bsae image list from base image xml file
- profile has standard and custom base image list
- priority: standard > custom

Change-Id: I11dad06371439da54bbc420dc916f80c7b5a9b84
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/platform/BaseImage.java
src/org/tizen/emulator/manager/platform/Profile.java
src/org/tizen/emulator/manager/platform/ProfileList.java
src/org/tizen/emulator/manager/platform/baseimage/CustomBaseImageLoader.java [new file with mode: 0644]
src/org/tizen/emulator/manager/platform/baseimage/CustomBaseImageValue.java [new file with mode: 0644]
src/org/tizen/emulator/manager/platform/baseimage/CustomBaseImageWorker.java [new file with mode: 0644]