(function(cloudStack) {
cloudStack.marketplace.apps.testApp1 = {
title: 'VM Creation',
vendor: 'Vendor 1',
desc: 'Desc',
supportDesc: 'Support desc',
supportContact: 'support@example.com'
};
}(cloudStack));