• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.samples.etsgallery",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.sample.etsgallery",
13    "name": ".MyApplication",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "default"
17    ],
18    "distro": {
19      "deliveryWithInstall": true,
20      "moduleName": "entry",
21      "moduleType": "entry",
22      "installationFree": false
23    },
24    "abilities": [
25      {
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ],
36        "orientation": "unspecified",
37        "visible": true,
38        "srcPath": "MainAbility",
39        "name": ".MainAbility",
40        "srcLanguage": "ets",
41        "icon": "$media:icon",
42        "description": "$string:description_mainability",
43        "formsEnabled": false,
44        "label": "$string:entry_MainAbility",
45        "type": "page",
46        "launchType": "standard"
47      }
48    ],
49    "js": [
50      {
51        "mode": {
52          "syntax": "ets",
53          "type": "pageAbility"
54        },
55        "pages": [
56          "pages/index",
57          "pages/home",
58          "pages/animation/showAnimation/showAnimation",
59          "pages/animation/componentTransition/componentTransition",
60          "pages/animation/shareElementTransition/shareElementTransitionFrom",
61          "pages/animation/shareElementTransition/shareElementTransitionTo",
62          "pages/animation/traAnimation/traAnimationFrom",
63          "pages/animation/traAnimation/traAnimationTo",
64          "pages/animation/pathAnimation/pathAnimation",
65          "pages/animation/attrAnimation/attrAnimation",
66          "pages/animation/matrixTransition/matrixTransition",
67          "pages/animation/interpolation/interpolation",
68          "pages/basicComponent/blank/blank",
69          "pages/basicComponent/button/button",
70          "pages/basicComponent/checkBoxGroup/checkBoxGroup",
71          "pages/basicComponent/dataPanel/dataPanel",
72          "pages/basicComponent/divider/divider",
73          "pages/basicComponent/gauge/gauge",
74          "pages/basicComponent/image/image",
75          "pages/basicComponent/imageAnimator/imageAnimator",
76          "pages/basicComponent/marquee/marquee",
77          "pages/basicComponent/progress/progress",
78          "pages/basicComponent/qrcode/qrcode",
79          "pages/basicComponent/radio/radio",
80          "pages/basicComponent/slider/slider",
81          "pages/basicComponent/rating/rating",
82          "pages/basicComponent/text/text",
83          "pages/basicComponent/textArea/textArea",
84          "pages/basicComponent/textInput/textInput",
85          "pages/basicComponent/toggle/toggle",
86          "pages/containerComponent/alphabetIndexer/alphabetIndexer",
87          "pages/containerComponent/badge/badge",
88          "pages/containerComponent/column/column",
89          "pages/containerComponent/columnSplit/columnSplit",
90          "pages/containerComponent/flex/flex",
91          "pages/containerComponent/gridContainer/gridContainer",
92          "pages/containerComponent/navigator/navigator",
93          "pages/containerComponent/navigator/detailPage",
94          "pages/containerComponent/panel/panel",
95          "pages/containerComponent/row/row",
96          "pages/containerComponent/rowSplit/rowSplit",
97          "pages/containerComponent/scroll/scroll",
98          "pages/containerComponent/scrollBar/scrollBar",
99          "pages/containerComponent/sideBarContainer/sideBarContainer",
100          "pages/containerComponent/stack/stack",
101          "pages/containerComponent/swiper/swiper",
102          "pages/containerComponent/tabs/tabs",
103          "pages/containerComponent/navigation/navigation",
104          "pages/drawComponent/circlePath/circlePath",
105          "pages/uiStateManagement/management/index",
106          "pages/gesture/basicGesture",
107          "pages/colorPicker/setColor",
108          "pages/template/template",
109          "pages/canvas/canvas",
110          "pages/containerComponent/template/containerComponentTemplate",
111          "pages/commonProperties/layoutWeight/layoutWeight",
112          "pages/commonProperties/position/position",
113          "pages/commonProperties/border/border",
114          "pages/commonProperties/background/background",
115          "pages/commonProperties/polymorphicStyle/polymorphicStyle",
116          "pages/commonProperties/polymorphicStyle/shoppingCar",
117          "pages/commonProperties/colorGradient/colorGradient",
118          "pages/containerComponent/stepper/stepper",
119          "pages/commonProperties/boxModel/boxModel",
120          "pages/containerComponent/counter/counter",
121          "pages/containerComponent/list/list",
122          "pages/commonProperties/overlay/overlay",
123          "pages/commonProperties/shapeClip/shapeClip",
124          "pages/commonProperties/dialog/dialog",
125          "pages/commonProperties/popup/popup",
126          "pages/commonProperties/menu/menu",
127          "pages/commonProperties/transform/transform",
128          "pages/basicComponent/select/select",
129          "pages/uiStateManagement/management/appStorage",
130          "pages/uiStateManagement/categoriesManagement/foodDetail",
131          "pages/uiStateManagement/categoriesManagement/application",
132          "pages/renderControlSyntax/conditionalRendering/conditionalRendering",
133          "pages/renderControlSyntax/lazyForEach/lazyForEach",
134          "pages/renderControlSyntax/conditionsLoops/conditionsLoops",
135          "pages/generalEvent/clickEvent",
136          "pages/generalEvent/touchEvent",
137          "pages/generalEvent/dragEvent",
138          "pages/generalEvent/keyEvent",
139          "pages/generalEvent/mouseEvent",
140          "pages/generalEvent/appearEvent",
141          "pages/generalEvent/clickBall",
142          "pages/generalEvent/gestureLock",
143          "pages/canvasComponent/canvas",
144          "pages/gesture/swipeGesture",
145          "pages/gesture/gestureMethod",
146          "pages/commonProperties/focus/focus",
147          "pages/containerComponent/gridComputed/gridComputed",
148          "pages/generalEvent/keybordEvent",
149          "pages/basicComponent/textClock/textClock",
150          "pages/basicComponent/textTimer/textTimer",
151          "pages/basicComponent/textPicker/textPicker",
152          "pages/media/video/video",
153          "pages/media/web/browser",
154          "pages/basicComponent/loadingProgress/loadingProgress"
155        ],
156        "name": ".MainAbility",
157        "window": {
158          "designWidth": 720,
159          "autoDesignWidth": false
160        }
161      }
162    ]
163  }
164}