31f9508c88c718ea909f607faa33afed876f0f0b
[aaf/authz.git] / authz-test / src / main / swm / descriptor.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3   ============LICENSE_START====================================================\r
4   * org.onap.aai\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * Copyright © 2017 Amdocs\r
8   * ===========================================================================\r
9   * Licensed under the Apache License, Version 2.0 (the "License");\r
10   * you may not use this file except in compliance with the License.\r
11   * You may obtain a copy of the License at\r
12   * \r
13    *      http://www.apache.org/licenses/LICENSE-2.0\r
14   * \r
15    * Unless required by applicable law or agreed to in writing, software\r
16   * distributed under the License is distributed on an "AS IS" BASIS,\r
17   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   * See the License for the specific language governing permissions and\r
19   * limitations under the License.\r
20   * ============LICENSE_END====================================================\r
21   *\r
22   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
23   *\r
24 -->\r
25 <descriptor version="1" xmlns="http://aft.att.com/swm/descriptor">\r
26         <platforms>\r
27                 <platform architecture="*" os="*" osVersions="*"/> \r
28         </platforms>\r
29         <paths>\r
30                 <path name="/opt/app/aft/auth/${artifactId}/${version}" type="d" user="aft" group="aft" permissions="0755" recursive="true"/>\r
31         </paths>\r
32         <actions>\r
33                 <action type="INIT">\r
34                         <proc stage="PRE" user="aft" group="aft"/>\r
35                         <proc stage="POST" user="aft" group="aft"/>\r
36                 </action>\r
37                 <action type="INST">\r
38                         <proc stage="PRE" user="aft" group="aft"/>\r
39                         <proc stage="POST" user="aft" group="aft"/>\r
40                 </action>\r
41                 <action type="DINST">\r
42                         <proc stage="PRE" user="aft" group="aft"/>\r
43                         <proc stage="POST" user="aft" group="aft"/>\r
44                 </action>\r
45                 <action type="FALL">\r
46                         <proc stage="PRE" user="aft" group="aft"/>\r
47                         <proc stage="POST" user="aft" group="aft"/>\r
48                 </action>\r
49         </actions>\r
50 </descriptor>\r