X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=config%2Fiotpolicy%2Fcamerapolicy.pol;fp=config%2Fiotpolicy%2Fcamerapolicy.pol;h=2a69e55d48179dacfefcc22938247b292111c284;hp=809f12dcf6f76e35d5de8f5c9fd3355c7c489bda;hb=63e2f6812efecef878f971b5d8ad83eb1ff9824a;hpb=109357614cd72cfa5b9b1280bfbe31c18bba1092 diff --git a/config/iotpolicy/camerapolicy.pol b/config/iotpolicy/camerapolicy.pol index 809f12d..2a69e55 100644 --- a/config/iotpolicy/camerapolicy.pol +++ b/config/iotpolicy/camerapolicy.pol @@ -7,6 +7,7 @@ public interface Camera { public float MethodD(List G, float H); public boolean MethodE(String I, boolean J); public void MethodF(LightBulb K); + public Enum MethodG(Enum L); capability ImageCapture { description = "The quick brown fox jumps over the smart dog"; @@ -15,6 +16,7 @@ public interface Camera { method = "MethodB(int C, String D[])"; method = "MethodC(String E, List F)"; method = "MethodF(LightBulb K)"; + method = "MethodG(Enum L)"; } capability VideoRecording {