X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fandroidapplicationcomponent.h;fp=source%2Fandroidapplicationcomponent.h;h=0000000000000000000000000000000000000000;hb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;hp=9e19b6d8ab5aa1d8daa6111bbd0c4575cb328a29;hpb=e2c9c3fffcc61a0c102ccf6a7924e2de709092ad;p=builder.git diff --git a/source/androidapplicationcomponent.h b/source/androidapplicationcomponent.h deleted file mode 100644 index 9e19b6d..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 &p, const std::string &n): Component(p, n) { } - - void create_targets() const override; -}; - -#endif