X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidapplicationcomponent.h;h=35984ea31f809e48d807634f449b0f41b0c72c8e;hb=HEAD;hp=c791a74861b6b992fb8d86483ea4aea0cb63039a;hpb=fefa7d1e8ac40136b690e305ce9594af95c678b8;p=builder.git diff --git a/source/androidapplicationcomponent.h b/source/androidapplicationcomponent.h deleted file mode 100644 index c791a74..0000000 --- a/source/androidapplicationcomponent.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef ANDROIDAPPLICATIONCOMPONENT_H_ -#define ANDROIDAPPLICATIONCOMPONENT_H_ - -#include "component.h" - -class AndroidApplicationComponent: public Component -{ -public: - class Loader: public Msp::DataFile::DerivedObjectLoader - { - public: - Loader(AndroidApplicationComponent &); - - private: - void permission(const std::string &); - }; - -private: - std::string orientation; - std::vector permissions; - -public: - AndroidApplicationComponent(SourcePackage &, const std::string &); - - void create_targets() const override; -}; - -#endif